Below are all admin commands extracted from the Lua script:
| Command | Aliases | Arguments | Description | Prefix |
|---|---|---|---|---|
| kick | - | targetName, reason | Kicks a player from the game with optional reason | / ; : ! |
| spawnevent | - | eventName | Spawns a server event | / ; : ! |
| givemoney | - | amount, targetName | Gives money to a player | / ; : ! |
| givewins | - | amount, targetName | Gives wins to a player | / ; : ! |
| givexp | - | amount, targetName | Gives XP to a player | / ; : ! |
| giveboost | startboost | boostName, boostTime, targetName | Starts a boost for a player | / ; : ! |
| stopboost | - | boostName, targetName | Stops a boost for a player | / ; : ! |
| givetool | - | toolName, targetName | Gives a tool to a player | / ; : ! |
| removetool | deletetool, destroytool | toolName, targetName | Removes a tool from a player | / ; : ! |
| kill | - | targetName | Kills a player's character | / ; : ! |
| killall | - | killYourself (yes/no) | Kills all players, optionally excluding yourself | / ; : ! |
| serverchat | sc | message | Sends a server-wide chat message | / ; : ! |
| privatechat | pc | targetName, message | Sends a private message to a player | / ; : ! |
| globalchat | gc, c | message | Sends a global chat message | / ; : ! |
| globalspawnevent | gse | eventName | Spawns a global event | / ; : ! |
| globalstartboost | gsb | boostName, boostTime | Starts a global boost | / ; : ! |
| globalstopboost | - | boostName | Stops a global boost | / ; : ! |
| globalkill | gk | targetName | Kills a player globally | / ; : ! |
| globalkillall | gka | killYourself (true/false) | Kills all players globally | / ; : ! |
| globaldoublehealth | gdh | targetName | Doubles a player's health globally | / ; : ! |
| globaldoublehealthall | gdha | - | Doubles health of all players globally | / ; : ! |
| globalservermessageplayer | gsmp | targetName, message | Sends a global server message to a specific player | / ; : ! |
| isboostactive | iba | targetName, boostName | Sends you information about specific player boosts | / ; : ! |
Note: Aliases column shows alternative command names (shortcuts) as found in the Lua script.