-
Notifications
You must be signed in to change notification settings - Fork 11
/
plugin.yml
90 lines (79 loc) · 2.25 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
86
87
88
89
90
name: cucumber
main: adeynes\cucumber\Cucumber
version: 3.0.0
api: 4.0.0
author: adeynes
description: Advanced, flexible moderation plugin
website: https://github.com/adeynes/cucumber
permissions:
cucumber:
default: op
cucumber.command.rawtell:
description: "Allows for the use of /rawtell"
default: op
cucumber.command.log:
description: "Allows for the use of /log"
default: op
cucumber.command.alert:
description: "Allows for the use of /alert"
default: op
cucumber.mute:
description: "Mute-related commands"
default: op
cucumber.command.mute:
description: "Allows for the use of /mute"
default: op
cucumber.command.mutelist:
description: "Allows for the use of /mutelist"
default: op
cucumber.command.unmute:
description: "Allows for the use of /unmute"
default: op
cucumber.ban:
description: "Ban-related commands"
default: op
cucumber.command.ban:
description: "Allows for the use of /ban"
default: op
cucumber.command.ipban:
description: "Allows for the use of /ipban"
default: op
cucumber.command.uban:
description: "Allows for the use of /uban"
default: op
cucumber.command.pardon:
description: "Allows for the use of /pardon"
default: op
cucumber.command.ippardon:
description: "Allows for the use of /ippardon"
default: op
cucumber.command.banlist:
description: "Allows for the use of /banlist"
default: op
cucumber.command.ipbanlist:
description: "Allows for the use of /ipbanlist"
default: op
cucumber.warn:
description: "Warning-related commands"
default: op
cucumber.command.warn:
description: "Allows for the use of /warn"
default: op
cucumber.command.warnings:
description: "Allows for the use of /warnings"
default: op
cucumber.command.mywarnings:
description: "Allows for the use of /mywarnings"
default: true
cucumber.command.delwarn:
description: "Allows for the use of /delwarn"
default: op
cucumber.command.ip:
description: "Allows for the use of /ip"
default: op
cucumber.command.vanish:
description: "Allows for the use of /vanish"
default: op
cucumber.command.history:
description: "Allows for the user of /history"
default: op