Updated Component Configuration (markdown)

mikeprimm 2011-09-07 20:48:23 -07:00
parent e9d96c4a7a
commit cc7bd9bab3
1 changed files with 1 additions and 1 deletions

@ -71,7 +71,7 @@ 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.
* _enablesigns : If defined and set to true, this enables support for defining markers using signs. If enabled, and if the player has the _dynmap.marker.sign_, a player can make a marker by creating a sign with '[dynmap]' as the first line, with the label being derived from the first non-blank line after that (that is not a setting). The icon will be the 'sign' icon, unless one of the lines is 'icon:<icon-id>'. The marker set for the marker will be the default 'markers' set, unless one of the lines is 'set:<set-id>'. Once accepted, the '[dynmap]' line and any settings lines will be blanked, leaving the sign with the label line and any remaining lines. Destroying the sign will delete the corresponding marker.
* _enablesigns : If defined and set to true, this enables support for defining markers using signs. If enabled, and if the player has the `dynmap.marker.sign` privilege, a player can make a marker by creating a sign with '[dynmap]' as the first line, with the label being derived from the first non-blank line after that (that is not a setting). The icon will be the 'sign' icon, unless one of the lines is 'icon:<icon-id>'. The marker set for the marker will be the default 'markers' set, unless one of the lines is 'set:<set-id>'. Once accepted, the '[dynmap]' line and any settings lines will be blanked, leaving the sign with the label line and any remaining lines. Destroying the sign will delete the corresponding marker.
* _hidebydefault_ : If defined and set to true, this causes the marker layers to not be selected by the layer selection control, by default (resulting in the markers not being shown until the user has opted to do so). Default value is false (show by default).