mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-28 13:15:30 +01:00
add missing "circle" commands
parent
427544b0f6
commit
b18fc22ccc
@ -73,6 +73,14 @@ These commands are only available if the Markers Component has been enabled (v0.
|
||||
* `/dmarker updatearea <label> <arg>:<value> ...` : update attributes of area with given label
|
||||
* `/dmarker updatearea <id> <arg>:<value> ...` : update attributes of area with given ID
|
||||
* `/dmarker updatearea <id> label:<label> newlabel:<newlabel>` : update marker label of area with given ID
|
||||
* `/dmarker addcircle <label>` : add new circle with given label using corner list
|
||||
* `/dmarker addcircle id:<id> <label>` : add new circle with given ID using corner list
|
||||
* `/dmarker deletecircle <label>` : delete circle with given label
|
||||
* `/dmarker deletecircle id:<id> <label>` : delete circle with given ID
|
||||
* `/dmarker listcircles` : list details of all circles
|
||||
* `/dmarker updatecircle <label> <arg>:<value> ...` : update attributes of circle with given label
|
||||
* `/dmarker updatecircle <id> <arg>:<value> ...` : update attributes of circle with given ID
|
||||
* `/dmarker updatecircle <id> label:<label> newlabel:<newlabel>` : update marker label of circle with given ID
|
||||
* `/dmarker addline <label>` : add new line with given label using corner list
|
||||
* `/dmarker addline id:<id> <label>` : add new line with given ID using corner list
|
||||
* `/dmarker deleteline <label>` : delete line with given label
|
||||
|
Loading…
Reference in New Issue
Block a user