Updated Commands (markdown)

mikeprimm 2011-05-23 14:43:36 -07:00
parent f2bfc92bea
commit 7d43e562e9

@ -9,4 +9,16 @@
## Rendering ##
* `/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)
* `/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)
## Permissions ##
Permissions-based access control is currently supported, and the following nodes are defined:
* `dynmap.render` - allows /dynmap render command
* `dynmap.show.self` - allows /dynmap show (on self)
* `dynmap.show.others` - allows /dynmap show <player>
* `dynmap.hide.self` - allows /dynmap hide (on self)
* `dynmap.hide.others` - allows /dynmap hide <player>
* `dynmap.fullrender` - allows /dynmap fullrender or /dynmap fullrender <world>