add protection info

TheoMarque 2021-12-31 13:47:04 +01:00
parent e35ee9432b
commit 7d232b6e00
1 changed files with 4 additions and 0 deletions

@ -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`