Updated Component Configuration (markdown)

mikeprimm 2011-09-05 14:51:29 -07:00
parent 9fbe3329ac
commit f54159150c
1 changed files with 12 additions and 0 deletions

@ -54,6 +54,18 @@ The definitions of the attributes are the same as the corresponding attributes i
* _writeinterval_ : this is the period, in seconds, used by the component for writing updated configuration and map update files to the _webpath_/standalone directory. These are the files loaded by the web client via the external web server to receive the map configuration, as well as notifications of map updates, player position and health data, and chat messages.
# Markers Component
This component, added in v0.22, provides built-in support for map markers, both through the /dmarker commands and through an API published for use by other plugins. The component is configured via the following lines in the _components_ section:
- class: org.dynmap.MarkersComponent
type: Markers
showlabel: false
The settings for the component include the following:
* _showlabel_ : if defined and set to true, this causes the labels for map markers to be shown all the time, versus only being shown when the user's mouse is hovering over the icon.
# Server-Side Chat Components
These components control the server-side implementation of chat, including the sending of chat messages from the server to the client, as well as particulars of how chat messages from the client to the server are delivered to players on the server. Only one of these components should be defined at a time.