Anti cheating plugin for Minecraft (Bukkit/Spigot).
Go to file
asofold 2b4a1f20d3 More to vehicle internals.
Set-back handling:
* Make the VehicleSetBack a class in the moving package.
* For set-backs use the debug flag from the time of checking.

Debugging:
* Alter debug output for moves slightly (differing locations).
* Add debug output for vehicle moves with players involved.

Note on 1.6:
* Not even PlayerMove is fired for pigs and horses, so no tracking.
2013-07-16 19:28:47 +02:00
NCPBuildBase Update pom.xml descriptions. 2013-07-06 14:49:24 +02:00
NCPCommons Update some javadocs. 2013-07-13 12:31:07 +02:00
NCPCompatBukkit More cleanup for health API changes. 2013-07-15 12:31:37 +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
NCPCompatCBDev More cleanup for health API changes. 2013-07-15 12:31:37 +02:00
NCPCore More to vehicle internals. 2013-07-16 19:28:47 +02:00
NCPPlugin Flying permissions: survivalfly is now child of creativefly. 2013-07-16 00:24:20 +02:00
NoCheatPlus [DEVELOPMENT] Set version to 3.10.1-SNAPSHOT. 2013-07-12 17:13:16 +02:00
LICENSE.txt Put license on top level. 2013-01-12 01:04:23 +01:00
pom.xml Comment out DistributionManagement. 2013-07-11 14:28:18 +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