Updated Base Plugin Settings (markdown)

mikeprimm 2012-01-22 18:47:05 -08:00
parent 3b035da876
commit e500694d83
1 changed files with 2 additions and 0 deletions

@ -128,6 +128,8 @@ The core settings defined include the following:
* _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.
* _smooth-biome-shading_: this settings, if defined and set to 'true', will cause water, leaves and foliage rendered in and near swamps to be smoothly shaded, as done in Minecraft 1.1.0+. Default is false (1.0.0 style swamp shading).
* _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.