Admin Command Used

An admin command has been executed, either in-game by an admin, using the Sentinel web interface, or from a Sentinel script.

Event Data Properties

Property Type Notes
command String The exact command that was used, which may include a cheat prefix. Sentinel makes no attempt to parse this command.
playerId String The Sentinel UUID of the player that executed the command.

Sample Event Data

{
  "command": "gcm",
  "playerId": "fc4c921c-ba83-4d1b-8470-a08fedf8246f"
}