diff --git a/.docs/package.json b/.docs/package.json index 4e12529..48c7649 100644 --- a/.docs/package.json +++ b/.docs/package.json @@ -1,6 +1,6 @@ { "name": "worldeditadditions", - "version": "1.14.4", + "version": "1.14.5", "description": "Documentation website for WorldEditAdditions", "main": "index.js", "private": true, diff --git a/CHANGELOG.md b/CHANGELOG.md index 12bcbf4..2bd1791 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ It's about time I started a changelog! This will serve from now on as the main c Note to self: See the bottom of this file for the release template text. +## v1.14.5: The multipoint update, hotfix 5 (1st August 2023) +- Added `//listentities`, which lists all currently loaded `ObjectRef`s. This is intended for debugging mods. + + ## v1.14.4: The multipoint update, hotfix 4 (31st July 2023) - When any segment of the marker wall is punched, unmark the entire wall 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