Updated Commands (markdown)

mikeprimm 2011-10-30 08:08:29 -07:00
parent 49bdaf5110
commit f9c3b89d5b
1 changed files with 8 additions and 0 deletions

@ -14,6 +14,7 @@
* `/dynmap fullrender world:surface`: Attempts to render the map named `surface` for the world named `world` from the center of that world.
* `/dynmap radiusrender radius`: attempts to render at least a `radius` block area, centered on your current location.
* `/dynmap cancelrender world`: cancels any active fullrender or radiusrender on the given world.
* `/dynmap purgequeue`: clears the tile update queue
## Statistics ##
@ -47,6 +48,11 @@ These commands are only available if the Markers Component has been enabled (v0.
* `/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
## Miscellaneous @@
Various other commands.
* `/dynmap sendtoweb message ...` : Send a message to the web UIs only
## Permissions ##
Permissions-based access control is currently supported, and the following nodes are defined:
@ -62,6 +68,8 @@ Permissions-based access control is currently supported, and the following nodes
* `dynmap.reload` - allows /dynmap reload
* `dynmap.stats` - allows /dynmap stats or /dynmap stats <world>
* `dynmap.resetstats` - allows /dynmap resetstats or /dynmap resetstats <world>
* `dynmap.sendtoweb` - allows /dynmap sendtoweb
* `dynmap.purgequeue` - allows /dynmap purgequeue
* `dynmap.marker.add` - allows /dmarker add
* `dynmap.marker.movehere` - allows /dmarker movehere
* `dynmap.marker.update` - allows /dmarker update