From 444178171bbb6701065219e93db356bf109d3b5f Mon Sep 17 00:00:00 2001 From: qwint Date: Thu, 18 Apr 2024 11:46:00 -0500 Subject: [PATCH] Docs: adds new commonclient commands to webhost docs (#3151) --- worlds/generic/docs/commands_en.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/worlds/generic/docs/commands_en.md b/worlds/generic/docs/commands_en.md index fe12f10ee3..317f724109 100644 --- a/worlds/generic/docs/commands_en.md +++ b/worlds/generic/docs/commands_en.md @@ -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.