forked from denbeigh2000/MinecartSpeedPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
35 lines (35 loc) · 971 Bytes
/
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
name: MinecartSpeedPlus
main: fi.dy.esav.Minecart_speedplus.Minecart_speedplus
version: 19.0.1
# api-version: 1.15
commands:
msp:
description: Sets new minecart speed limit.
usage: |
/<command> <multiplier>
mspdebug:
description: Debug mode switch.
usage: |
/<command> [on|off]
permissions:
msp.*:
description: Gives access to all msp features
default: op
children:
msp.cmd: true
msp.signs: true
msp.cmd:
description: Allows you to use speed cmd
default: op
msp.signs:
description: Allows you to create both signs
default: op
children:
msp.signs.speed: true
msp.signs.fly: true
msp.signs.speed:
description: Allows you to create speed-sings
default: op
msp.signs.fly:
description: Allows you to create fly-signs
default: op