Updated Component Configuration (markdown)

mikeprimm 2012-03-25 22:08:36 -07:00
parent c642c24aba
commit 4295b4167e
1 changed files with 3 additions and 0 deletions

@ -26,6 +26,7 @@ This component defines the primary interface for the web client via Dynmap's int
use-player-login-ip: true
require-player-login-ip: false
block-banned-player-chat: true
webchat-requires-login: false
includehiddenplayers: false
hideifshadow: 15
hideifundercover: 15
@ -51,6 +52,8 @@ The settings are defined as follows:
* _block-banned-player-chat_ : if _use-player-login-ip_ is true, and this setting is true, web chat messages that match a previous player address of a currently banned player will be ignored. Default is true (0.29 or later). Note: does not work with plugins that implement their own ban independent of Bukkit/Minecraft's ban (currently, this is true of CommandBook).
* _webchat-requires-login_ : if _login-enabled_ is true, and this setting is trye, web chat messages can only be sent from web users that have successfully logged in.
* _includehiddenplayers_ : if set to true, players that are hidden (via the /dynmap hide command) will be reported to the UI as online, but with their position, health, and messages still hidden. They will appear in the player list.
* _hideifshadow_ : if set to a value below 15, each player's position and health are hidden if the light level of the current location of the player is at or below the given value (0=total darkness, 4=under sky at night, 15=full daylight).