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 Apr 20, 2012@CoolOppo Good suggestion, thanks!
@deleted_8156133 Haha, no won't because griefers will always find new bypasses.
@GodWar101 Thanks! <3
@Adrenalineq @andrewkm @Gamecrazer Already fixed. Fix will be deployed in the next release. Thanks!
@epicbastion Hum... I don't even see 'cmd:jail' in your actions list.
@Pr07o7yp3 In fact, the client is sending a packet to the server telling the player is looking at the entity, but isn't showing the move in the player's screen. If you've any suggestion on how to improve the anti-aura checks of NC+, feel free to leave another comment or to open a ticket.
@Adrenalineq Please don't not post twice the same issue (especially with the exact same stacktrace). I read and reply to all posts.
@LordKainzo As it has been suggested in a comment, I'll add an API to NC+, so every developer will be able to whitelist his plugin's functionalities. I'm pretty you understand this is the most convenient way to do that. By the way, thanks for the log!
-
View User Profile
-
Send Message
Posted Apr 20, 2012Hi NeatMonster ... I have a massive paste for you ... I'd like for you to look it over. The majority of the log is from non-hackers. NoCheat (not plus) is what I'm using at the moment.
http://paste2.org/p/1987176
We have several skills that let the player deal damage in various forms. The majority of violations are caused by this. I'm not sure if you've ever seen a report from servers from 100+ members but here it is.
I'd love to whitelist our skills so they don't trigger these alerts if possib;e.
-
View User Profile
-
Send Message
Posted Apr 20, 2012@Adrenalineq
If you post the nopwnge part of your configuration file, that might make it much faster to solve the problem.
-
View User Profile
-
Send Message
Posted Apr 20, 2012-
View User Profile
-
Send Message
Posted Apr 20, 2012@NeatMonster
Ohh, this new features sound nice. :) And what about "Aura" (In Nodus client it's called ForceField). This allow to user to hit some players in the same time even while is not looking at them?
-
View User Profile
-
Send Message
Posted Apr 20, 2012@epicbastion
Ban-ip for (vl>30) on morepackets sounds very harsh :)
Does the crash also ever happen with a kick command instead?
You might try this tool: DelayedCommand - just for the jail command, use ''dlcmd jail [player] noob" to delay the command, it might be an Essentials issue, but it might also be due to the command being dispatched from within an EventHandler. It is a wild guess be me though, after all.
Alternatively you could also try for a quick test: remove the cancel for the jail thingy - you don't need to cancel a move if the player is getting jailed anyway, if NoCheatPlus uses teleporting after jailing for instance, it might happen strange things when NoCheatPlus tries to restore the "correct" set-back position while Essentials tries to keep the player inside of a jail.
I think a delayed command might solve such an issue, but i t could be another kind of issue...
-
View User Profile
-
Send Message
Posted Apr 20, 2012hey guys love the work you are doing. I have run into one thing that is causing me issues.
when someone is trying to fly and i have this for the action:
actions: cancel vl>5 log:fdirection:3:5:f cancel vl>20 log:fdirection:0:5:if cancel vl>35 log:fdirection:0:5:if cancel cmd:jail vl>50 log:fdirection:0:5:cif cmd:kick cmd:ban cmd:ban-ip
it also happens with this:
when they get sent to jail using this:
jail: jail [player] noob [which is the command for essentials jail]
it crashes the server, i am using 1.2.5 b2149, with 3.5.7_1 installed.
any ideas why it just crashes, there is no log or anything just crashes.
-
View User Profile
-
Send Message
Posted Apr 20, 2012@andrewkm
Same here. Repeats An Error Similar Until all players Get End of stream http://pastie.org/3821213 More Of The Error, you just pasted the One That Loop Spams
-
View User Profile
-
Send Message
Posted Apr 19, 2012Incase you dont see this on IRC;
[01:44] <10+andrewkm> NeatMonster: our server just crashed with following error spammed hardcore in console: [01:45] <10+andrewkm> http://pastie.org/3820934
Latest NC+ 3.5.7_1
-
View User Profile
-
Send Message
Posted Apr 19, 2012-
View User Profile
-
Send Message
Posted Apr 19, 2012NeatMonster, good job so far with this NoCheatPlus update :)
-
View User Profile
-
Send Message
Posted Apr 19, 2012@NeatMonster
Nice work man :)
Soon this plugin will remove all of the griefing clients abilities :O
Can't wait for the new Minecraft API to come out!
-
View User Profile
-
Send Message
Posted Apr 19, 2012@NeatMonster
"added a new check to prevent players from being able to hit/run while blocking with their sword and I added another new check to prevent players for doing critical hits when it's not technically possible."
Very nice work! Is it possible to make sure that players are knocked back when hit? I haven't tested if the NoPush part of this plugin prevents that yet, though I assume it does not.
-
View User Profile
-
Send Message
Posted Apr 19, 2012@shukamu I won't add this to NoCheat+ because if your Minecraft has crashed and the "ghost" of your player is still connected to the server (like on IRC), you won't be able to join the server. You better try talking with xAuth's developer to solve this issue.
@erdrickk @MutinyCraft @erdrickk Yeah, sorry about that. The fix will be included in the next release. Thanks for the comments!
@rasnyderiii Can you give me more details?
@deleted_8156133 The screenshot has finally come, yay! More seriously, the fix will also be included in the next release. Thanks for the report chrissshill!
@ProGamerzFTW Really? I've done a lot of testing I haven't been able to get caught by NoCheat+.
@FateAverie NoCheat+ blocks almost all the features of the Nodus client.
@Devinish NoCheat+ doesn't prevent anyone to type URLs in chat.
No new version today, I've spent my day (from 11:00 to 01:30, seriously) working on the next version of NoCheat+ but it's not ready yet.
What has been fixed/added? I fixed the issue with the Unpushable check and the one with the NoPwnage check, I added a new check to prevent players from being able to hit/run while blocking with their sword and I added another new check to prevent players for doing critical hits when it's not technically possible.
What's left? I still need to add a new check to prevent players from walking at the normal speed when being into spider web, I need to improve the anti-smasher and I also need to start working on the API for the FastBreak/FastPlace checks.
I now that you're waiting for a new update but please be comprehensive: I've already spent around 100 hours working on this plugin (mostly the night). Please don't denigrate me or my work and when you're reporting an issue, add enough information for me to know how to fix it (not just "it's not working").
Enough said, I need to sleep... Night guys!
Edit: One more important thing: read the Instructions.txt before asking a question.
-
View User Profile
-
Send Message
Posted Apr 19, 2012Does this plugin prevent players from typing urls in chat? If so, what is the permission to disable that feature? I don't see it in any of the documentation.
-
View User Profile
-
Send Message
Posted Apr 19, 2012does this also stop players from cheating with the Nodus Client?
-
View User Profile
-
Send Message
Posted Apr 19, 2012The default fastbreak options need to be changed. When people are shoveling snowblocks with a diamond shovel, i get spammed by nocheat from it.
-
View User Profile
-
Send Message
Posted Apr 19, 2012Alright I got it. Thought of a way to get the screenshot up there :)
Here:
http://www.minecraftnation.org/files/error.png
Edit: here is the end of the error: http://www.minecraftnation.org/files/error2.png
-
View User Profile
-
Send Message
Posted Apr 19, 2012@rasnyderiii
Other way round :)
How about deactivating the check in the configuration ?
-
View User Profile
-
Send Message
Posted Apr 19, 2012UNPUSHABLE: - also messes with VanishNP.