Skip to Content
Commands & Permissions

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

CommandDescriptionPermission
/hsShow help menuhackedserver.command
/hs helpShow available commandshackedserver.command
/hs reloadReload all configuration fileshackedserver.command.reload
/hs check <player>Check detected clients and mods for a playerhackedserver.command.check
/hs listList all players with detected modshackedserver.command.list
/hs invOpen the paginated HackedServer inventory GUIhackedserver.command.inv

The /hs inv command is only available on Spigot/Paper servers, not on BungeeCord or Velocity proxies. The GUI shows all tracked players as heads with loader status (✓/✗) and detected mods (⚠). When there are more than 45 players, arrow navigation appears at the bottom row.

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

PermissionDescription
hackedserver.commandAccess to the base /hs command
hackedserver.command.reloadPermission to reload configuration
hackedserver.command.checkPermission to check player mods
hackedserver.command.listPermission to list flagged players
hackedserver.command.invPermission to open the GUI inventory

Alert Permission

PermissionDescription
hackedserver.alertReceive 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

On Spigot and Paper servers, all commands are available including the inventory GUI (/hs inv).

The /hs inv GUI displays a paginated grid of player heads (45 per page) sorted alphabetically. Each head shows:

  • Loaders: ✓ detected / ✗ not detected for each loader (Fabric, Forge, NeoForge, etc.)
  • Mods/Clients: ⚠ warnings for any detected non-loader checks

Use the arrow buttons in the bottom row to navigate between pages.

Commands use the modern CommandAPI for tab completion and argument suggestions.

Last updated on