From abfd76930a0027d683bb84c387d264d729a0064c Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 1 Aug 2023 00:11:49 +0100 Subject: [PATCH] reference: add //listentities --- Chat-Command-Reference.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Chat-Command-Reference.md b/Chat-Command-Reference.md index d522630..95fd7e2 100644 --- a/Chat-Command-Reference.md +++ b/Chat-Command-Reference.md @@ -1349,6 +1349,17 @@ Here are some more examples: ``` +### `//listentities` +Lists all currently loaded ObjectRefs. Displays their IDs, Names (if possible), and possitions. + +This command is intended for development and modding. You will not normally need to use this command using WorldEditAdditions. + +`//listentities` takes no arguments. + +``` +//listentities +``` + ## Extras