mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-22 10:15:26 +01:00
add protection info
parent
e35ee9432b
commit
7d232b6e00
@ -6,6 +6,8 @@ Once rendering is paused, the /dmap commands can be used to add, remove, reorder
|
||||
|
||||
* To disable/hide a world: `/dmap worldset <worldname> enabled:false`
|
||||
|
||||
* To protect world and give permissions from permission menager for view only specified map: `/dmap mapset <worldname>:<mapname> protected:true`
|
||||
|
||||
* To reset a world's settings and maps to its default template: `/dmap worldreset <worldname>`
|
||||
|
||||
* To reset a world's settings and maps to a specific template (replacing all existing maps): `/dmap worldreset <worldname> <templatename>`
|
||||
@ -44,6 +46,8 @@ Once rendering is paused, the /dmap commands can be used to add, remove, reorder
|
||||
|
||||
* To change the default cave map to use the new 'textured cave view': `/dmap mapset <worldname>:<mapname> shader:stdtexture-cave`
|
||||
|
||||
* To set world protected and user dedicated permisions for accesing to view: `/dmap mapset <worldname>:<mapname> protected:true`
|
||||
|
||||
* To list the available perspectives: `/dmap perspectivelist`
|
||||
|
||||
* To list the availale shaders: `/dmap shaderlist`
|
||||
|
Loading…
Reference in New Issue
Block a user