Anti cheating plugin for Minecraft (Bukkit/Spigot).
Go to file
asofold b8141f5f32 Adjust interact.visible to use bounds (read details below!).
* Uses unmodified block bounds as returned by the server, this is not
the final version but does fix the door problem.
* Users that use the CompatBukkit (bukkitapionly) module should beware
of the current dev-line, because the block shapes can not be retrieved
with using the Bukkit-API only, thus some blocks squeezed between other
blocks can not be interacted with in a reliable way. This concerns
interacting with the sides that are directed towards solid blocks
mostly, so in most cases there still is a side possible to interact
with, but it might be the short side of a door, not convenient.
2013-06-01 14:48:23 +02:00
NCPBuildBase Put a pom for building into the NoCheatPlus module until knowing better. 2013-05-22 21:00:37 +02:00
NCPCommons Move most code to NCPCore, removes NCPCompat. 2013-05-22 12:24:48 +02:00
NCPCompatBukkit [Experimental] Update inventory after FastConsume violations. 2013-05-26 21:01:39 +02:00
NCPCompatCB2511 Move most code to NCPCore, removes NCPCompat. 2013-05-22 12:24:48 +02:00
NCPCompatCB2512 Move most code to NCPCore, removes NCPCompat. 2013-05-22 12:24:48 +02:00
NCPCompatCB2545 Move most code to NCPCore, removes NCPCompat. 2013-05-22 12:24:48 +02:00
NCPCompatCB2602 Move most code to NCPCore, removes NCPCompat. 2013-05-22 12:24:48 +02:00
NCPCompatCB2645 Move most code to NCPCore, removes NCPCompat. 2013-05-22 12:24:48 +02:00
NCPCompatCB2691 Move most code to NCPCore, removes NCPCompat. 2013-05-22 12:24:48 +02:00
NCPCompatCBDev Move most code to NCPCore, removes NCPCompat. 2013-05-22 12:24:48 +02:00
NCPCore Adjust interact.visible to use bounds (read details below!). 2013-06-01 14:48:23 +02:00
NCPPlugin Remove unneeded dependencies for NCPCore. 2013-05-27 14:33:24 +02:00
NoCheatPlus Set version to 3.9.3-DEV for more development. 2013-05-26 21:34:19 +02:00
LICENSE.txt Put license on top level. 2013-01-12 01:04:23 +01:00
pom.xml Put a pom for building into the NoCheatPlus module until knowing better. 2013-05-22 21:00:37 +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