Anti cheating plugin for Minecraft (Bukkit/Spigot).
Go to file
asofold 0d7d179853 Add a config option to log all violations only for debugged players.
This makes logging all violations potentially useful to use alongside
with the "ncp debug player" command in production environments. The flag
debugonly must be set with at least one backend being activated.
2015-06-07 23:46:27 +02:00
NCPBuildBase Revert module dependency versions to 1.1-SNAPSHOT. 2015-02-06 02:05:48 +01:00
NCPCommons [BLEEDING] Fixes and additions for the compatibility layer. 2015-06-06 16:14:36 +02:00
NCPCompatBukkit [BLEEDING] Fixes and additions for the compatibility layer. 2015-06-06 16:14:36 +02:00
NCPCompatCB2512 [BLEEDING] Fixes and additions for the compatibility layer. 2015-06-06 16:14:36 +02:00
NCPCompatCB2545 [BLEEDING] Fixes and additions for the compatibility layer. 2015-06-06 16:14:36 +02:00
NCPCompatCB2602 [BLEEDING] Fixes and additions for the compatibility layer. 2015-06-06 16:14:36 +02:00
NCPCompatCB2645 [BLEEDING] Fixes and additions for the compatibility layer. 2015-06-06 16:14:36 +02:00
NCPCompatCB2691 [BLEEDING] Fixes and additions for the compatibility layer. 2015-06-06 16:14:36 +02:00
NCPCompatCB2763 [BLEEDING] Fixes and additions for the compatibility layer. 2015-06-06 16:14:36 +02:00
NCPCompatCB2794 [BLEEDING] Fixes and additions for the compatibility layer. 2015-06-06 16:14:36 +02:00
NCPCompatCB2808 [BLEEDING] Fixes and additions for the compatibility layer. 2015-06-06 16:14:36 +02:00
NCPCompatCB2882 [BLEEDING] Fixes and additions for the compatibility layer. 2015-06-06 16:14:36 +02:00
NCPCompatCB2922 [BLEEDING] Fixes and additions for the compatibility layer. 2015-06-06 16:14:36 +02:00
NCPCompatCB3026 [BLEEDING] Fixes and additions for the compatibility layer. 2015-06-06 16:14:36 +02:00
NCPCompatCB3043 [BLEEDING] Fixes and additions for the compatibility layer. 2015-06-06 16:14:36 +02:00
NCPCompatCB3100 [BLEEDING] Fixes and additions for the compatibility layer. 2015-06-06 16:14:36 +02:00
NCPCompatCBDev [BLEEDING] Fixes and additions for the compatibility layer. 2015-06-06 16:14:36 +02:00
NCPCompatGlowstone Revert module dependency versions to 1.1-SNAPSHOT. 2015-02-06 02:05:48 +01:00
NCPCompatProtocolLib Add comment on differing number of bukkit events vs. flying pacekts. 2015-02-16 11:56:15 +01:00
NCPCompatSpigotCB1_8_R1 [BLEEDING] Fixes and additions for the compatibility layer. 2015-06-06 16:14:36 +02:00
NCPCompatSpigotCB1_8_R2 [BLEEDING] Fixes and additions for the compatibility layer. 2015-06-06 16:14:36 +02:00
NCPCompatSpigotCB1_8_R3 [BLEEDING] Fixes and additions for the compatibility layer. 2015-06-06 16:14:36 +02:00
NCPCore Add a config option to log all violations only for debugged players. 2015-06-07 23:46:27 +02:00
NCPPlugin Add a config option to log all violations only for debugged players. 2015-06-07 23:46:27 +02:00
NoCheatPlus [BLIND] Add compat module for Spigot/CB 1.8.4 (1_8_R3). 2015-05-24 16:07:50 +02:00
LICENSE.txt Put license on top level. 2013-01-12 01:04:23 +01:00
pom.xml [BLIND] Add compat module for Spigot/CB 1.8.4 (1_8_R3). 2015-05-24 16:07:50 +02:00
README.md Headline! 2014-11-29 23:09:50 +01:00

NoCheatPlus

NoCheatPlus is a 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.
  • If you run into trouble with dependencies, because they have been removed from the repository for obscure reasons, or if the repository prevents you from accessing it, you can install the dependency manually. Example for Eclipse with embedded maven: Add a new maven build run configuration, name it appropriately, e.g. Install CB 1.7.5. Set goals to: install:install-file -Dfile=<PATH TO JAR> -DgroupId=org.bukkit -DartifactId=craftbukkit -Dversion=1.7.5-R0.1-SNAPSHOT -Dpackaging=jar On Windows the might look like: X:\...\craftbukkit\3042\craftbukkit-1.7.5-R0.1-20140408.020329-16.jar To let it run you might have to set the base directory, e.g. to ${workspace_loc}, it does not seem to have significance. Do set the correct version alongside the file name. On newer version of maven, you might do with much simplified goals, because the pom inside the jars are parsed.

Project

Download

Support and Documentation

Developers

Related