Anti cheating plugin for Minecraft (Bukkit/Spigot).
Go to file
asofold 9810abff81 [Blind] Prepare removal of sub-check data (so far: fight.selfhit).
This will probably not be pulled through for all checks, because
the overall design does not support to do this in an efficient way.

Some checks will be added to allow pinpointing data removal,
mainly to allow  compatibility tweaks, e.g. with actions.
2014-01-26 13:14:46 +01:00
NCPBuildBase Change default for BUILD_SERIES to '?'. 2013-07-17 12:18:54 +02:00
NCPCommons comment. 2013-12-09 19:58:02 +01:00
NCPCompatBukkit Rough update for 1.7.2 blocks. 2013-12-01 21:46:44 +01: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
NCPCompatCB2882 Add dedicated compatibility module for 1.6.4. 2013-12-01 15:00:52 +01:00
NCPCompatCBDev [BLIND/BLIEEDING/INSTABLE/INCOMPLETE] Secrets (read below). 2013-12-01 20:56:00 +01:00
NCPCore [Blind] Prepare removal of sub-check data (so far: fight.selfhit). 2014-01-26 13:14:46 +01:00
NCPPlugin [BLIND/BLIEEDING/INSTABLE/INCOMPLETE] Secrets (read below). 2013-12-01 20:56:00 +01:00
NoCheatPlus Set version to 3.10.8-SNAPSHOT for more. 2013-12-29 22:27:54 +01:00
LICENSE.txt Put license on top level. 2013-01-12 01:04:23 +01:00
pom.xml Add dedicated compatibility module for 1.6.4. 2013-12-01 15:00:52 +01:00
README.md ReadMe.md back to normal 2014-01-03 13:26:58 +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] (https://github.com/asofold/NCPDocs/blob/master/Features.creole).

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

Developers

Related