diff options
author | md_5 <md_5@bigpond.com> | 2012-03-14 20:15:26 +1100 |
---|---|---|
committer | md_5 <md_5@bigpond.com> | 2012-03-14 20:15:26 +1100 |
commit | 95a1e2ca935256e8efb0e35949bcb0386ed3c98f (patch) | |
tree | 9232195d3e4be027fb58637e68c79cf16ec4d731 /EssentialsAntiCheat/src/plugin.yml | |
parent | 06068212c97ff2a5e8569c2180d8aea3951c0e20 (diff) | |
download | Essentials-95a1e2ca935256e8efb0e35949bcb0386ed3c98f.tar Essentials-95a1e2ca935256e8efb0e35949bcb0386ed3c98f.tar.gz Essentials-95a1e2ca935256e8efb0e35949bcb0386ed3c98f.tar.lz Essentials-95a1e2ca935256e8efb0e35949bcb0386ed3c98f.tar.xz Essentials-95a1e2ca935256e8efb0e35949bcb0386ed3c98f.zip |
Some simple checks to get rid of those annoying, casual trouble makers
Diffstat (limited to 'EssentialsAntiCheat/src/plugin.yml')
-rw-r--r-- | EssentialsAntiCheat/src/plugin.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/EssentialsAntiCheat/src/plugin.yml b/EssentialsAntiCheat/src/plugin.yml index d96fea0f0..7325b8f82 100644 --- a/EssentialsAntiCheat/src/plugin.yml +++ b/EssentialsAntiCheat/src/plugin.yml @@ -15,6 +15,19 @@ commands: /<command> reload: fast reload of NoCheats configuration file(s) - needs additional permissions permissions: + nocheat.mod.all: + description: Various simple cheat mods which they player may or may not be allowed to use + children: + nocheat.mod.zombes.fly: + description: Allow the use of the Zombes fly hack + nocheat.mod.zombes.cheat: + description: Allow the use of the Zombes cheat hack, includes xray + nocheat.mod.cjb.fly: + description: Allow the use of CJB's fly hack + nocheat.mod.cjb.xray: + description: Allow the use of CJB's xray + nocheat.mod.cjb.minimap: + description: Allow the use of CJB's minimap nocheat: description: Allow a player to bypass all checks and give him all admin permissions children: |