Updated Component Configuration (markdown)

mikeprimm 2011-09-19 15:10:42 -07:00
parent 0500d4f594
commit 4be36c3299
1 changed files with 1 additions and 1 deletions

@ -70,7 +70,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` 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.
* _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.
* _showspawn_ : if defined and set to true, this causes the spawn points of each world to be shown with an appropriate marker (the default being the 'world' marker) and label (the default being "Spawn").