mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-28 13:15:30 +01:00
Updated Commands (markdown)
parent
f2bfc92bea
commit
7d43e562e9
12
Commands.md
12
Commands.md
@ -10,3 +10,15 @@
|
|||||||
|
|
||||||
* `/dynmap render`: renders one tile of the map where you are standing.
|
* `/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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user