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 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.
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.
Last updated on