mirror of
https://github.com/webbukkit/dynmap.git
synced 2025-02-17 20:31:37 +01:00
Updated Commands (markdown)
parent
49bdaf5110
commit
f9c3b89d5b
@ -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 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 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 cancelrender world`: cancels any active fullrender or radiusrender on the given world.
|
||||||
|
* `/dynmap purgequeue`: clears the tile update queue
|
||||||
|
|
||||||
## Statistics ##
|
## 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 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
|
||||||
|
|
||||||
|
## Miscellaneous @@
|
||||||
|
Various other commands.
|
||||||
|
|
||||||
|
* `/dynmap sendtoweb message ...` : Send a message to the web UIs only
|
||||||
|
|
||||||
## Permissions ##
|
## Permissions ##
|
||||||
|
|
||||||
Permissions-based access control is currently supported, and the following nodes are defined:
|
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.reload` - allows /dynmap reload
|
||||||
* `dynmap.stats` - allows /dynmap stats or /dynmap stats <world>
|
* `dynmap.stats` - allows /dynmap stats or /dynmap stats <world>
|
||||||
* `dynmap.resetstats` - allows /dynmap resetstats or /dynmap resetstats <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.add` - allows /dmarker add
|
||||||
* `dynmap.marker.movehere` - allows /dmarker movehere
|
* `dynmap.marker.movehere` - allows /dmarker movehere
|
||||||
* `dynmap.marker.update` - allows /dmarker update
|
* `dynmap.marker.update` - allows /dmarker update
|
||||||
|
Loading…
Reference in New Issue
Block a user