mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-25 03:35:18 +01:00
Updated Base Plugin Settings (markdown)
parent
76d0cf82ce
commit
ba54511955
@ -122,6 +122,12 @@ The core settings defined include the following:
|
||||
|
||||
* _better-grass_ : this setting, a boolean, controls the option to render the sides of grass and snow blocks as they are done with the BetterGrass client mod (if set to true). Default is false.
|
||||
|
||||
* _use-generated-textures_: this setting, if defined and set to 'true', will cause texturepack based HD map renders to use generated textures for water, lava, and fire equivalent to those used by the Minecraft client. If false, the legacy textures in the texture.png and misc/water.png are used (pre-0.29 behavior). Setting this will require a full map render to see the proper results.
|
||||
|
||||
* _correct-water-lighting_: this setting, if defined and set to 'true', will cause texturepack based HD map renders to process lighting of water equivalently to the Minecraft client. If false, the legacy behavior - which results in darker water - is used (pre-0.29 behavior). Setting this will require a full map render to see the proper results.
|
||||
|
||||
* _correct-biome-shading_: this setting, if defined and set to 'true', will cause texturepack based HD map renders to shade lily pads, birch, pine, and water equivalently to the Minecraft client. If false, the legacy biome shading is done (all trees are shaded equivalently, water is shaded using watercolor.png, lily pads are shaded like grass (pre-0.29 behavior). Setting this will require a full map render to see the proper results.
|
||||
|
||||
* _fetchskins_ : this setting, a boolean, controls whether the server will attempt to fetch skins for players during login. If set to false, no skins are fetched, and the default skin is assumed for all players. Default is true.
|
||||
|
||||
* _refreshskins_ : this setting, a boolean, controls whether faces and other images derived from a player's skin are refreshed each login. If set to false, existing files are never refreshed (which can be useful if faces are locally managed or updated by the server administrator or another plugin). Default is true.
|
||||
|
Loading…
Reference in New Issue
Block a user