forked from SuperSpyTX/AntiBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
51 lines (51 loc) · 1.74 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
name: AntiBot
main: me.freebuild.superspytx.ab.AntiBot
version: ${project.version}-SNAPSHOT-${BUILD_NUMBER}
description: The ultimate spam protection for Minecraft.
softdepend: [AntiCheat]
commands:
antibot:
description: Usable Antibot Commands
aliases: [ab]
usage: |
/<command> help - Help menu on the AntiBot system.
permissions:
antibot.join:
default: false
description: Allow users to bypass anti bot spam.
antibot.voice:
default: false
description: Allow users to speak, even while voiced.
antibot.chatspam:
default: false
description: Allows users to bypass anti chat spam.
antibot.countryban:
default: false
description: Users with this permission can join the server if their home country is banned from the server.
antibot.logindelay:
default: false
description: Should users be able to log back into the server rapidly?
antibot.admin.basic:
default: false
description: Basic permissions to the Antibot system.
antibot.admin:
default: false
description: Gives full access to the system.
antibot.admin.reload:
default: false
description: Ability to reload configuration.
antibot.admin.chatmute:
default: false
description: Ability to globally mute chat whenever you feel like it :)
antibot.admin.info:
default: false
description: Check the status of antibot.
antibot.admin.notify:
default: false
description: Gives extra details during invasions. Tells this user if a system flush is needed.
antibot.admin.flush:
default: false
description: Flush all connection throttling. This could be on accident.
antibot.admin.toggle:
default: false
description: Toggle AntiBot to be on or off. Useful when getting legitimate players.