Skip to Content
Getting Started

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

Installing on Spigot/Paper

  1. Download and install ProtocolLib  to your /plugins/ folder
  2. Download HackedServer.jar and place it in your /plugins/ folder
  3. 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:

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
languages/english.tomlMessage 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.

Last updated on