mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 19:25:15 +01:00
Updated Commands (markdown)
parent
f10acc5305
commit
e8c8516862
@ -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 deleteset id:<id>` : delete marker set with given ID
|
||||||
* `/dmarker listsets` : list all markers
|
* `/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 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 ##
|
## Permissions ##
|
||||||
|
|
||||||
@ -70,3 +72,5 @@ Permissions-based access control is currently supported, and the following nodes
|
|||||||
* `dynmap.marker.deleteset` - allows /dmarker deleteset
|
* `dynmap.marker.deleteset` - allows /dmarker deleteset
|
||||||
* `dynmap.marker.listsets` - allows /dmarker listsets
|
* `dynmap.marker.listsets` - allows /dmarker listsets
|
||||||
* `dynmap.marker.addicon` - allows /dmarker addicon
|
* `dynmap.marker.addicon` - allows /dmarker addicon
|
||||||
|
* `dynmap.marker.updateicon` - allows /dmarker updateicon
|
||||||
|
* `dynmap.marker.deleteicon` - allows /dmarker deleteicon
|
||||||
|
Loading…
Reference in New Issue
Block a user