Updated Commands (markdown)

mikeprimm 2011-09-21 17:18:34 -07:00
parent 4be36c3299
commit b61177b1ea

@ -25,8 +25,8 @@
## Markers ## ## Markers ##
These commands are only available if the Markers Component has been enabled (v0.22 or later required). These commands are only available if the Markers Component has been enabled (v0.22 or later required).
* `/dmarker add <label> icon:<icon>` : adds a new marker at the player's current location, with a given label and optional icon * `/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>` : adds a new marker at the player's current location, with the given ID, the given label and optional icon * `/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 movehere <label>` : updates the location of the first marker matching the given label to match the current player's position * `/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 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 * `/dmarker update <label> icon:<newicon> newlabel:<newlabel>` : updates the icon and/or label of the first marker matching the given label