Add maxofflinetime setting - age out for offline player markers
This commit is contained in:
parent
c7b709fd75
commit
9be7c4d7ef
1 changed files with 2 additions and 1 deletions
|
|
@ -71,12 +71,13 @@ components:
|
|||
showspawn: true
|
||||
spawnicon: world
|
||||
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
|
||||
offlinelabel: "Offline"
|
||||
offlineicon: offlineuser
|
||||
offlinehidebydefault: true
|
||||
offlineminzoom: 0
|
||||
maxofflinetime: 30
|
||||
# (optional) layer for showing player's spawn beds
|
||||
showspawnbeds: false
|
||||
spawnbedlabel: "Spawn Beds"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue