Anti cheating plugin for Minecraft (Bukkit/Spigot).
Go to file
asofold c30105d6b7 Fix passable alerts with fence gates.
This workaround allows the block transition from above a 1.5 high block
into the block, for the case both from and to have been inside of the
bounds of the block. This should fix the annoying bug with jumping
inside of an open fence gate, closing it while just above 1.0 height,
so that passable would alert for moving back from air into the block.
2013-07-12 19:53:40 +02:00
NCPBuildBase Update pom.xml descriptions. 2013-07-06 14:49:24 +02:00
NCPCommons Move workarounds for health-API changes to a utility. 2013-07-06 20:37:11 +02:00
NCPCompatBukkit [BLEEDING] Adapt to health changes + set NCPCore dependency to 1.6.1. 2013-07-10 01:55:56 +02:00
NCPCompatCB2511 [BLEEDING] Adapt to health changes + set NCPCore dependency to 1.6.1. 2013-07-10 01:55:56 +02:00
NCPCompatCB2512 [BLEEDING] Adapt to health changes + set NCPCore dependency to 1.6.1. 2013-07-10 01:55:56 +02:00
NCPCompatCB2545 [BLEEDING] Adapt to health changes + set NCPCore dependency to 1.6.1. 2013-07-10 01:55:56 +02:00
NCPCompatCB2602 [BLEEDING] Adapt to health changes + set NCPCore dependency to 1.6.1. 2013-07-10 01:55:56 +02:00
NCPCompatCB2645 [BLEEDING] Adapt to health changes + set NCPCore dependency to 1.6.1. 2013-07-10 01:55:56 +02:00
NCPCompatCB2691 [BLEEDING] Adapt to health changes + set NCPCore dependency to 1.6.1. 2013-07-10 01:55:56 +02:00
NCPCompatCB2763 [BLEEDING] Adapt to health changes + set NCPCore dependency to 1.6.1. 2013-07-10 01:55:56 +02:00
NCPCompatCB2794 Re-add 1.6.1 native support (removing is not worth the support load). 2013-07-10 12:34:06 +02:00
NCPCompatCBDev Also update Bukkit dependency for NCPCompatCBDev. 2013-07-10 12:21:46 +02:00
NCPCore Fix passable alerts with fence gates. 2013-07-12 19:53:40 +02:00
NCPPlugin Re-add 1.6.1 native support (removing is not worth the support load). 2013-07-10 12:34:06 +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