-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.yml
64 lines (53 loc) · 1.46 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
57
58
59
60
61
62
63
64
name: Slapper
author: jojoe77777
version: 1.2.9.3_PHP7
description: Adds entities into your world that you can slap to run commands!
main: slapper\main
api: [2.0.0]
commands:
slapper:
description: Create a slappable entity, or edits an existing one!
usage: "/slapper [args]..."
permission: slapper.command
rca:
description: Run command as another player!
usage: "/rca <player> <command>"
permission: slapper.rca
nothing:
description: Do nothing!
usage: "/nothing"
permission: slapper.nothing
permissions:
slapper:
description: Allow using all Slapper OP 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 Slapper entities' names
default: false