From 649868ccc01a1d463d54dde879b35c4e31e81a29 Mon Sep 17 00:00:00 2001 From: mikeprimm Date: Sat, 5 Nov 2011 15:27:17 -0700 Subject: [PATCH] Updated Base Plugin Settings (markdown) --- Base-Plugin-Settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Base-Plugin-Settings.md b/Base-Plugin-Settings.md index dabce64..0b41819 100644 --- a/Base-Plugin-Settings.md +++ b/Base-Plugin-Settings.md @@ -2,7 +2,7 @@ These settings are the top-level settings defined within the _configuration.txt_ The core settings defined include the following: -* _deftemplatesuffix_ : this optional setting, a string value, is used to modify the names of the templates associated with worlds. If undefined, normal worlds use the **normal** template, nether worlds use the **nether** template, and skylands worlds use the **skylands** template. When defined and non-blank, the name of the template used will be the default name, followed by and underscore, followed by the value of the _deftemplatesuffix_ setting (e.g. if _deftemplatesuffix_ is set to XXX, normal worlds will use the template **normal_XXX** instead of **normal**, nether worlds will use **nether_XXX**, ans skylands will use **skylands_XXX**). See [[HD Map Configuration]] for more details. +* _deftemplatesuffix_ : this optional setting, a string value, is used to modify the names of the templates associated with worlds. If undefined, normal worlds use the **normal** template, nether worlds use the **nether** template, and skylands worlds use the **skylands** template. When defined and non-blank, the name of the template used will be the default name, followed by and underscore, followed by the value of the _deftemplatesuffix_ setting (e.g. if _deftemplatesuffix_ is set to XXX, normal worlds will use the template **normal_XXX** instead of **normal**, nether worlds will use **nether_XXX**, ans skylands will use **skylands_XXX**). See [[HD Map Configuration]] for more details. Default template sets are included for **vlowres**, **lowres**, **hires**, and **""** (blank). * _display-whitelist_ : if false (default), users are assumed to be visible until they've specifically been set to hidden using the _/dynmap hide_ command. If true, users are assumed to be hidden until they've specifically been set to visible using the _/dynmap show_ command.