Updated Commands (markdown)

mikeprimm 2011-11-22 09:07:29 -08:00
parent c5385a9cc9
commit 0c858a3841

@ -48,6 +48,16 @@ These commands are only available if the Markers Component has been enabled (v0.
* `/dmarker addicon id:<id> <label> file:"filename"` : Install new icon, with given ID and label, and using given file (path is handled relative to MC server directory, and file contents are copied). * `/dmarker addicon id:<id> <label> file:"filename"` : Install new icon, with given ID and label, and using given file (path is handled relative to MC server directory, and file contents are copied).
* `/dmarker updateicon id:<id> newlabel:<label> file:"filename"` : Update icon, replacing existing settings with provided new values. * `/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 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 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
* `/dmarker deletearea <label>` : delete area with given label
* `/dmarker deletearea id:<id> <label>` : delete area with given ID
* `/dmarker listareas` : list details of all areas
* `/dmarker updatearea <label> <arg>:<value> ...` : update attributes of area with given label
* `/dmarker updatearea id:<id> <arg>:<value> ...` : update attributes of area with given ID
## Miscellaneous ## ## Miscellaneous ##
Various other commands. Various other commands.