Anti cheating plugin for Minecraft (Bukkit/Spigot).
Go to file
asofold 3f2780fe7d Fix block-flag-setup for bukkit-api-only.
Allow all blocks that get the IGN_PASSABLE flag set but which the player
can stand on to be ground from height 0 on (GROUND_HEIGHT, takes
effect unless for blocks with an explicit workaround). Set IGN_PASSABLE
and GROUND_HEIGHT for ENDER_PORTAL_FRAME explicitly.
2013-03-11 07:50:44 +01:00
NCPBuildBase Add javadocs about levels. 2013-03-05 18:39:49 +01:00
NCPCommons Adjust available build parameters: TEST_LEVEL and DEBUG_LEVEL 2013-02-28 18:09:42 +01:00
NCPCompat Remove debug message. 2013-03-11 06:34:58 +01:00
NCPCompatBukkit Fix block-flag-setup for bukkit-api-only. 2013-03-11 07:50:44 +01:00
NCPCompatCB2511 Prepare getKeepAliveTime method for MCAccess. 2013-02-02 08:13:59 +01:00
NCPCompatCB2512 Prepare getKeepAliveTime method for MCAccess. 2013-02-02 08:13:59 +01:00
NCPCompatCB2545 Prepare getKeepAliveTime method for MCAccess. 2013-02-02 08:13:59 +01:00
NCPCompatCB2602 Add module for 1.4.7: NCPCompatCB2602 2013-02-28 03:21:38 +01:00
NCPCompatCBDev Prepare getKeepAliveTime method for MCAccess. 2013-02-02 08:13:59 +01:00
NCPPlugin [Bleeding] Various fixes for collision logic and consequent changes. 2013-03-11 06:01:39 +01: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 Move build timestamp to parent pom. 2013-03-01 16:25:10 +01: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