Updated Base Plugin Settings (markdown)

mikeprimm 2012-02-13 18:10:35 -08:00
parent e9a31944b5
commit b8f925deb5
1 changed files with 2 additions and 1 deletions

@ -2,7 +2,7 @@ These settings are the top-level settings defined within the _configuration.txt_
The core settings defined include the following:
* _deftemplatesuffix_ : this optional setting, a string value, is used to modify the names of the templates associated with worlds. If undefined, normal worlds use the **normal** template, nether worlds use the **nether** template, and skylands worlds use the **skylands** template. When defined and non-blank, the name of the template used will be the default name, followed by and underscore, followed by the value of the _deftemplatesuffix_ setting (e.g. if _deftemplatesuffix_ is set to XXX, normal worlds will use the template **normal_XXX** instead of **normal**, nether worlds will use **nether_XXX**, ans skylands will use **skylands_XXX**). See [[HD Map Configuration]] for more details. Default template sets are included for **vlowres**, **lowres**, **hires**, and **""** (blank).
* _deftemplatesuffix_ : this optional setting, a string value, is used to modify the names of the templates associated with worlds. If undefined, normal worlds use the **normal** template, nether worlds use the **nether** template, and 'the end" worlds use the **the_end** template. When defined and non-blank, the name of the template used will be the default name, followed by and underscore, followed by the value of the _deftemplatesuffix_ setting (e.g. if _deftemplatesuffix_ is set to XXX, normal worlds will use the template **normal_XXX** instead of **normal**, nether worlds will use **nether_XXX**, ans 'the end' will use **the_end_XXX**). See [[HD Map Configuration]] for more details. Default template sets are included for **vlowres**, **lowres**, **hires**, and **""** (blank).
* _display-whitelist_ : if false (default), users are assumed to be visible until they've specifically been set to hidden using the _/dynmap hide_ command. If true, users are assumed to be hidden until they've specifically been set to visible using the _/dynmap show_ command.
@ -50,6 +50,7 @@ The core settings defined include the following:
+ _blockphysics_ : this trigger causes tiles to be updated when blocks move due to physics events (falling gravel, water, lava, sand) (recommended)
+ _structuregrow_ : this trigger causes tiles to be updated when saplings grow into trees, or mushrooms grow into giant mushrooms.
* _webpage-title_ : this setting, a string, is used to specify the title for the Dynmap maps web page. If not specified, it will attempt to use the 'server-name' property from _server.properties_. If that is undefined or set to 'Unknown Server', the title will default to 'Minecraft Dynamic Map'.