Add storage/type settings to control file tree vs sqlite storage

This commit is contained in:
Mike Primm 2014-05-10 00:42:02 -05:00
parent f486ad75f1
commit 8abfae3d79
1 changed files with 7 additions and 0 deletions

View File

@ -15,6 +15,13 @@
# The definitions of these templates are in normal-hi_boost_xhi.txt, nether-hi_boost_xhi.txt, and the_end-hi_boost_xhi.txt
deftemplatesuffix: vlowres
storage:
# Filetree storage (standard tree of image files for maps)
type: filetree
# SQLite db for map storage (uses dbfile as storage location)
#type: sqlite
#dbfile: dynmap.db
components:
- class: org.dynmap.ClientConfigurationComponent