NoCheatPlus

Detect and fight the exploitation of various flaws/bugs in Minecraft!
Introduction
NoCheatPlus attempts to prevent cheat clients from exploiting weaknesses of Minecraft or its protocol, making your server more safe. Checks cover a wide range of issues 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 Features Page.
NoCheatPlus puts emphasis on configurability and allows you to customize actions that are carried out when a player fails a check (e.g. silent cancelling, executing commands, just logging). Bypass permissions allow to control what check to apply for which players, all checks can be deactivated in the configuration, also having the option for world-specific configuration files. Many checks allow more detailed configuration to adjust sensitivity.
Certainly NoCheatPlus is not a magical bullet, it uses a lot of heuristics and even guessing, so you will encounter false positives here and there and also not catch every single violation. Example video of how NoCheatPlus blocks cheats (outdated plugin version).
NoCheatPlus was introduced by NeatMonster, building on the code base of NoCheat by Evenprime.
Recommended
The following plugins might be useful to have a look at.
ProtocolLib
Allows NoCheatPlus to activate packet-level checks, covering a range of exploits that can't be monitored using ordinary means. Since roughly Minecraft 1.7.10, the fight.speed check can't work as expected anymore, due to changes in CraftBukkit. With ProtocolLib this can be repaired.
CompatNoCheatPlus (cncp)
Make plugins like mcMMO or MachinaCraft more compatbile with NoCheatPlus. Not all existing plugins are covered (yet), but you can leave a note or create an issue/ticket request for cncp. Phasing out: Citizens 2 should work with NCP out of the box, MagicSpells are working on compatibility too - rest will be integrated into NCP.
Orebfuscator
Orebfuscator fights all sorts of X-ray-hacks by altering the map information that is sent to the players, such that they have to mine blocks to actually reveal what is behind. Virtually a "must have". (Latest versions of Spigot contain features of Orebfuscator.)
Downloads and History of Changes
- Download officially approved versions on the Files page at BukkitDev.
- Development builds have been moved over to the Jenkins at md-5.net.
- Do not download from any other source, do not use jars other people send you.
- Change lists: Wiki (digest) | Jenkins (by build number) | GitHub (all commits).
- Source code
Plugin statistics are no longer reported to mcstats.org.
Support
Documentation Resources
- Consider first: Frequently asked Questions and Known Issues.
- Wiki (Configuration, Permissions, Commands)
- Developers might have a look at the page describing the API of NoCheatPlus.
Contact us
- Quick questions can be asked on this page,
or on IRC (Server: irc.spi.gt | Default-Port: 6667 | SSL-Port: 6697 | Channel: #nocheat | Web client: WebIRC) - For real issues or feature requests please create a new issue/ticket or add to an existing issue/ticket.
- To send information that is not to be seen by all, you can also reach us by PM to @asofold and @MyPictures. @IceAP (IRC: ICE) will also help or redirect the conversation. Please do not contact the user 'NoCheatPlus', it is for administrative purposes only and will likely not be answered in time. Keep to BukkitDev and GitHub for support, do not trust users on other forums or websites, also not if their nick names are the same as NCP staff on BukkitDev.
Please always state the output of the "ncp version" command to let us know versions in use (users of cncp also the "cncp" command).
-
View User Profile
-
Send Message
Posted Aug 7, 2012@nikolasauerbach
It's allready Updated. Look at the Top of the PluginDescreption, or follow this link:
http://tinyurl.com/nocheatplusdl
-
View User Profile
-
Send Message
Posted Aug 7, 2012Pls Update Quick D:!My Server has no defense from cheater pls Update fast to 1.3.1 Thanks
-
View User Profile
-
Send Message
Posted Aug 7, 2012@juloo65 Mais de rien. :P
-
View User Profile
-
Send Message
Posted Aug 7, 2012@NeatMonster
Merci beaucoup !
-
View User Profile
-
Send Message
Posted Aug 7, 2012@Typhome
When it's ready.
Though, you can download the devs at the top of the page.
-
View User Profile
-
Send Message
Posted Aug 7, 2012When new update to 1.3.1 R1 :3?
-
View User Profile
-
Send Message
Posted Aug 7, 2012Will a sneak exemption check be readded? I use a plugin to allow people to sneak and run, and without nocheatplus.checks.moving.sneak, it does not work.
-
View User Profile
-
Send Message
Posted Aug 7, 2012@ghost22194
thanks for the update, i was using the perms inside the plugin.yml , the new perms work
-
View User Profile
-
Send Message
Posted Aug 7, 2012@ghost22194 @ghost22194
You guys sure that you used the permissions for NC+ 3.7? NoCheat+ will change permissions to be simple you can check them here: http://dev.bukkit.org/server-mods/nocheatplus/pages/1-3-1-dev-build-permissions/
Sorry but the NC+ is a bit messy now due the DEV updates that @NeatMonster is releasing at the moment.
-
View User Profile
-
Send Message
Posted Aug 7, 2012@ghost22194
the
nocheatplus.checks.moving.runfly
seems not to be working if i refer to it specifically
-
View User Profile
-
Send Message
Posted Aug 7, 2012bypass permissions for the latest devbuild seem to be broken for me :(
-
View User Profile
-
Send Message
Posted Aug 7, 2012@juloo65 Regarde tout en haut de cette même page. C'est une version de développement donc je ne l'ai pas mis dans les téléchargements BukkitDev.
-
View User Profile
-
Send Message
Posted Aug 7, 2012@NeatMonster
Dans les téléchargement je ne voie que NoCheatPlus v3.6.1 [1.1 - 1.2.5] du 14 mai
-
View User Profile
-
Send Message
Posted Aug 7, 2012@juloo65 Si tu téléchargeais la version compatible Minecraft 1.3.1 ça fonctionnerait peut-être mieux ?
-
View User Profile
-
Send Message
Posted Aug 7, 2012NoCheatPlus not work on 1.3.1 :/
My logs :
2012-08-07 11:43:45 [INFO] [NoCheatPlus] Loading NoCheatPlus v3.6.1
Many plugins load....
2012-08-07 11:43:50 [INFO] [NoCheatPlus] Enabling NoCheatPlus v3.6.1 2012-08-07 11:43:50 [SEVERE] Error occurred while enabling NoCheatPlus v3.6.1 (Is it up to date?) java.lang.VerifyError: (class: fr/neatmonster/nocheatplus/checks/chat/ChatListener, method: commandPreprocess signature: (Lorg/bukkit/event/player/PlayerCommandPreprocessEvent;)V) Incompatible argument to function at fr.neatmonster.nocheatplus.NoCheatPlus.onEnable(NoCheatPlus.java:72) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:365) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:265) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:247) at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:296) at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:275) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:225) at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:380) at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
-
View User Profile
-
Send Message
Posted Aug 7, 2012@Blackixx
Will come later because its really hard to detect and block.
-
View User Profile
-
Send Message
Posted Aug 7, 2012Can you add a feature against aimbots?
-
View User Profile
-
Send Message
Posted Aug 7, 2012@Iaintee @calum0812 I already have hired some Maintainers and they're doing a pretty good job, so I don't intend to hire anyone else. Thank you for your understanding!
@TheOneWhoOwns @MasterGabeMOD @Scrayos Yeah, I removed it because Minecraft authentication protocol has been fixed.
-
View User Profile
-
Send Message
Posted Aug 7, 2012Btw.: There are actually some bugs on NoFall. But lot's of them are acted by the "Bukkit-Software" - They've changed some things on the Rendering of Blocks or the "staticle" of Blocks. So the Problem is not only from NCP.
-
View User Profile
-
Send Message
Posted Aug 7, 2012I think it's removed permanently. Because in the new Bukkit-Builds there is a "StreamDecription/StreamEncryption" which protects the Users Session, and blockes Sessionsteal. So you don't need "/op-Block" anymore.