Updated Component Configuration (markdown)

mikeprimm 2012-04-16 21:05:46 -07:00
parent 50bf86be17
commit 048130dca7
1 changed files with 4 additions and 0 deletions

@ -32,6 +32,7 @@ This component defines the primary interface for the web client via Dynmap's int
hideifshadow: 15
hideifundercover: 15
hideifsneaking: false
protected-player-info: false
The settings are defined as follows:
@ -65,6 +66,8 @@ The settings are defined as follows:
* _hideifsneaking_ : if set to true, players that are sneaking will be hidden.
* _protected-player-info_ : if set to true, access to player position and health information is protected. Players without the _dynmap.playermarkers.seeall_ permission (operators have this by default) will only see their own player marker, while those with the permission will see all player positions. If this setting is not provided, or is false, all player position and health information is available to all map viewers.
## JSON File Client Update Component
The alternative to using the internal web server is for all communications between Dynmap and the web client to be done via files served through an external web server. As this is done with files formatted using JSON (JavaScript Object Notation), this mode of operation is often referred to as "JSON File Mode". This mode allows the internal web server to be disabled, and is the alternative to using the Internal Client Update Component (only one of them may be enabled at a time). The component is defined by the following lines in the _components_ section:
@ -86,6 +89,7 @@ The alternative to using the internal web server is for all communications betwe
hideifshadow: 15
hideifundercover: 15
hideifsneaking: false
protected-player-info: false
The definitions of the attributes are the same as the corresponding attributes in the Internal Client Update Component. The additional attributes are as follows: