NoCheat

Thank You!
Thanks to everyone who used and liked this plugin. I've set the plugin to "abandoned" status myself (that's why there is a red box above this text), because it describes best the current status of this plugin. Thanks to everyone that supported me during the year of development, with money, bug reports or simply kind words.
What now?
NoCheat 3.5.0 no longer works with recent CraftBukkit build and you will no longer get any updates or support from me anymore.
If you want to see the original version of this description page for this plugin, you can find a copy of it here: Original plugin description
Replacements for NoCheat
Check out these plugins.
NoCheat+
It is based on NoCheat's code and is therefore similar in how it works. But it also adds a ton of new features. You can find it HERE.
NoCheat Classic
It is the original NoCheat without any modifications beyond what is necessary to make it work on modern CraftBukkit versions. If you like NoCheat exactly the way it is, this may be what you are looking for. You can find it HERE.
AntiCheat
Is a new plugin that's built from scratch. That means it will behave and feel different to NoCheat. I'm sure the developer appreciates new users and bug reports. Get it HERE.
Make your own
Don't like the presented alternatives? You may just create your own plugin instead. The source code for NoCheat is HERE.
-
View User Profile
-
Send Message
Posted Jan 19, 2012I know I asked before Evenprim85.... but
...Is there really not anyway to get like at least 2 different fly speed settings/permissions
-
View User Profile
-
Send Message
Posted Jan 19, 2012@Evenprime85
When and if you have time - I'd love to go over some of the configuration options to try and lower our monitoring process. I'd love to send you a few nocheat.logs of ours if you want to see how a server with 150+ players handles nocheat.
We currently have 2-5MB of logs produced every few days.
-
View User Profile
-
Send Message
Posted Jan 18, 2012thanks, i learn how to use autokick now, but is possible use command args?
consolecommand dropBan 0 1 tempban 300 Remove your Cheat [player]
-
View User Profile
-
Send Message
Posted Jan 17, 2012@andreblue
When I switched to 1.1 nothing broke for me. Everything in the server log went fine :)
-
View User Profile
-
Send Message
Posted Jan 17, 2012Is this working on the bukkit 1.1 builds? or did it break things?
-
View User Profile
-
Send Message
Posted Jan 17, 2012@Evenprime85
ok thank you I apologize, I did not realize Towny protected against flying to, but as soon as I just turned the protection completely off it worked. Thanks!
-
View User Profile
-
Send Message
Posted Jan 17, 2012Hi, I have a client mod called "Sigma Client". It has a instant mine, can you patch it?
-
View User Profile
-
Send Message
Posted Jan 17, 2012I think you should put regios in the other plugins as "protect against destroying".
http://dev.bukkit.org/server-mods/regios/
You can protect houses and stuff against cheaters and even disable interaction with the environment!
Sorry for my bad english.
-
View User Profile
-
Send Message
Posted Jan 17, 2012Version 2.25:
Because people requested the color thing. By default the message will still be displayed, but all colors will be removed from them first.
-
View User Profile
-
Send Message
Posted Jan 17, 2012@GameOverRules
Then you'd need to give more information. I assure you, it works well for others. Here are some frequently encountered problems:
@TerrorBiteIndustries
NoCheat can identify the use of Potion of Swiftness and will allow the player to move faster automatically in that case.
-
View User Profile
-
Send Message
Posted Jan 16, 2012If a player uses a potion of swiftness, will NoCheat prevent them moving at the increased speed? Or does it detect and allow for these conditions?
-
View User Profile
-
Send Message
Posted Jan 16, 2012@Evenprime85 I did and it did not work.
-
View User Profile
-
Send Message
Posted Jan 16, 2012@GameOverRules
Simply set up your PermissionsEx permission nodes correctly and it will work.
-
View User Profile
-
Send Message
Posted Jan 16, 2012How can I change this from op to permissionsex, because I cant find it in the settings.
-
View User Profile
-
Send Message
Posted Jan 16, 2012I appreciate the info on that, and I hope you are feeling better. Once again, thanks for the amazing plugin. You don't know how often I have people log on and say "damn, you have NoCheat" and log off.
I wish my users donated enough for me to pass it on to you bud, because you deserve it.
-
View User Profile
-
Send Message
Posted Jan 16, 2012As you may have noticed, I've not been around for almost a week. I was sick.
@FurmigaHumana
Yes it is. Kicking is actually done in some cases already, look at the config.txt at the stuff related to "inventory.drop" or "chat.spam". They both have an action called "...kick", which only does issue the console command "/kick playername". You can write your own actions like that.
Open your "actions.txt" and copy-paste this line into it:
[code]consolecommand actionname 0 1 command parameters[/code]
Choose "actionname" yourself (something that describes what it does), "command" should be the console command that you want to execute, and "parameters" the parameters that the console command needs. E.g. kicking works by default like this:
[code]consolecommand dropKick 0 1 kick [player][/code]
[player] will be automatically replaced by the name of the player. When you are finished with defining your action, you save the file, open config.txt and write the name of your new action to whatever checks you want, right next to the existing "...Log" or "...Cancel" actions.
http://dev.bukkit.org/server-mods/nocheat/pages/actions/
@Munkyman587
That's the risk of using a development build of CraftBukkit. I won't fix problems that only appear in development builds and will most likely get fixed anyway before the release of a RB.
In your case, the dupe glitch has been fixed now by CraftBukkit.
@Crayder
Sorry, I can't help you with that because I don't know.
@The_Wizard
Yes, you are correct. I called those "bogus" items, because they were stacks with a negative amount. I'm not sure how useful that would be though, because if I remember correctly, it is possible to split these stacks into a normal stack of size 1 and a stack of "original size minus 1", therefore still having infinite items anyway.
-
View User Profile
-
Send Message
Posted Jan 16, 2012If I remember correctly some older versions of nocheat didn't let you place blocks from an infinite stack without permission. Can you put this feature back?
-
View User Profile
-
Send Message
Posted Jan 14, 2012Hey guys, does anyone have a full list of conflicts/false positives that are common when using NoCheat alongside mcMMO? I know mcMMO's Roll skill triggers nofall sometimes. Does mining ever trigger nobreak, or would a skill like Skull Splitter or anything trigger noswing?
-
View User Profile
-
Send Message
Posted Jan 14, 2012Hey there, some players on my server were duping rail using sticky pistons. Not sure if it could be used for anything else, but do you have protection for this? I am using a 1.0.1 version of nocheat on my 1.1 server- still waiting on an update for this VERY useful plugin. Thanks for all your work
-
View User Profile
-
Send Message
Posted Jan 12, 2012Sorry for ask, you may answer this question a lot, but i very confused, is possible to autokick/autoban players? how?