2012-04-05 18:24:39 +02:00
|
|
|
name: NoCheatPlus
|
2011-11-19 00:41:57 +01:00
|
|
|
version: ${project.version}
|
|
|
|
description: ${project.description}
|
2011-02-16 15:15:35 +01:00
|
|
|
|
2012-04-05 18:24:39 +02:00
|
|
|
author: NeatMonster
|
2011-11-19 00:41:57 +01:00
|
|
|
website: ${project.url}
|
2011-02-16 15:15:35 +01:00
|
|
|
|
2012-04-05 18:24:39 +02:00
|
|
|
main: me.neatmonster.nocheatplus.NoCheatPlus
|
2011-09-26 20:07:59 +02:00
|
|
|
|
|
|
|
commands:
|
2012-04-05 18:24:39 +02:00
|
|
|
nocheatplus:
|
|
|
|
description: NoCheatPlus command(s)
|
|
|
|
permission: nocheatplus.admin.commands
|
2011-10-10 02:00:47 +02:00
|
|
|
usage: |
|
2012-04-05 18:24:39 +02:00
|
|
|
/<command> permlist player [permission]: list NoCheatPlus' permissions of player, optionally only if beginning with [permission]
|
|
|
|
/<command> playerinfo player: show the collected data NoCheatPlus collected about a player
|
|
|
|
/<command> reload: fast reload of NoCheatPlus' configuration file(s) - needs additional permissions
|
2011-07-18 17:18:26 +02:00
|
|
|
|
|
|
|
permissions:
|
2012-04-05 18:24:39 +02:00
|
|
|
nocheatplus:
|
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:
|
2012-04-05 18:24:39 +02:00
|
|
|
nocheatplus.admin:
|
2011-09-22 19:44:08 +02:00
|
|
|
description: Give a player all admin rights
|
|
|
|
children:
|
2012-04-05 18:24:39 +02:00
|
|
|
nocheatplus.admin.chatlog:
|
|
|
|
description: Player can see NoCheatPlus' log messages in the ingame chat
|
|
|
|
nocheatplus.admin.commands:
|
|
|
|
description: allow use of the "nocheatplus" commands (may be given to players to allow them to check statistics)
|
|
|
|
nocheatplus.admin.reload:
|
|
|
|
description: allow access to the special "nocheatplus reload" command (only intended for the actual server administrator)
|
|
|
|
nocheatplus.checks:
|
2011-09-22 19:44:08 +02:00
|
|
|
description: Allow the player to bypass all checks
|
|
|
|
children:
|
2012-04-05 18:24:39 +02:00
|
|
|
nocheatplus.checks.moving:
|
2012-01-31 21:33:00 +01:00
|
|
|
description: Allow the player to bypass all moving related checks
|
2011-09-22 19:44:08 +02:00
|
|
|
children:
|
2012-04-05 18:24:39 +02:00
|
|
|
nocheatplus.checks.moving.runfly:
|
2011-09-22 19:44:08 +02:00
|
|
|
description: Allow a player to move as free and as fast as he wants (ignores flying, swimming and sneaking settings)
|
2012-04-05 18:24:39 +02:00
|
|
|
nocheatplus.checks.moving.flying:
|
2011-09-22 19:44:08 +02:00
|
|
|
description: Allow a player to fly, but only within given speed limits (ignores swimming and sneaking settings)
|
2012-04-05 18:24:39 +02:00
|
|
|
nocheatplus.checks.moving.swimming:
|
2011-09-22 19:44:08 +02:00
|
|
|
description: Allow a player to move through water without slowdown
|
2012-04-05 18:24:39 +02:00
|
|
|
nocheatplus.checks.moving.sneaking:
|
2011-09-22 19:44:08 +02:00
|
|
|
description: Allow a player to sneak without slowdown
|
2012-04-05 18:24:39 +02:00
|
|
|
nocheatplus.checks.moving.nofall:
|
2011-09-22 19:44:08 +02:00
|
|
|
description: Allow a player to cheat and not take fall damage at all
|
2012-04-05 18:24:39 +02:00
|
|
|
nocheatplus.checks.moving.morepackets:
|
2011-09-22 19:44:08 +02:00
|
|
|
description: Allow a player to send more move-event-packets than normal, causing him to move faster than normal
|
2012-04-07 23:53:25 +02:00
|
|
|
nocheatplus.checks.moving.morepacketsvehicle:
|
|
|
|
description: Allow a player to send more vehicule-move-event-packets than normal, causing him to move faster than normal
|
|
|
|
nocheatplus.checks.moving.boatonground:
|
|
|
|
description: Allow a player to place a boat on the ground (not only on the water)
|
|
|
|
nocheatplus.checks.moving.respawntrick:
|
|
|
|
description: Allow a player to respawn on top if blocked by gravel or sand (instead of removing the blocks)
|
2012-04-05 18:24:39 +02:00
|
|
|
nocheatplus.checks.blockbreak:
|
2011-09-22 19:44:08 +02:00
|
|
|
description: Allow the player to bypass all blockbreak checks
|
|
|
|
children:
|
2012-04-06 23:13:49 +02:00
|
|
|
nocheatplus.checks.blockbreak.fastbreak:
|
|
|
|
description: Allow a player to break blocks very quickly
|
2012-04-05 18:24:39 +02:00
|
|
|
nocheatplus.checks.blockbreak.reach:
|
2011-09-22 19:44:08 +02:00
|
|
|
description: Allow a player to break blocks at maximum range (about 6-7 blocks, in creative mode unlimited)
|
2012-04-05 18:24:39 +02:00
|
|
|
nocheatplus.checks.blockbreak.direction:
|
2011-09-22 19:44:08 +02:00
|
|
|
description: Allow a player to break blocks that are not in front of them
|
2012-04-05 18:24:39 +02:00
|
|
|
nocheatplus.checks.blockbreak.noswing:
|
2011-10-30 18:56:29 +01:00
|
|
|
description: Allow a player to break blocks without swinging their arm
|
2012-04-05 18:24:39 +02:00
|
|
|
nocheatplus.checks.blockplace:
|
2011-09-22 19:44:08 +02:00
|
|
|
description: Allow the player to bypass all blockplace checks
|
|
|
|
children:
|
2012-04-06 23:13:49 +02:00
|
|
|
nocheatplus.checks.blockplace.fastplace:
|
|
|
|
description: Allow a player to place blocks very quickly
|
2012-04-05 18:24:39 +02:00
|
|
|
nocheatplus.checks.blockplace.reach:
|
2011-09-22 19:44:08 +02:00
|
|
|
description: Allow a player to place blocks at maximum range (about 6-7 blocks)
|
2012-04-05 18:24:39 +02:00
|
|
|
nocheatplus.checks.blockplace.direction:
|
2011-10-30 20:15:03 +01:00
|
|
|
description: Allow a player to place blocks outside their line of view
|
2012-04-05 18:24:39 +02:00
|
|
|
nocheatplus.checks.chat:
|
2011-09-22 19:44:08 +02:00
|
|
|
description: Allow the player to bypass all chat checks
|
|
|
|
children:
|
2012-04-05 18:24:39 +02:00
|
|
|
nocheatplus.checks.chat.spam:
|
2011-09-22 19:44:08 +02:00
|
|
|
description: Allow a player to send an infinite amount of chat messages
|
2012-04-05 18:24:39 +02:00
|
|
|
nocheatplus.checks.chat.color:
|
2012-01-17 15:45:58 +01:00
|
|
|
description: Allow a player to send colored chat messages
|
2012-04-05 18:24:39 +02:00
|
|
|
nocheatplus.checks.fight:
|
2011-10-13 14:55:48 +02:00
|
|
|
description: Allow the player to bypass all fight checks
|
|
|
|
children:
|
2012-04-05 18:24:39 +02:00
|
|
|
nocheatplus.checks.fight.direction:
|
2011-10-13 14:55:48 +02:00
|
|
|
description: Allow a player to attack players and monster even if they are not in his field of view
|
2012-04-05 18:24:39 +02:00
|
|
|
nocheatplus.checks.fight.noswing:
|
2011-10-30 18:56:29 +01:00
|
|
|
description: Allow a player to fight without swinging their arm
|
2012-04-05 18:24:39 +02:00
|
|
|
nocheatplus.checks.fight.reach:
|
2012-01-31 17:51:29 +01:00
|
|
|
description: Allow a player to fight over bigger distances than usual
|
2012-04-05 18:24:39 +02:00
|
|
|
nocheatplus.checks.fight.speed:
|
2012-01-31 17:51:29 +01:00
|
|
|
description: Allow a player to attack faster than usual
|
2012-04-05 18:24:39 +02:00
|
|
|
nocheatplus.checks.fight.godmode:
|
2012-02-11 23:31:43 +01:00
|
|
|
description: Allow a player to not take damage by exploiting a design flaw in Minecraft
|
2012-04-05 18:24:39 +02:00
|
|
|
nocheatplus.checks.fight.instantheal:
|
2012-03-04 17:33:50 +01:00
|
|
|
description: Allow a player to artificially speed up his health regeneration
|
2012-04-05 18:24:39 +02:00
|
|
|
nocheatplus.checks.inventory:
|
2012-01-05 15:25:19 +01:00
|
|
|
description: Allow the player to bypass all inventory checks
|
|
|
|
children:
|
2012-04-05 18:24:39 +02:00
|
|
|
nocheatplus.checks.inventory.drop:
|
2012-01-05 15:25:19 +01:00
|
|
|
description: Allow a player to drop more items in a short timeframe than the defined limit
|
2012-04-05 18:24:39 +02:00
|
|
|
nocheatplus.checks.inventory.instanteat:
|
2012-02-08 22:23:13 +01:00
|
|
|
description: Allow a player to eat food faster than normally possible
|
2012-04-05 18:24:39 +02:00
|
|
|
nocheatplus.checks.inventory.instantbow:
|
2012-02-08 22:23:13 +01:00
|
|
|
description: Allow a player to charge his bow faster than usual
|
2012-04-05 22:17:41 +02:00
|
|
|
nocheatplus.mods:
|
|
|
|
description: Allow the player to use all the client mods
|
2012-04-05 18:24:39 +02:00
|
|
|
children:
|
2012-04-05 22:17:41 +02:00
|
|
|
nocheatplus.mods.zombe:
|
|
|
|
description: Allow the player to use all Zombe's cheats
|
|
|
|
children:
|
|
|
|
nocheatplus.mods.zombe.fly:
|
|
|
|
description: Allow the player to use Zombe's fly mod
|
|
|
|
nocheatplus.mods.zombe.noclip:
|
|
|
|
description: Allow the player to use Zombe's noclip
|
|
|
|
nocheatplus.mods.zombe.cheats:
|
|
|
|
description: Allow the player to use all other Zombe's cheats
|
|
|
|
nocheatplus.mods.cjb:
|
|
|
|
description: Allow the player to use all CJB's cheats
|
|
|
|
children:
|
|
|
|
nocheatplus.mods.cjb.fly:
|
|
|
|
description: Allow the player to use CJB's fly mod
|
|
|
|
nocheatplus.mods.cjb.xray:
|
|
|
|
description: Allow the player to use CJB's xray
|
|
|
|
nocheatplus.mods.cjb.minimap:
|
|
|
|
description: Allow the player to use CJB's minimap
|
|
|
|
nocheatplus.mods.rei:
|
|
|
|
description: Allow the player to use all Rei's Minimap's cheats
|
|
|
|
children:
|
|
|
|
nocheatplus.mods.rei.cave:
|
|
|
|
description: Allow the player to use Rei's cave mode
|
|
|
|
nocheatplus.mods.rei.radar:
|
|
|
|
description: Allow the player to use Rei's radar
|
|
|
|
nocheatplus.mods.mcautomap:
|
|
|
|
description: Allow the player to use all Minecraft AutoMap's cheats
|