Updated Commands (markdown)

mikeprimm 2012-08-08 06:03:59 -07:00
parent a9c4a6994c
commit 4d2b0bd13a

@ -35,6 +35,7 @@ These commands are only available if the Markers Component has been enabled (v0.
* `/dmarker add <label> icon:<icon> set:<set-id>` : adds a new marker at the player's current location, with a given label and optional icon and optional marker set
* `/dmarker add id:<id> <label> icon:<icon> set:<set-id>` : adds a new marker at the player's current location, with the given ID, the given label and optional icon and optional marker set
* `/dmarker add id:<id> <label> icon:<icon> set:<set-id> x:<x-coord> y:<y-coord> z:<z-coord> world:<Worldname>` : adds a new marker at the given location, with the given ID, the given label and optional icon and optional marker set
* `/dmarker movehere <label>` : updates the location of the first marker matching the given label to match the current player's position
* `/dmarker movehere id:<id>` : updates the location of the marker with the given ID to match the current player's position
* `/dmarker update <label> icon:<newicon> newlabel:<newlabel>` : updates the icon and/or label of the first marker matching the given label