forked from jojoe77777/Slapper
-
Notifications
You must be signed in to change notification settings - Fork 31
/
plugin.yml
47 lines (45 loc) · 1.34 KB
/
plugin.yml
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
name: Slapper
author: [Vecnavium, jojoe77777]
version: 3.0.0
description: Slapper, the NPC plugin for PocketMine-MP
main: slapper\Main
api: 5.0.0
mcpe-protocol: 589
commands:
slapper:
description: Create a Slapper NPC, or edit an existing one!
usage: "/slapper [args]..."
permission: slapper.create;slapper.edit;slapper.remove;slapper.id;slapper.help
rca:
description: Execute a command as someone else!
usage: "/rca <player> <command>"
permission: slapper.rca
nothing:
description: Do nothing!
usage: "/nothing"
permission: slapper.nothing
permissions:
slapper.create:
description: Allow using command /slapper create
default: op
slapper.edit:
description: Allow editing Slapper entity data with /slapper edit
default: op
slapper.nothing:
description: Allow doing nothing
default: op
slapper.rca:
description: Allow running commands as other players
default: op
slapper.remove:
description: Allow removing Slapper entities with /slapper remove [id]
default: op
slapper.id:
description: Allow viewing entity ID
default: op
slapper.list:
description: Allow viewing of a list of Entitys
default: op
slapper.help:
description: Allow viewing Slapper help page
default: op