Anti cheating plugin for Minecraft (Bukkit/Spigot).
Go to file
asofold 7e4ad21f4f Prevent ascension over max jump phase for normal jumping/moving.
Adds a "dirty"-flag, set on receiving velocity. If a player still
ascends while exceeding max-jump-phase, a violation will be triggered,
regardless of the taken distance. This has not been tested against hacks
yet, and might well have little effect. It does aim against step and
block-jumping on protected regions, but there might be another limiting
method necessary to make this fully effective.
2013-01-31 10:01:46 +01:00
NCPCommons [SAFETY COMMIT, REFACTOR, BREAKING] 2013-01-20 04:18:08 +01:00
NCPCompat Set dependencies to 1.4.7-R1.x. 2013-01-31 07:05:28 +01:00
NCPCompatCB2511 Add class-member checks for failing constructors (compat). 2013-01-24 21:38:31 +01:00
NCPCompatCB2512 Add class-member checks for failing constructors (compat). 2013-01-24 21:38:31 +01:00
NCPCompatCB2545 Add class-member checks for failing constructors (compat). 2013-01-24 21:38:31 +01:00
NCPCompatCBDev Set dependencies to 1.4.7-R1.x. 2013-01-31 07:05:28 +01:00
NCPPlugin Prevent ascension over max jump phase for normal jumping/moving. 2013-01-31 10:01:46 +01:00
.pydevproject [SAFETY COMMIT, REFACTOR, BREAKING] 2013-01-20 04:18:08 +01:00
LICENSE.txt Put license on top level. 2013-01-12 01:04:23 +01:00
pom.xml [SAFETY COMMIT, REFACTOR, BREAKING] 2013-01-20 04:18:08 +01:00
README.md The LAST 2 brackets. 2013-01-12 01:55:57 +01:00

NoCheatPlus

NoCheatPlus is an unofficial fork of the famous anti-cheat plugin [NoCheat] (http://dev.bukkit.org/server-mods/nocheat/) created by [Evenprime] (https://github.com/Evenprime). NoCheatPlus attempts to enforce "vanilla Minecraft" mechanics, as well as preventing players from abusing weaknesses in Minecraft or its protocol, making your server more safe. Organized in different sections, various checks are performed to test players doing, covering a wide range including flying and speeding, fighting hacks, fast block breaking and nukers, inventory hacks, chat spam and other types of malicious behaviour. For a more complete list have a look at the always outdated [Features Page] (http://dev.bukkit.org/server-mods/nocheatplus/pages/documentation/features/).

Installation

Tips

Compiling NoCheatPlus

  • We use [Maven] (http://maven.apache.org/download.cgi) 3 to handle the dependencies.
  • You can compile it with this Maven goal: mvn clean package
  • NoCheatPlus is compiled for Java 6.

Project

Download

Support and Documentation

Miscellaneous

Developers