2011-04-04 20:20:03 +02:00
|
|
|
name: NoCheat
|
2011-02-16 15:15:35 +01:00
|
|
|
|
|
|
|
author: Evenprime
|
|
|
|
|
2011-04-04 20:20:03 +02:00
|
|
|
main: cc.co.evenprime.bukkit.nocheat.NoCheat
|
2011-09-12 00:22:56 +02:00
|
|
|
version: 2.03a
|
2011-07-18 17:18:26 +02:00
|
|
|
|
|
|
|
permissions:
|
2011-08-31 15:26:07 +02:00
|
|
|
|
2011-08-08 18:25:19 +02:00
|
|
|
nocheat.*:
|
2011-08-31 15:26:07 +02:00
|
|
|
description: Allow a player to bypass all checks and give him all admin permissions
|
2011-08-08 18:25:19 +02:00
|
|
|
children:
|
2011-08-31 15:26:07 +02:00
|
|
|
nocheat.checks.*: true
|
|
|
|
nocheat.admin.*: true
|
|
|
|
|
|
|
|
nocheat.checks.*:
|
|
|
|
description: Allow the player to bypass all checks
|
2011-07-18 17:18:26 +02:00
|
|
|
children:
|
2011-08-31 15:26:07 +02:00
|
|
|
nocheat.checks.moving.*: true
|
|
|
|
nocheat.checks.blockbreak.*: true
|
2011-09-02 19:33:32 +02:00
|
|
|
nocheat.checks.blockplace.*: true
|
2011-09-01 14:08:48 +02:00
|
|
|
nocheat.checks.interact.*: true
|
2011-09-11 19:07:38 +02:00
|
|
|
nocheat.checks.chat.*: true
|
2011-08-31 15:26:07 +02:00
|
|
|
|
|
|
|
nocheat.checks.moving.*:
|
|
|
|
description: Allow the player to bypass all moving checks
|
|
|
|
children:
|
|
|
|
nocheat.checks.moving.flying: true
|
|
|
|
nocheat.checks.moving.running: true
|
|
|
|
nocheat.checks.moving.swimming: true
|
|
|
|
nocheat.checks.moving.sneaking: true
|
|
|
|
nocheat.checks.moving.noclip: true
|
|
|
|
nocheat.checks.moving.morepackets: true
|
2011-09-12 00:22:56 +02:00
|
|
|
|
2011-08-31 15:26:07 +02:00
|
|
|
nocheat.checks.blockbreak.*:
|
|
|
|
description: Allow the player to bypass all blockbreak checks
|
|
|
|
children:
|
|
|
|
nocheat.checks.blockbreak.reach: true
|
|
|
|
nocheat.checks.blockbreak.direction: true
|
2011-09-12 00:22:56 +02:00
|
|
|
|
2011-09-02 19:33:32 +02:00
|
|
|
nocheat.checks.blockplace.*:
|
|
|
|
description: Allow the player to bypass all blockplace checks
|
|
|
|
children:
|
|
|
|
nocheat.checks.blockplace.reach: true
|
|
|
|
nocheat.checks.blockplace.onliquid: true
|
2011-08-31 15:26:07 +02:00
|
|
|
|
2011-09-01 14:08:48 +02:00
|
|
|
nocheat.checks.interact.*:
|
|
|
|
description: Allow the player to bypass all interact checks
|
|
|
|
children:
|
|
|
|
nocheat.checks.interact.durability: true
|
2011-09-12 00:22:56 +02:00
|
|
|
|
2011-09-11 19:07:38 +02:00
|
|
|
nocheat.checks.chat.*:
|
|
|
|
description: Allow the player to bypass all chat checks
|
|
|
|
children:
|
|
|
|
nocheat.checks.chat.spam: true
|
2011-09-01 14:08:48 +02:00
|
|
|
|
2011-08-31 15:26:07 +02:00
|
|
|
nocheat.checks.moving.flying:
|
2011-09-01 14:08:48 +02:00
|
|
|
description: Allow a player to move free through the air (if given, the "running" check will be ignored anyway)
|
2011-07-18 17:18:26 +02:00
|
|
|
default: op
|
2011-08-31 15:26:07 +02:00
|
|
|
nocheat.checks.moving.running:
|
|
|
|
description: Allow a player to move free, only limited by the flying check, if active (implicitly deactivates the "swimming" and "sneaking" check)
|
2011-07-18 17:18:26 +02:00
|
|
|
default: op
|
2011-08-31 15:26:07 +02:00
|
|
|
nocheat.checks.moving.swimming:
|
|
|
|
description: Allow a player to move at normal running speed through water
|
2011-07-18 17:18:26 +02:00
|
|
|
default: op
|
2011-08-31 15:26:07 +02:00
|
|
|
nocheat.checks.moving.sneaking:
|
|
|
|
description: Allow a player to move at normal running speed while sneaking
|
2011-07-18 17:18:26 +02:00
|
|
|
default: op
|
2011-08-31 15:26:07 +02:00
|
|
|
nocheat.checks.moving.noclip:
|
|
|
|
description: Allow a player to walk through walls
|
2011-07-18 17:18:26 +02:00
|
|
|
default: op
|
2011-08-31 15:26:07 +02:00
|
|
|
nocheat.checks.moving.morepackets:
|
|
|
|
description: Allow a player to send more move-event-packets than normal
|
2011-07-18 17:18:26 +02:00
|
|
|
default: op
|
2011-08-31 15:26:07 +02:00
|
|
|
|
|
|
|
nocheat.checks.blockbreak.reach:
|
|
|
|
description: Allow a player to break blocks at maximum range (about 6-7 blocks)
|
2011-07-18 17:18:26 +02:00
|
|
|
default: op
|
2011-08-31 15:26:07 +02:00
|
|
|
nocheat.checks.blockbreak.direction:
|
|
|
|
description: Allow a player to break blocks that are not in front of them
|
2011-08-20 21:33:47 +02:00
|
|
|
default: op
|
2011-09-12 00:22:56 +02:00
|
|
|
|
2011-09-02 19:33:32 +02:00
|
|
|
nocheat.checks.blockplace.reach:
|
|
|
|
description: Allow a player to place blocks at maximum range (about 6-7 blocks)
|
|
|
|
default: op
|
|
|
|
nocheat.checks.blockplace.onliquid:
|
|
|
|
description: Allow a player to place non-liquid blocks on liquids
|
|
|
|
default: op
|
2011-09-12 00:22:56 +02:00
|
|
|
|
2011-09-01 14:08:48 +02:00
|
|
|
nocheat.checks.interact.durability:
|
|
|
|
description: Allow a player to use an infinite durability item hack
|
|
|
|
default: op
|
2011-09-12 00:22:56 +02:00
|
|
|
|
2011-09-11 19:07:38 +02:00
|
|
|
nocheat.checks.chat.spam:
|
|
|
|
description: Allow a player to send an infinite amount of chat messages
|
|
|
|
default: op
|
2011-08-31 15:26:07 +02:00
|
|
|
|
|
|
|
nocheat.admin.*:
|
|
|
|
description: Give a player all admin rights
|
|
|
|
children:
|
|
|
|
nocheat.admin.chatlog: true
|
|
|
|
|
|
|
|
nocheat.admin.chatlog:
|
|
|
|
description: Show log messages in the players chat
|
|
|
|
default: op
|