mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-25 03:35:18 +01:00
Merge pull request #324 from mikeprimm/master
Flesh out comments on selecting template sets, and which files are used for each
This commit is contained in:
commit
ef59612dad
@ -1,13 +1,14 @@
|
|||||||
# All paths in this configuration file are relative to Dynmap's data-folder: minecraft_server/plugins/dynmap/
|
# 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
|
# 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
|
#deftemplatesuffix: lowres
|
||||||
# To use the HDMap hi-res map templates (these can take a VERY long time for initial fullrender), comment the following line
|
# 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
|
#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-<value>, nether-<value>, skylands-<value>
|
# Other values will search for templates named normal-<value>, nether-<value>, skylands-<value>
|
||||||
|
|
||||||
components:
|
components:
|
||||||
@ -153,6 +154,14 @@ defaultzoom: 0
|
|||||||
defaultworld: world
|
defaultworld: world
|
||||||
defaultmap: flat
|
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 true to enable verbose startup messages - can help with debugging map configuration problems
|
||||||
# Set to false for a much quieter startup log
|
# Set to false for a much quieter startup log
|
||||||
verbose: false
|
verbose: false
|
||||||
|
Loading…
Reference in New Issue
Block a user