Skip to main content

Commands

Player commands

These act on the closest player and respect items, job restrictions and distance. They are configured under Config.Commands, Config.AnkleTracker.command, Config.HeadBag.command and Config.Tape.command.

CommandDescription
/cuffCuff the closest player
/hardcuffHardcuff the closest player
/uncuffUncuff the closest player
/ankletrackerToggle the ankletracker on the closest cuffed player
/headbagToggle the headbag on the closest player
/tapeToggle the tape on the closest player
note

Set a command to false (e.g. Config.HeadBag.command = false) to disable it.

Admin commands

Restricted to the ACE groups in Config.AdminGroups (default superadmin, admin). They bypass item and distance checks and can be run from the server console.

CommandDescription
/adcuff <playerID>Cuff the player with the given ID
/adhardcuff <playerID>Hardcuff the player with the given ID
/aduncuff <playerID>Uncuff the player with the given ID
/adankletracker <playerID>Toggle the ankletracker for the given ID
/adheadbag <playerID>Toggle the headbag for the given ID
/adtape <playerID>Toggle the tape for the given ID

Command names and toggles are configured under Config.AdminCommands.