| Command | Planned function |
| @exp | Gives or takes experience from a skill of a character |
| @invisible | Toggles visibility of a character to others |
| @combat | Toggles no-combat mode (character can not attack or be attacked and is ignored by monsters) |
| @whogm | Returns a list of people online with GM rights |
| @wgm | Sends a private message to all people with GM rights |
| @localannounce | Sends a chat message to all characters in the game |
| @kiiill | Kills a character accompanied by a very satisfying special effect |
| @fx | Triggers a special effect |
| @reportchat | saves the chat history of the character on the server and returns an ID number for finding it later |
| @viewreportchat | displays a saved chat history with an ID number |
| @removemonsters | removes all monsters around the character without killing them (meaning that no exp will be rewarded and no loot will be dropped). |
| @gonext | Warps the character to the next character who is online. (analogue to @hugo on tmwAthena) |
| @goprev | Warps the character to the previous character who is online. (analogue for @linus on tmwAthena) |
| @ipcheck | Returns a list of characters which were online with the same IP since last server restart. |
| @ipban | Kicks every client connected from the specified IP address or subnet and refuses connection from it for a specified amount of time. |
| @wipe_items | Removes all items and money from a character except quest-specific items (currently there is no way to define items as quest-specific). Should be possible when character is offline. |
| @wipe_level | Sets all skill levels of a character to 0 (also affecting the base level) and resets the attributes to the starting configuration. Should be possible when character is offline. |
| @shutdown_this | Shuts the current gameserver down |
| @shutdown_all | Shuts the whole server complex down |
| @restart_this | Restarts the current gameserver |
| @restart_all | Restarts the whole server complex |
| @unban | Remove a ban from the account of a character |
| @event | Calls the on_event script function (which can be implemented by server administrator to do anything they want) with arbitary parameters |