Updated Component Configuration (markdown)

mikeprimm 2011-09-11 15:52:11 -07:00
parent c7f3f5c87c
commit 0344a0248e
1 changed files with 12 additions and 0 deletions

@ -199,6 +199,18 @@ The settings for the component include the following:
* _showweather_ : if enabled, an icon is shown to indicate weather (rain, thunder) on the world being shown by the map.
## Coord Component (0.23)
This component is used to show the world coordinates corresponding to the position of the mouse pointer. The component is defined via the following lines in the _components_ section:
- class: org.dynmap.ClientComponent
type: coord
label: "Location"
The settings for the component are as follows:
* _label_ : this allows control of the label used on the control presenting the coordiates. Default is 'x,y,z'.
## Logo Component
This component is used to allow an optional logo and link to be shown on the map. The component is defined via the following lines in the _components_ section: