Commands and Permissions
Commands
HackedServer provides a simple command interface available on all platforms. The main command is /hackedserver with the alias /hs.
Available Commands
| Command | Description | Permission |
|---|---|---|
/hs | Show help menu | hackedserver.command |
/hs help | Show available commands | hackedserver.command |
/hs reload | Reload all configuration files | hackedserver.command.reload |
/hs check <player> | Check detected clients and mods for a player | hackedserver.command.check |
/hs list | List all players with detected mods | hackedserver.command.list |
/hs inv | Open the HackedServer inventory GUI | hackedserver.command.inv |
The /hs inv command is only available on Spigot/Paper servers, not on BungeeCord or Velocity proxies.
Enhanced /hs check Command
The /hs check command displays all detected clients and mods for a player. With the Lunar Client integration (3.12.1+), this command now shows detailed mod information:
/hs check PlayerName
Detected mods:
- Lunar Client
- sodium (v0.5.3) [fabric]
- iris (v1.6.4) [fabric]
- litematica (v0.12.0) [fabric]For Lunar Client players, you’ll see:
- The Lunar Client detection itself
- Each installed mod with its version number
- The mod type (fabric, forge, or built-in Lunar mod)
For Forge players, you’ll see the full mod list retrieved via handshake emulation.
Permissions
Command Permissions
| Permission | Description |
|---|---|
hackedserver.command | Access to the base /hs command |
hackedserver.command.reload | Permission to reload configuration |
hackedserver.command.check | Permission to check player mods |
hackedserver.command.list | Permission to list flagged players |
hackedserver.command.inv | Permission to open the GUI inventory |
Alert Permission
| Permission | Description |
|---|---|
hackedserver.alert | Receive alerts when modified clients are detected |
Staff members with the hackedserver.alert permission will receive in-game notifications when HackedServer detects a player using a modified client, forge mod, fabric mod, or hacked client.
Platform Differences
Spigot/Paper
On Spigot and Paper servers, all commands are available including the inventory GUI (/hs inv).
Commands use the modern CommandAPI for tab completion and argument suggestions.