Fixed dmarker addcorner command explanation. With the Syntax that was there before, you'd get the message "First added corner needs world ID after coordinates" because the Y coordinate was missing.

Lázaro Blanc 2021-12-14 11:24:43 +01:00
parent 8165bd7866
commit 95ac6116e3

@ -62,7 +62,7 @@ These commands are only available if the Markers Component has been enabled (v0.
* `/dmarker updateicon id:<id> newlabel:<label> file:"filename"` : Update icon, replacing existing settings with provided new values.
* `/dmarker deleteicon id:<id>` : delete icon with given ID
* `/dmarker addcorner` : add corner to corner list using current location
* `/dmarker addcorner <x> <z> <world>` : add corner with given x and z coordinate on given world to corner list
* `/dmarker addcorner <x> <y> <z> <world>` : add corner with given x, y and z coordinate on given world to corner list
* `/dmarker clearcorners` : clear corner list
* `/dmarker addarea <label>` : add new area with given label using corner list
* `/dmarker addarea id:<id> <label>` : add new area with given ID using corner list