Updated Component Configuration (markdown)

mikeprimm 2012-02-11 17:26:22 -08:00
parent d683c8fcf2
commit d6a6a5142a
1 changed files with 3 additions and 0 deletions

@ -99,6 +99,7 @@ This component, added in v0.22, provides built-in support for map markers, both
offlineicon: offlineuser
offlinehidebydefault: true
offlineminzoom: 0
maxofflinetime: 30
showspawnbeds: false
spawnbedlabel: "Spawn Beds"
spawnbedicon: "bed"
@ -128,6 +129,8 @@ The settings for the component include the following:
* _offlineminzoom_ : if set to non-zero, this specifies the minimum zoom in level before offline player markers are displayed.
* _maxofflinetime_ : if set above zero, this specifies the number of minutes after a player logs off before their offline icon should be removed (<= 0 means never). All offline player markers are reset on a server restart, independent of this setting.
* _showspawnbeds_ : If defined and set to true, a marker layer is defined to show the positions of the online players' spawn beds (markers will be removed when players log off).
* _spawnbedlabel_ : Label for player spawn bed marker layer, if enabled. Default is "Spawn Beds".