Updated Commands (markdown)

mikeprimm 2011-09-13 22:18:24 -07:00
parent f10acc5305
commit e8c8516862
1 changed files with 4 additions and 0 deletions

@ -43,6 +43,8 @@ These commands are only available if the Markers Component has been enabled (v0.
* `/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).
* `/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
## Permissions ##
@ -70,3 +72,5 @@ Permissions-based access control is currently supported, and the following nodes
* `dynmap.marker.deleteset` - allows /dmarker deleteset
* `dynmap.marker.listsets` - allows /dmarker listsets
* `dynmap.marker.addicon` - allows /dmarker addicon
* `dynmap.marker.updateicon` - allows /dmarker updateicon
* `dynmap.marker.deleteicon` - allows /dmarker deleteicon