Anti cheating plugin for Minecraft (Bukkit/Spigot).
Go to file
asofold 59054b402b Add Methods to correct yaw and pitch to MCAccess.
An implementation for NCPCompatBukkit is missing.

Note that the native access can not set lastYaw nor lastPitch in
PlayerConnection (private), but it could set lastYaw and lastPitch in
EntityPlayer.

Can't guarantee this actually helps with stuff like derp/magnet, because
we can not really set the outcome of a PlayerMoveEvent without
rubberbanding the whole planet. Hacks could send enough packets per tick
to keep freezing people - we might be able to keep track of yaw/pitch
correction and cancel (most) attacking for the same tick after yaw
correction (invalidate "same" with in-bounds yaw).
2014-04-21 14:16:11 +02:00
NCPBuildBase Change default for BUILD_SERIES to '?'. 2013-07-17 12:18:54 +02:00
NCPCommons Add method for Collection. 2014-04-07 09:46:49 +02:00
NCPCompatBukkit Add Methods to correct yaw and pitch to MCAccess. 2014-04-21 14:16:11 +02:00
NCPCompatCB2512 Add Methods to correct yaw and pitch to MCAccess. 2014-04-21 14:16:11 +02:00
NCPCompatCB2545 Add Methods to correct yaw and pitch to MCAccess. 2014-04-21 14:16:11 +02:00
NCPCompatCB2602 Add Methods to correct yaw and pitch to MCAccess. 2014-04-21 14:16:11 +02:00
NCPCompatCB2645 Add Methods to correct yaw and pitch to MCAccess. 2014-04-21 14:16:11 +02:00
NCPCompatCB2691 Add Methods to correct yaw and pitch to MCAccess. 2014-04-21 14:16:11 +02:00
NCPCompatCB2763 Add Methods to correct yaw and pitch to MCAccess. 2014-04-21 14:16:11 +02:00
NCPCompatCB2794 Add Methods to correct yaw and pitch to MCAccess. 2014-04-21 14:16:11 +02:00
NCPCompatCB2808 Add Methods to correct yaw and pitch to MCAccess. 2014-04-21 14:16:11 +02:00
NCPCompatCB2882 Add Methods to correct yaw and pitch to MCAccess. 2014-04-21 14:16:11 +02:00
NCPCompatCB2922 Add Methods to correct yaw and pitch to MCAccess. 2014-04-21 14:16:11 +02:00
NCPCompatCB3026 Add Methods to correct yaw and pitch to MCAccess. 2014-04-21 14:16:11 +02:00
NCPCompatCBDev Add Methods to correct yaw and pitch to MCAccess. 2014-04-21 14:16:11 +02:00
NCPCore Add Methods to correct yaw and pitch to MCAccess. 2014-04-21 14:16:11 +02:00
NCPPlugin [BLIND] Add support for MC/CB 1.7.8. Minimal checks by code inspection. 2014-04-14 23:08:01 +02:00
NoCheatPlus Add dedicated compat module for CB 1.7.5-R0.1. 2014-04-14 22:40:06 +02:00
LICENSE.txt Put license on top level. 2013-01-12 01:04:23 +01:00
pom.xml Add dedicated compat module for CB 1.7.5-R0.1. 2014-04-14 22:40:06 +02:00
README.md ReadMe.md back to normal 2014-01-03 13:26:58 +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] (https://github.com/asofold/NCPDocs/blob/master/Features.creole).

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

Developers

Related