Anti cheating plugin for Minecraft (Bukkit/Spigot).
Go to file
asofold 0d52467fc2 Reduce a special case for false positives in sf.
There seem to be cases with a repeated horizontal speed increase which
should be covered by the bunnyhop mechanisms. The first increase will
not go as high as possible but have 0 y-diff, while the second one will
trigger a violation with a higher y-diff and another increas in the
horizontal distance. This commit does not cover a general multi-step
speed-increase case, but just attempts to catch this special case.
2013-10-13 19:15:02 +02:00
NCPBuildBase Change default for BUILD_SERIES to '?'. 2013-07-17 12:18:54 +02:00
NCPCommons Changes for command lists, opinconsoleonly -> consoleonly. 2013-08-11 13:05:24 +02:00
NCPCompatBukkit BukkitCompat: Attempt to get the CommandMap by reflection. 2013-08-10 02:27:17 +02:00
NCPCompatCB2511 Check some method signatures with MCAccess implementations. 2013-07-13 09:52:06 +02:00
NCPCompatCB2512 Check some method signatures with MCAccess implementations. 2013-07-13 09:52:06 +02:00
NCPCompatCB2545 Check some method signatures with MCAccess implementations. 2013-07-13 09:52:06 +02:00
NCPCompatCB2602 Check some method signatures with MCAccess implementations. 2013-07-13 09:52:06 +02:00
NCPCompatCB2645 Check some method signatures with MCAccess implementations. 2013-07-13 09:52:06 +02:00
NCPCompatCB2691 Check some method signatures with MCAccess implementations. 2013-07-13 09:52:06 +02:00
NCPCompatCB2763 Check some method signatures with MCAccess implementations. 2013-07-13 09:52:06 +02:00
NCPCompatCB2794 More cleanup for health API changes. 2013-07-15 12:31:37 +02:00
NCPCompatCB2808 Set 1.6.2-R1.0 as new Bukkit/CB dependencies, add dedicated module. 2013-09-12 01:21:56 +02:00
NCPCompatCBDev [BLEEDING] Add 1.6.4 support. 2013-09-20 09:49:20 +02:00
NCPCore Reduce a special case for false positives in sf. 2013-10-13 19:15:02 +02:00
NCPPlugin Remove metrics. 2013-09-22 15:46:07 +02:00
NoCheatPlus Set version to 3.10.6-SNAPSHOT to continue development. 2013-10-02 11:19:51 +02:00
LICENSE.txt Put license on top level. 2013-01-12 01:04:23 +01:00
pom.xml Set 1.6.2-R1.0 as new Bukkit/CB dependencies, add dedicated module. 2013-09-12 01:21:56 +02:00
README.md Fix outdated jenkins link in Readme.md 2013-02-16 02:44:34 +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

Related