Anti cheating plugin for Minecraft (Bukkit/Spigot).
Go to file
asofold de5f152df9 [BLEEDING] Flesh out aspects of ComponentRegistry.
* Fixes data removal ignoring chat.logins and chat.text for a part.
* Move some components interfaces and ReflectionUtil to NCPCommons.
* Unregister components in reverse order.
* Add ComponentRegistryProvider for generic sub-registries (DataManager
for instance).
* Add IHoldSUbComponents for delayed sub-component registration
(convenient for iteration over parent-components with later registration
of sub components not missing out any registered parent components for
those). [Partly implemented: Using this during runtime does not yet
work, only used in onEnable.]
* Let CheckListener implement IHoldSubComponents and use this with
addCheck to register the queued checks after all the listeners.
* Register the core system components in a bunch before the
CheckListenerS, to allow sub-registries to work directly and to allow
getAPI().addComponent on the plugin class during construction of
CheckListeners.
2013-04-15 16:11:08 +02:00
NCPBuildBase Add javadocs about levels. 2013-03-05 18:39:49 +01:00
NCPCommons [BLEEDING] Flesh out aspects of ComponentRegistry. 2013-04-15 16:11:08 +02:00
NCPCompat [BLEEDING] Flesh out aspects of ComponentRegistry. 2013-04-15 16:11:08 +02:00
NCPCompatBukkit Override cleanup methods in BlockCache implementations to remove world 2013-03-13 20:47:42 +01:00
NCPCompatCB2511 Add safeguard against the safeguard not being present. 2013-03-17 08:51:50 +01:00
NCPCompatCB2512 Override cleanup methods in BlockCache implementations to remove world 2013-03-13 20:47:42 +01:00
NCPCompatCB2545 Override cleanup methods in BlockCache implementations to remove world 2013-03-13 20:47:42 +01:00
NCPCompatCB2602 Override cleanup methods in BlockCache implementations to remove world 2013-03-13 20:47:42 +01:00
NCPCompatCB2645 Add MC 1.5 module. 2013-03-21 01:01:31 +01:00
NCPCompatCB2691 Increment dependency versions (dev, cb2691) due to CB beta release. 2013-04-14 17:41:06 +02:00
NCPCompatCBDev Increment dependency versions (dev, cb2691) due to CB beta release. 2013-04-14 17:41:06 +02:00
NCPPlugin [BLEEDING] Flesh out aspects of ComponentRegistry. 2013-04-15 16:11:08 +02: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 Add module for CB2691 to match the beta release of CraftBukkit. 2013-04-12 19:00:19 +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