forked from MasterOfTheRealm/Slapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
executable file
·56 lines (54 loc) · 1.49 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
48
49
50
51
52
53
54
55
56
name: Slapper
author: jojoe77777
version: 1.3.5
description: Slapper, the NPC plugin for PocketMine/Genisys
main: slapper\Main
api: [3.0.0-ALPHA5, 3.0.0-ALPHA6]
website: https://github.com/jojoe77777/Slapper
commands:
slapper:
description: Create a Slapper NPC, or edit an existing one!
usage: "/slapper [args]..."
permission: slapper.command
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:
description: Allow using all Slapper commands
default: op
slapper.command:
description: Allow using /slapper
default: op
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.help:
description: Allow viewing Slapper help page
default: op
slapper.nothing:
description: Allow doing nothing
default: op
slapper.seeId:
description: Allow seeing entity IDs under the names of Slapper NPCs
default: false