From b98ccb8c9425bb2e2c60e43095f86a6ac3ba55a7 Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Sun, 2 Oct 2011 08:56:50 +0800 Subject: [PATCH] Add settings for offline player layer to configuration.txt --- src/main/resources/configuration.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/main/resources/configuration.txt b/src/main/resources/configuration.txt index 1ad433b3..eba3d881 100644 --- a/src/main/resources/configuration.txt +++ b/src/main/resources/configuration.txt @@ -45,16 +45,17 @@ components: # Note: this component is needed for the dmarker commands, and for the Marker API to be available to other plugins - class: org.dynmap.MarkersComponent type: markers - # If set, shows labels all the time (default is only on hover) #showlabel: true - # If set, enables support for using signs for markers #enablesigns: true - # If set, show spawn points on each world + # (optional) add spawn point markers to standard marker layer showspawn: true - # Marker used for spawn point spawnicon: world - # Label for spawn points spawnlabel: "Spawn" + # (optional) layer for showing offline player's positions + #showofflineplayers: true + #offlinelabel: "Offline" + #offlineicon: offlineuser + #offlinehidebydefault: true - class: org.dynmap.ClientComponent type: chat