Updated Commands (markdown)

mikeprimm 2014-04-04 07:09:55 -07:00
parent 514721ca95
commit 497b3e9138

@ -21,6 +21,10 @@
* `/dynmap updaterender world x z mapname`: attempts to render tiles needing updating, starting at given location <x,z> on given world, for given map. Stops at edge of map and at tiles that don't need updating.
* `/dynmap cancelrender world`: cancels any active fullrender or radiusrender on the given world.
* `/dynmap purgequeue`: clears the tile update queue
* `/dynmap purgeworld world`: purge all the map files for world 'world'
* `/dynmap purgemap world map`: purge all the map files for map 'map' on world 'world'
* `/dynmap pause all`: pause all map rendering (updates and full/radius renders)
* `/dynmap pause none`: resume all map rendering
## Statistics ##