f1342fd021
Just the raw implementation + initial test cases. To keep memory use constant, a ring-buffer with some maximal size will be used. The iterators are meant for faster implementation, rather than fastest iteration. Later some trigonometric functions could be added to LocationTrace, depending on if that may gain a lot of performance. Next we will add the logics for adding entries and resetting the trace to NCP (moving, teleporting, joining), on Logout the trace must not stay in MovingData but should be garbage collected. That should be a milestone dev build, though it does nothing for the user, it might help finding crash bugs :p. Soon to follow will be changing some fight checks to be able to use the moving trace, then alter them to actually use it. Fight and interact checks could also do moving consistency checking (tp exploit). Who reads this? |
||
---|---|---|
NCPBuildBase | ||
NCPCommons | ||
NCPCompatBukkit | ||
NCPCompatCB2512 | ||
NCPCompatCB2545 | ||
NCPCompatCB2602 | ||
NCPCompatCB2645 | ||
NCPCompatCB2691 | ||
NCPCompatCB2763 | ||
NCPCompatCB2794 | ||
NCPCompatCB2808 | ||
NCPCompatCB2882 | ||
NCPCompatCBDev | ||
NCPCore | ||
NCPPlugin | ||
NoCheatPlus | ||
LICENSE.txt | ||
pom.xml | ||
README.md |
NoCheatPlus is an unofficial 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
- Get [CraftBukkit] (http://wiki.bukkit.org/Setting_up_a_server)
- Download NoCheatPlus from either [BukkitDev (staff approved)] (http://dev.bukkit.org/server-mods/nocheatplus/files/) or [Jenkins (development versions)] (http://ci.ecocitycraft.com/job/NoCheatPlus/).
- Drop the NoCheatPlus.jar in to your plugins folder.
- Start or /reload your CraftBukkit server. (Using /reload can have unwanted side effects with players still online.)
Tips
- Be sure that your CraftBukkit and NoCheatPlus versions match together.
- Don't use tabs in the config.yml file.
- For compatibility with other plugins such as mcMMO, citizens and more check out [CompatNoCheatPlus] (http://dev.bukkit.org/server-mods/compatnocheatplus-cncp/).
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.
Links
Project
- [Project at BukkitDev] (http://dev.bukkit.org/server-mods/nocheatplus/)
Download
- [BukkitDev (staff approved)] (http://dev.bukkit.org/server-mods/nocheatplus/files/)
- [Jenkins (development versions)] (http://ci.ecocitycraft.com/)
Support and Documentation
- [Tickets] (http://dev.bukkit.org/server-mods/nocheatplus/tickets/)
- [Configuration] (https://github.com/asofold/NCPDocs/tree/master/wiki/configuration)
- [Permissions] (https://github.com/asofold/NCPDocs/blob/master/wiki/permissions/permissions.creole)
- [Commands] (https://github.com/asofold/NCPDocs/blob/master/wiki/Commands.creole)
Developers
- [License] (https://github.com/NoCheatPlus/NoCheatPlus/blob/master/LICENSE.txt)
- [API] (https://github.com/asofold/NCPDocs/blob/master/wiki/development/api.creole)
Related
- [CompatNoCheatPlus at BukkitDev] (http://dev.bukkit.org/server-mods/compatnocheatplus-cncp/)