Docs: adds new commonclient commands to webhost docs (#3151)

This commit is contained in:
qwint 2024-04-18 11:46:00 -05:00 committed by GitHub
parent 740b76ebd5
commit 444178171b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -95,7 +95,9 @@ The following commands are available in the clients that use the CommonClient, f
- `/received` Displays all the items you have received from all players, including yourself.
- `/missing` Displays all the locations along with their current status (checked/missing).
- `/items` Lists all the item names for the current game.
- `/item_groups` Lists all the item group names for the current game.
- `/locations` Lists all the location names for the current game.
- `/location_groups` Lists all the location group names for the current game.
- `/ready` Sends ready status to the server.
- Typing anything that doesn't start with `/` will broadcast a message to all players.