From 9be7c4d7ef508f2f5d6866d91d76f57ed976ba5a Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Sat, 11 Feb 2012 19:21:15 -0600 Subject: [PATCH] Add maxofflinetime setting - age out for offline player markers --- src/main/resources/configuration.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/configuration.txt b/src/main/resources/configuration.txt index b6eaea1e..32beb6f1 100644 --- a/src/main/resources/configuration.txt +++ b/src/main/resources/configuration.txt @@ -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"