mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-07 03:02:11 +01:00
95 lines
3.2 KiB
YAML
95 lines
3.2 KiB
YAML
name: NoCheat
|
|
|
|
author: Evenprime
|
|
|
|
main: cc.co.evenprime.bukkit.nocheat.NoCheat
|
|
version: 2.02
|
|
|
|
permissions:
|
|
|
|
nocheat.*:
|
|
description: Allow a player to bypass all checks and give him all admin permissions
|
|
children:
|
|
nocheat.checks.*: true
|
|
nocheat.admin.*: true
|
|
|
|
nocheat.checks.*:
|
|
description: Allow the player to bypass all checks
|
|
children:
|
|
nocheat.checks.moving.*: true
|
|
nocheat.checks.blockbreak.*: true
|
|
nocheat.checks.blockplace.*: true
|
|
nocheat.checks.interact.*: true
|
|
|
|
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
|
|
|
|
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
|
|
|
|
nocheat.checks.interact.*:
|
|
description: Allow the player to bypass all interact checks
|
|
children:
|
|
nocheat.checks.interact.durability: true
|
|
|
|
nocheat.checks.moving.flying:
|
|
description: Allow a player to move free through the air (if given, the "running" check will be ignored anyway)
|
|
default: op
|
|
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)
|
|
default: op
|
|
nocheat.checks.moving.swimming:
|
|
description: Allow a player to move at normal running speed through water
|
|
default: op
|
|
nocheat.checks.moving.sneaking:
|
|
description: Allow a player to move at normal running speed while sneaking
|
|
default: op
|
|
nocheat.checks.moving.noclip:
|
|
description: Allow a player to walk through walls
|
|
default: op
|
|
nocheat.checks.moving.morepackets:
|
|
description: Allow a player to send more move-event-packets than normal
|
|
default: op
|
|
|
|
nocheat.checks.blockbreak.reach:
|
|
description: Allow a player to break blocks at maximum range (about 6-7 blocks)
|
|
default: op
|
|
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.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 |