NoCheatPlus/plugin.yml

109 lines
3.6 KiB
YAML
Raw Normal View History

name: NoCheat
2011-02-16 15:15:35 +01:00
author: Evenprime
main: cc.co.evenprime.bukkit.nocheat.NoCheat
version: 2.06b
permissions:
2011-08-31 15:26:07 +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
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
children:
2011-08-31 15:26:07 +02:00
nocheat.checks.moving.*: true
nocheat.checks.blockbreak.*: true
nocheat.checks.blockplace.*: true
nocheat.checks.interact.*: true
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.runfly: true
2011-08-31 15:26:07 +02:00
nocheat.checks.moving.flying: true
nocheat.checks.moving.swimming: true
nocheat.checks.moving.sneaking: true
nocheat.checks.moving.noclip: true
2011-09-19 19:28:56 +02:00
nocheat.checks.moving.nofall: true
2011-08-31 15:26:07 +02:00
nocheat.checks.moving.morepackets: true
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
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
nocheat.checks.interact.*:
description: Allow the player to bypass all interact checks
children:
nocheat.checks.interact.durability: true
nocheat.checks.chat.*:
description: Allow the player to bypass all chat checks
children:
nocheat.checks.chat.spam: true
nocheat.checks.moving.runfly:
description: Allow a player to move as free and as fast as he wants (ignores flying, swimming and sneaking settings)
default: op
nocheat.checks.moving.flying:
description: Allow a player to fly, but only within given speed limits (ignores swimming and sneaking settings)
default: op
2011-08-31 15:26:07 +02:00
nocheat.checks.moving.swimming:
description: Allow a player to move through water without slowdown
default: op
2011-08-31 15:26:07 +02:00
nocheat.checks.moving.sneaking:
description: Allow a player to sneak without slowdown
default: op
2011-08-31 15:26:07 +02:00
nocheat.checks.moving.noclip:
description: Allow a player to walk through walls
default: op
2011-09-19 19:28:56 +02:00
nocheat.checks.moving.nofall:
description: Allow a player to cheat and not take fall damage at all
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, causing him to move faster than normal
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)
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
default: op
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
nocheat.checks.interact.durability:
description: Allow a player to use an infinite durability item hack
default: op
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