GM Commands
/kill [N]
Kicks all players and reboots the server after N seconds to update the game.
(e.g., Entering /kill
alone will reboot the server after 120 seconds.)
/ban [player_name]
Kicks the specified player.
/ban [player_name] [N] [text]
Kicks the specified player and restricts access for N seconds. (If a reason is provided, it will be displayed to the player. Maximum 30 characters.)
/chatban [player_name] [N] [text]
Blocks the specified player's chat for N seconds. (If a reason is provided, it will also be displayed to the player.)
/notice [text]
Displays a public notice to all players.
/item [itemID] [N]
Generates N number of items.
/item [itemID] [N] [player_name]
Generates the specified number of items and gives them to the specified player.
/gold [N]
Acquires N amount of gold.
/gold [N] [player_name]
Grants N amount of gold to the specified player.
/exp [N]
Increases experience points by N.
/exp [N] [player_name]
Awards N experience points to the specified player.
/save
Saves the data of currently connected players.
/script [text]
Executes the specified Lua script.
Last updated