Getting started
HackedServer is a multi-platform Minecraft plugin that detects Forge mods, Fabric mods, hacked clients, and other modified clients. It alerts your staff and can automatically punish cheaters.
Requirements
- Minecraft Server: 1.18 or newer
- Java: 17 or newer
- ProtocolLib: Required for Spigot/Paper servers
- PacketEvents: Required for Velocity proxy
HackedServer 3.x is a complete rewrite with simplified installation — no external dependencies like HackedCore are required anymore.
Installation
Spigot/Paper
Installing on Spigot/Paper
- Download and install ProtocolLib to your
/plugins/folder - Download
HackedServer.jarand place it in your/plugins/folder - Restart your server
HackedServer has been tested with Spigot, CraftBukkit, PaperMC, Purpur, and other popular forks.
If all goes well, you should see something like this in your console:

Configuration Files
After the first run, HackedServer will generate configuration files in the plugin folder:
| File | Description |
|---|---|
config.toml | Main settings (language, debug mode) |
actions.toml | Define actions triggered by detections |
generic.toml | Configure client/mod detection rules |
languages/english.toml | Message translations |
See the Configuration page for detailed documentation.
Quick Start
Once installed, HackedServer will automatically start detecting modified clients. Staff with the hackedserver.alert permission will receive alerts when players join with detected mods or clients.
Use /hs help to see available commands, or check the Commands & Permissions page for details.
