From f9393d70eafd76b2a924dfb9f065f012b3352de9 Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Mon, 25 Jul 2011 22:04:53 -0500 Subject: [PATCH] Flesh out comments on selecting template sets, and which files are used for each --- src/main/resources/configuration.txt | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/src/main/resources/configuration.txt b/src/main/resources/configuration.txt index b15a75be..015b205c 100644 --- a/src/main/resources/configuration.txt +++ b/src/main/resources/configuration.txt @@ -1,13 +1,14 @@ # All paths in this configuration file are relative to Dynmap's data-folder: minecraft_server/plugins/dynmap/ -# NOTE: the 'templates' section is now found in the templates.txt (and can be safely customized using custom-templates.txt) -# NOTE: the 'worlds' section is now found in the worlds.txt (example custom settings can be found in worlds.txt.sample) +# All map templates are defined in the templates directory +# By default, the 'classic' FlatMap and KzedMap templates are used, which can be found in normal.txt, nether.txt, and skylands.txt +# # To use the HDMap low-res map templates as world defaults (normal-lowres, nether-lowres and skylands-lowres), uncomment the following line +# The definitions of these templates are in normal-lowres.txt, nether-lowres.txt, and skylands-lowres.txt #deftemplatesuffix: lowres # To use the HDMap hi-res map templates (these can take a VERY long time for initial fullrender), comment the following line +# The definitions of these templates are in normal-hires.txt, nether-hires.txt, and skylands-hires.txt #deftemplatesuffix: hires -# Otherwise, the world defaults will be based on classic FlatMap/KzedMap templates (normal, nether, skylands) - # Other values will search for templates named normal-, nether-, skylands- components: @@ -153,6 +154,14 @@ defaultzoom: 0 defaultworld: world defaultmap: flat +# NOTE: the 'templates' section is now found in the 'templates' directory +# Templates CAN still be defined in configuration.txt, as before 0.20 +templates: + +# NOTE: the 'worlds' section is now found in the worlds.txt (example custom settings can be found in worlds.txt.sample) +# Worlds CAN still be defined in configuration.txt, as before 0.20 +worlds: + # Set to true to enable verbose startup messages - can help with debugging map configuration problems # Set to false for a much quieter startup log verbose: false