Updated Commands (markdown)

mikeprimm 2011-09-07 20:51:49 -07:00
parent cc7bd9bab3
commit c14ef096af

@ -40,6 +40,7 @@ These commands are only available if the Markers Component has been enabled (v0.
* `/dmarker deleteset <label>` : delete marker set with given label
* `/dmarker deleteset id:<id> : delete marker set with given ID
* `/dmarker listsets` : list all markers
* `/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).
## Permissions ##
@ -65,3 +66,4 @@ Permissions-based access control is currently supported, and the following nodes
* `dynmap.marker.addset` - allows /dmarker addset
* `dynmap.marker.deleteset` - allows /dmarker deleteset
* `dynmap.marker.listsets` - allows /dmarker listsets
* `dynmap.marker.addicon` - allows /dmarker addicon