Skip to Content
Getting Started

Getting started

HackedServer is a multi-platform Minecraft plugin that detects Forge mods, Fabric mods, Lunar Client mods, hacked clients, and other modified clients. It alerts your staff and can automatically punish cheaters.

Requirements

  • Minecraft Server: 1.18 or newer (Paper , Spigot , or similar)
  • Java: 17 or newer
  • PacketEvents: Required for Velocity proxy and hybrid servers

Download server software from MCServerJars.com .

ProtocolLib is automatically downloaded at runtime for Spigot/Paper servers — no manual installation required.

HackedServer 3.14.0+ supports hybrid servers (Arclight, Mohist, CatServer, Magma) using PacketEvents for enhanced compatibility.

HackedServer 3.x is a complete rewrite with simplified installation — no external dependencies like HackedCore are required anymore.

Installation

Installing on Spigot/Paper

  1. Download HackedServer.jar and place it in your /plugins/ folder
  2. Restart your server

ProtocolLib will be automatically downloaded on first startup.

HackedServer has been tested with Spigot, CraftBukkit, PaperMC, Purpur, and other popular forks. Hybrid servers (Arclight, Mohist, CatServer, Magma) are also supported — see Compatibility for details.

If all goes well, you should see something like this in your console:

Logs

Configuration Files

After the first run, HackedServer will generate configuration files in the plugin folder:

FileDescription
config.tomlMain settings (language, debug mode)
actions.tomlDefine actions triggered by detections
generic.tomlConfigure client/mod detection rules
lunar.tomlLunar Client Apollo integration settings
forge.tomlForge/NeoForge mod detection settings
bedrock.tomlBedrock Edition detection via Geyser/Floodgate
languages/english.tomlMessage translations

See the Configuration page for detailed documentation, the Lunar Client page for Apollo integration, the Forge/NeoForge page for Forge mod detection, or the Bedrock Detection page for Bedrock player detection.

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.

Last updated on