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-08-22 13:39:03 +02:00
|
|
|
version: 1.14d
|
2011-02-16 15:15:35 +01:00
|
|
|
|
2011-06-06 19:57:59 +02:00
|
|
|
softdepend: [ Permissions, CraftIRC ]
|
|
|
|
|
2011-03-05 15:58:19 +01:00
|
|
|
commands:
|
|
|
|
nocheat:
|
2011-04-04 20:20:03 +02:00
|
|
|
description: Provides information about the current status of the NoCheat plugin
|
2011-03-05 15:58:19 +01:00
|
|
|
usage: |
|
|
|
|
/<command>
|
|
|
|
Example: /<command> | Displays version, enabled checks and bugfixes
|
|
|
|
Example: /<command> -p | Get your permissions, * = check disabled globally
|
2011-07-18 17:18:26 +02:00
|
|
|
Example: /<command> -p [player] | Get permissions of the player, * = check disabled globally
|
|
|
|
|
|
|
|
permissions:
|
2011-08-08 18:25:19 +02:00
|
|
|
nocheat.*:
|
|
|
|
description: Allow the player to do everything (and get log messages)
|
|
|
|
children:
|
|
|
|
nocheat.all: true
|
|
|
|
nocheat.notify: true
|
2011-07-18 17:18:26 +02:00
|
|
|
nocheat.all:
|
|
|
|
description: Allow the player to do everything (except for getting log messages)
|
|
|
|
children:
|
|
|
|
nocheat.moving: true
|
|
|
|
nocheat.speedhack: true
|
|
|
|
nocheat.airbuild: true
|
|
|
|
nocheat.bogusitems: true
|
|
|
|
nocheat.nuke: true
|
|
|
|
nocheat.flying: true
|
|
|
|
nocheat.fakesneak: true
|
|
|
|
nocheat.fastswim: true
|
2011-08-20 21:33:47 +02:00
|
|
|
nocheat.infinitedurability: true
|
2011-07-18 17:18:26 +02:00
|
|
|
nocheat.moving:
|
|
|
|
description: Allow to player to move/fly without getting checked at all
|
|
|
|
default: op
|
|
|
|
nocheat.speedhack:
|
|
|
|
description: Don't observe the number of move events sent by the player
|
|
|
|
default: op
|
|
|
|
nocheat.airbuild:
|
|
|
|
description: Allow placing blocks against air/in midair
|
|
|
|
default: op
|
|
|
|
nocheat.bogusitems:
|
|
|
|
description: Allow the use of items with invalid values e.g. negative stacksize
|
|
|
|
default: op
|
|
|
|
nocheat.nuke:
|
|
|
|
description: Allow breaking of blocks that are not in the field of view of the player
|
|
|
|
default: op
|
|
|
|
nocheat.notify:
|
|
|
|
description: Receive log messages in chat
|
|
|
|
default: op
|
|
|
|
nocheat.flying:
|
|
|
|
description: Allow the player to fly at normal walking speed
|
|
|
|
default: op
|
|
|
|
nocheat.fakesneak:
|
|
|
|
description: Allow the player to sneak at normal walking speed
|
|
|
|
default: op
|
|
|
|
nocheat.fastswim:
|
|
|
|
description: Allow the player to swim at normal walking speed
|
|
|
|
default: op
|
2011-08-20 21:33:47 +02:00
|
|
|
nocheat.infinitedurability:
|
|
|
|
description: Allow the player to use a known infinite item durability hack
|
|
|
|
default: op
|