Chat Commands
Chat commands are a way to add new functionality by using the game chat.
You can type a command by using the pad prefix #.
Example: #command [params]
- Multiple parameters are split by commas ,
- Multiple option parameters (can choose only one) are enclosed in braces {}
- Optional parameters are enclosed in square brackets []
- Parameters whose name is the actual required value are enclosed in quotes '
List of commands:
| Command | Parameters | Description |
|---|---|---|
| host | player_name | Set another player as the room host. Usable only by the room's master. |
| progress | [target_level] | Displays the experience required for the specified level (the next one if the parameter is omitted). |
| who | {'host', 'master'}, [room_id] | Displays the name of the specified room (the current one if room_id is omitted) host/master. |
| challenge | {'cancel'} | cancel: Cancels the current challenge in club match sever. |
| kick | player_name | Kicks a player from the room. This is useful for moderators which won't need to be the room's master to kick a player. Usable only by the room's master. |
| block | player_name | Add a player to the ignore list. |
| unblock | player_name | Remove a player from the ignore list. |
| gt | none | Displays the remaining minutes for the next golden time to start, if there is any golden time scheduled that day. |
| ct | none | Displays the remaining minutes for the next club time to start, if there is any club time scheduled that day. |





