Add maxofflinetime setting - age out for offline player markers

This commit is contained in:
Mike Primm 2012-02-11 19:21:15 -06:00
parent c7b709fd75
commit 9be7c4d7ef

View File

@ -71,12 +71,13 @@ components:
showspawn: true showspawn: true
spawnicon: world spawnicon: world
spawnlabel: "Spawn" spawnlabel: "Spawn"
# (optional) layer for showing offline player's positions # (optional) layer for showing offline player's positions (for 'maxofflinetime' minutes after logoff)
showofflineplayers: false showofflineplayers: false
offlinelabel: "Offline" offlinelabel: "Offline"
offlineicon: offlineuser offlineicon: offlineuser
offlinehidebydefault: true offlinehidebydefault: true
offlineminzoom: 0 offlineminzoom: 0
maxofflinetime: 30
# (optional) layer for showing player's spawn beds # (optional) layer for showing player's spawn beds
showspawnbeds: false showspawnbeds: false
spawnbedlabel: "Spawn Beds" spawnbedlabel: "Spawn Beds"