mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-28 13:15:30 +01:00
Add maxofflinetime setting - age out for offline player markers
This commit is contained in:
parent
c7b709fd75
commit
9be7c4d7ef
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user