fixed spacing

JurgenKuyper 2022-06-20 10:04:22 +02:00
parent 8e84fd676a
commit d0ca9f285c
1 changed files with 1 additions and 1 deletions

@ -115,7 +115,7 @@ These commands are only available if the Markers Component has been enabled (v0.
* `/dmap perspectivelist` : List all defined perspectives
* `/dmap shaderlist` : List all defined shaders
* `/dmap lightinglist` : List all defined lightings
* `/dmap worldgetlimits<world>` : this returns the visibility and hidden limits for a world, as a single list with 'limittype' of visible or hidden, and the settings showing the shape's attributes
* `/dmap worldgetlimits <world>` : this returns the visibility and hidden limits for a world, as a single list with 'limittype' of visible or hidden, and the settings showing the shape's attributes
* `/dmap worldaddlimit <world> corner1:<x1>/<z1> corner2:<x2>/<z2>` : this adds a visibility limit, shaped as a rectangle, from block coordinate x1, z1 to x2, z2. You can add as many as you choose.
* `/dmap worldaddlimit <world> type:round center:<x>/<z> radius:<radius>` : this adds a visibility limit, shaped as a circle, centered at block x, z and with radius <radius>. You can add as many as you choose.
* `/dmap worldremovelimit <world> <index>` : this removes the limit with index <index> (as shown in the list from `/dmap worldgetlimits`)