From 910b603051165a8969fb2b70cf2c3276797c5138 Mon Sep 17 00:00:00 2001 From: qwint Date: Mon, 18 Mar 2024 15:15:27 -0500 Subject: [PATCH] adds new commonclient commands to webhost docs --- 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 fe12f10ee3af..317f724109e1 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.