-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathplugin.yml
More file actions
49 lines (47 loc) · 1.35 KB
/
Copy pathplugin.yml
File metadata and controls
49 lines (47 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
name: MobTags
author: xXSirButterXx
version: 1.0.0
description: MobTags, the NPC plugin for PocketMine/Genisys
main: slapper\Main
api: [3.0.0-ALPHA4, 3.0.0-ALPHA5, 3.0.0-ALPHA6]
website: https://github.com/xXSirButterXx/MobTags
commands:
mobtags:
description: Create a MobTag, or edit an existing one!
usage: "/mobtags [args]..."
permission: mobtags.command
rca:
description: Execute a command as someone else!
usage: "/rca <player> <command>"
permission: mobtags.rca
permissions:
mobtags:
description: Allow using all MobTag Properties
default: op
mobtags.command:
description: Allow using /mobtags
default: op
mobtags.create:
description: Allow using command /mobtags create
default: op
mobtags.edit:
description: Allow editing MobTag entity data with /mobtags edit
default: op
mobtags.rca:
description: Allow running commands as other players
default: op
mobtags.remove:
description: Allow removing MobTag entities with /mobtags remove [id]
default: op
mobtags.id:
description: Allow viewing entity ID
default: op
mobtags.help:
description: Allow viewing MobTags help page
default: op
mobtags.nothing:
description: Allow doing nothing
default: op
mobtags.seeId:
description: Allow seeing entity IDs under the names of Slapper NPCs
default: false