-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
85 lines (83 loc) · 2.88 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
name: RoboticStaff
main: com.gmail.raynlegends.RoboticStaff.Main
version: 2.1
description: Auto anwser to player message and more!
author: RaynLegends
commands:
helpme:
description: Type /helpme if you need help!
usage: /helpme [id]
permission: roboticstaff.helpme
permission-message: You don't have permission to do that
roboticstaff:
description: General command of RoboticStaff
usage: /roboticstaff [reload|tag|words|blocked]
permission: roboticstaff.access
permission-message: You don't have permission to do that
permissions:
roboticstaff.*:
description: Gives access to all RoboticStaff commands
children:
roboticstaff.helpme: true
roboticstaff.reload: true
roboticstaff.autoanswer.list: true
roboticstaff.autoanswer.bypass: true
roboticstaff.antiswearing.list: true
roboticstaff.antiswearing.bypass: true
roboticstaff.blockedcommands.list: true
roboticstaff.blockedcommands.bypass: true
roboticstaff.antispam.bypass: true
roboticstaff.helpme:
description: Allows using helpme command
default: true
roboticstaff.access:
description: Access to /roboticstaff
default: op
roboticstaff.reload:
description: Allows to use /roboticstaff reload
default: op
roboticstaff.autoanswer.list:
description: Get a list of tags
default: op
children:
roboticstaff.access: true
roboticstaff.autoanswer.bypass:
description: Bypass tags
default: op
roboticstaff.antiswearing.list:
description: Get a list of banned words
default: op
children:
roboticstaff.access: true
roboticstaff.antiswearing.bypass:
description: Bypass banned words
default: op
roboticstaff.blockedcommands.list:
description: Get a list of blocked commands
default: op
children:
roboticstaff.access: true
roboticstaff.blockedcommands.bypass:
description: Bypass blocked commands
default: op
roboticstaff.antispam.bypass:
description: Bypass all antispam stuffs
children:
roboticstaff.antispam.bypass.delay: true
roboticstaff.antispam.bypass.ipspam: true
roboticstaff.antispam.bypass.websitespam: true
roboticstaff.antispam.bypass.delay:
description: Bypass delay
default: op
roboticstaff.antispam.bypass.ipspam:
description: Bypass ipspam
default: op
roboticstaff.antispam.bypass.websitespam:
description: Bypass websitespam
default: op
roboticstaff.anticaps.bypass:
description: Bypass anticaps
default: op
roboticstaff.toggle:
description: Access to /roboticstaff toggle
default: op