All Projects β†’ NoCheatPlus β†’ Nocheatplus

NoCheatPlus / Nocheatplus

Licence: gpl-3.0
Anti cheating plugin for Minecraft (Bukkit/Spigot).

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Nocheatplus

Xseries
Library for cross-version Minecraft Bukkit support and various efficient API methods.
Stars: ✭ 109 (-58.08%)
Mutual labels:  minecraft, spigot, bukkit, plugin
Advanced Achievements
πŸŽ† Popular plugin that adds unique and challenging achievements to Minecraft servers.
Stars: ✭ 151 (-41.92%)
Mutual labels:  minecraft, spigot, bukkit, plugin
Lagmonitor
Monitor performance of your Minecraft server. Similar to VisualVM and Java Mission Control.
Stars: ✭ 147 (-43.46%)
Mutual labels:  minecraft, spigot, bukkit, plugin
Slimefun4
Slimefun 4 - A unique Spigot/Paper plugin that looks and feels like a modpack. We've been giving you backpacks, jetpacks, reactors and much more since 2013.
Stars: ✭ 369 (+41.92%)
Mutual labels:  minecraft, spigot, bukkit, plugin
Confiscate
Discover duplication glitches, abusive staff giving items, x-ray or simply poor server economy.
Stars: ✭ 23 (-91.15%)
Mutual labels:  minecraft, spigot, bukkit, plugin
Viaversion
Allows the connection of newer clients to older server versions for Minecraft servers.
Stars: ✭ 463 (+78.08%)
Mutual labels:  minecraft, spigot, bukkit, plugin
Mobarena
MobArena plugin for Minecraft
Stars: ✭ 147 (-43.46%)
Mutual labels:  minecraft, spigot, bukkit, plugin
Webconsole
Spigot plugin to manage your server remotely using a web interface
Stars: ✭ 62 (-76.15%)
Mutual labels:  minecraft, spigot, bukkit, plugin
Craftbook
πŸ”§ Machines, ICs, PLCs, and more!
Stars: ✭ 226 (-13.08%)
Mutual labels:  minecraft, spigot, bukkit, plugin
Viabackwards
Allows the connection of older clients to newer server versions for Minecraft servers.
Stars: ✭ 135 (-48.08%)
Mutual labels:  minecraft, spigot, bukkit
Changeskin
Allows your players to change their skin by command
Stars: ✭ 118 (-54.62%)
Mutual labels:  minecraft, spigot, plugin
Commandbook
General and administrative commands
Stars: ✭ 139 (-46.54%)
Mutual labels:  minecraft, spigot, bukkit
Serverlistplus
A flexible Minecraft plugin to customize the appearance of your server in the server list
Stars: ✭ 127 (-51.15%)
Mutual labels:  minecraft, spigot, bukkit
Betonquest
An advanced and powerful quest scripting plugin for Minecraft. Features built-in RPG style conversations and integration for over 25 other plugins.
Stars: ✭ 121 (-53.46%)
Mutual labels:  minecraft, spigot, bukkit
Chestshop 3
ChestShop - the chest & sign shop plugin for Minecraft Servers running Bukkit/Spigot/Paper
Stars: ✭ 158 (-39.23%)
Mutual labels:  minecraft, spigot, bukkit
Worldedit
πŸ—ΊοΈ Minecraft map editor and mod
Stars: ✭ 2,288 (+780%)
Mutual labels:  minecraft, spigot, bukkit
Item Nbt Api
Add custom NBT tags to Items/Tiles/Entities without NMS!
Stars: ✭ 163 (-37.31%)
Mutual labels:  minecraft, spigot, bukkit
Slime World Manager
A Spigot plugin that implements the Slime Region Format.
Stars: ✭ 118 (-54.62%)
Mutual labels:  minecraft, spigot, bukkit
Bentobox
Expandable Minecraft server plugin for island-type games like SkyBlock or AcidIsland.
Stars: ✭ 192 (-26.15%)
Mutual labels:  minecraft, spigot, plugin
Geyser
A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock Edition.
Stars: ✭ 2,851 (+996.54%)
Mutual labels:  minecraft, spigot, bukkit

NoCheatPlus

NoCheatPlus is a fork of the famous anti-cheat plugin NoCheat created by 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.

Installation

  • Install a Spigot server
  • Download NoCheatPlus
  • Drop the NoCheatPlus.jar in to the plugins folder.
  • Start your Spigot/CraftBukkit server. (Using /reload can have unwanted side effects with players still online, but also with complex plugins and cross-plugin dependencies, so we don't recommend it. Usually it should work with NCP.)

Hints

  • Be sure that your Spigot/CraftBukkit and NoCheatPlus versions match together. The latest version of NCP is compatible with a wide range of CraftBukkit/Spigot versions (See the notable builds page for a quick overview.).
  • Don't use tabs in the config.yml file.
  • Use ProtocolLib for full efficiency of the fight checks and other. Using a version of ProtocolLib that is supported by NCP is essential, as otherwise some checks will be disabled.
  • For compatibility with other plugins such as mcMMO, citizens and more check out CompatNoCheatPlus.

Links

Project
Download
Support and Documentation
Developers
Related Plugins
Obtain a build of Spigot

Compiling NoCheatPlus

  • NoCheatPlus used to be compiled with java 6 compliance (note OpenJDK, possibly we'll switch to 8 directly, once appropriate, e.g. with ProtocolLib dropping support for 7.).
  • We use Maven 3 to handle the dependencies. Tested both with Eclipse and Jenkins is Maven 3.3.9.
  • You can compile with this Maven goal: mvn clean package, for a build without any of the "non free" modules, which depened on not publicly downloadable resources, such as the CraftBukkit/Spigot server jar - the reflection based compatibility module is still contained.
  • In order to include a pre-built jar with the "non free" modules contained, use -P nonfree_include.
  • To also (re-) build "non free" compatibility modules, use -P nonfree_build as well as activating the appropriate module to build via a profile such as -P cbdev - see the tables below for reference.
  • Have a look at the NCPCompatNonFree sub module for reference on how to add custom compatibility modules. If you add custom modules with a different package naming than fr.neatmonster, you might have to update the includes section within NCPCompatNonFreeJar as well. The related factories are located within the NCPPlugin module (e.g. MCAccessFactory).
  • "Non free" jar file dependencies needed for the dedicated compat modules, which your local maven repository might be missing, can 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 files inside the jars are parsed.
    • The latest versions of BuildTools.jar will automatically install the created server jars into the local .m2 repository (e.g. on linux) - provided configuration paths are standard. Thus you don't need to do this manually anymore, if you then build NCP with the specific profile, if you have run BuildTools.jar to generate the server jars on that machine/environment.

Options and profiles related to enabling/disabling including/building "non free" compatibility modules.

Profile Parameter Description
-P nonfree_include none The "non free" modules are included via a pre-built jar file from the repository.
-P nonfree_build none Enable building "non free" compatibility modules. The NCPCompatNonFree jar file is built/installed/(deployed).
none none The "non free" modules are neither built, nor included via a pre-built jar file.

Profiles for choice of "non free" compatibility modules to build:

Profile Description
none Default build without any of the native access modules, might pose compatibility issues with latest Minecraft versions. The reflection based module is included here.
-P all All compatibility modules.
-P cbdev The latest version in development.
-P spigot1_12_r1 Spigot 1.12 R1 (MC 1.12-1.12.2).
-P spigot1_11_r1 Spigot 1.11 R1 (MC 1.11-1.11.2).
-P spigot1_10_r1 Spigot 1.10 R1 (MC 1.10-1.10.2).
-P spigot1_9_r2 Spigot 1.9 R2 (MC 1.9.4).
-P spigot1_8_r3 Spigot 1.8 R3 (MC 1.8.4-1.8.8).
-P spigot1_7_r4 Spigot 1.7 R4 (MC 1.7.10).
-P cblegacy The pre-DMCA CraftBukkit builds.

(On the long run, only the latest module for a major Minecraft release may be be kept, such as 1_8_r3 for all of 1.8.x.)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].