Add maxofflinetime setting - age out for offline player markers
This commit is contained in:
parent
a1f881b48f
commit
730e6dd3e4
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue