Anti cheating plugin for Minecraft (Bukkit/Spigot).
Go to file
asofold 2d94389eae Building NCP: Build without cbdedicated by default.
Using profiles:
* Profile "minimal" will build by default, excluding all dedicated cb
dependencies, making it easier to quickly test stuff.
* Set the property 'cbdedicated' to true, in order to build all, using
the profile "all".
* The properties BUILD_NUMBER and BUILD_SERIES don't seem to set to
defaults anymore, so they have to be set manually (BUILD_NUMBER does get
set on jenkins).
2015-08-01 00:52:06 +02:00
NCPBuildBase Building NCP: Build without cbdedicated by default. 2015-08-01 00:52:06 +02:00
NCPCommons Attempt to deploy only the final plugin jar. 2015-07-30 11:27:30 +02:00
NCPCompatBukkit Update supported version. 2015-07-31 16:51:01 +02:00
NCPCompatCB2512 Attempt to deploy only the final plugin jar. 2015-07-30 11:27:30 +02:00
NCPCompatCB2545 Attempt to deploy only the final plugin jar. 2015-07-30 11:27:30 +02:00
NCPCompatCB2602 Attempt to deploy only the final plugin jar. 2015-07-30 11:27:30 +02:00
NCPCompatCB2645 Attempt to deploy only the final plugin jar. 2015-07-30 11:27:30 +02:00
NCPCompatCB2691 Attempt to deploy only the final plugin jar. 2015-07-30 11:27:30 +02:00
NCPCompatCB2763 Attempt to deploy only the final plugin jar. 2015-07-30 11:27:30 +02:00
NCPCompatCB2794 Attempt to deploy only the final plugin jar. 2015-07-30 11:27:30 +02:00
NCPCompatCB2808 Attempt to deploy only the final plugin jar. 2015-07-30 11:27:30 +02:00
NCPCompatCB2882 Attempt to deploy only the final plugin jar. 2015-07-30 11:27:30 +02:00
NCPCompatCB2922 Attempt to deploy only the final plugin jar. 2015-07-30 11:27:30 +02:00
NCPCompatCB3026 Attempt to deploy only the final plugin jar. 2015-07-30 11:27:30 +02:00
NCPCompatCB3043 Attempt to deploy only the final plugin jar. 2015-07-30 11:27:30 +02:00
NCPCompatCB3100 Attempt to deploy only the final plugin jar. 2015-07-30 11:27:30 +02:00
NCPCompatCBDev Minimize includes. 2015-07-31 23:05:37 +02:00
NCPCompatGlowstone Attempt to deploy only the final plugin jar. 2015-07-30 11:27:30 +02:00
NCPCompatProtocolLib Attempt to deploy only the final plugin jar. 2015-07-30 11:27:30 +02:00
NCPCompatSpigotCB1_8_R1 Attempt to deploy only the final plugin jar. 2015-07-30 11:27:30 +02:00
NCPCompatSpigotCB1_8_R2 Attempt to deploy only the final plugin jar. 2015-07-30 11:27:30 +02:00
NCPCompatSpigotCB1_8_R3 Attempt to deploy only the final plugin jar. 2015-07-30 11:27:30 +02:00
NCPCore [FAIL] ... bunnyhop on the first move (or after resetting data). 2015-07-31 16:15:23 +02:00
NCPPlugin Building NCP: Build without cbdedicated by default. 2015-08-01 00:52:06 +02:00
NoCheatPlus Building NCP: Build without cbdedicated by default. 2015-08-01 00:52:06 +02:00
LICENSE.txt Put license on top level. 2013-01-12 01:04:23 +01:00
pom.xml Building NCP: Build without cbdedicated by default. 2015-08-01 00:52:06 +02:00
README.md Building NCP: Build without cbdedicated by default. 2015-08-01 00:52:06 +02: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, if you don't want any dedicated CraftBukkit modules, or if you are lacking the jar files. If you do have all the dependencies, you can set the parameter cbdedicated to true. If you want to build only using the compat module for your current server version, you can remove all the unneeded module references from the root pom.xml and the corresponding dependencies from NCPPlugin/pom.xml. Custom modules not put under the group id fr.neatmonster might need to be added to the includes section in NoCheatPlus/pom.xml as well.
  • Jar files for the dedicated compat modules, which your local maven repository might be missing, can also be installed 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.
  • NoCheatPlus is compiled for Java 6.

Project

Download

Support and Documentation

Developers

Related