-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
42 lines (41 loc) · 1.41 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
name: FallbackConfigure
main: org.myftp.p_productions.FallbackConfigure.FallbackConfigure
version: __build.number__
commands:
fallbackconfigure:
description: Main FallbackConfigure command
usage: /<command> <enable|disable>
aliases: fc
permissions:
fallbackconfigure.*:
description: Gives access to all FallbackConfigure commands
children:
fallbackconfigure.enable: true
fallbackconfigure.disable: true
fallbackconfigure.toserver: true
fallbackconfigure.tofallback: true
fallbackconfigure.fallbackconfigure: true
fallbackconfigure.debug: true
fallbackconfigure.msg: true
default: op
fallbackconfigure.fallbackconfigure:
description: Allows to use the fallback configure command
default: op
fallbackconfigure.enable:
description: Allows to enable auto fallback configure
default: op
fallbackconfigure.disable:
description: Allows to disable auto fallback configure
default: op
fallbackconfigure.toserver:
description: Allows to manualy configure port forwarding to server
default: op
fallbackconfigure.tofallback:
description: Allows to manualy configure port forwarding to fallback
default: op
fallbackconfigure.debug:
description: Allows to recieve the network output
default: op
fallbackconfigure.msg:
description: Allows to recieve plugin messages
default: op