Add new commands and permissions

mikeprimm 2011-06-26 19:06:25 -07:00
parent e524e1d6cb
commit 39ebc1b960

@ -11,6 +11,13 @@
* `/dynmap render`: renders one tile of the map where you are standing.
* `/dynmap fullrender`: (attempts) to render the entire world from your location. For many servers this command will result in OutOfMemory-errors, since unloading parts of the world will not correctly work with Minecraft/CraftBukkit. Restart your server and try from somewhere else. (only available for ops)
## Statistics ##
* `/dynmap stats`: shows rendering statistics for all maps on all worlds.
* `/dynmap stats world` : shows rendering statistics for maps on world _world_.
* `/dynmap resetstats` : resets rendering statistics for all maps on all worlds.
* `/dynmap resetstats world` : resets rendering statistics for maps on world _world_.
## Permissions ##
Permissions-based access control is currently supported, and the following nodes are defined:
@ -22,4 +29,6 @@ Permissions-based access control is currently supported, and the following nodes
* `dynmap.hide.others` - allows /dynmap hide <player>
* `dynmap.fullrender` - allows /dynmap fullrender or /dynmap fullrender <world>
* `dynmap.reload` - allows /dynmap reload
* `dynmap.stats` - allows /dynmap stats or /dynmap stats <world>
* `dynmap.resetstats` - allows /dynmap resetstats or /dynmap resetstats <world>