Add alternate directory structure to better support huge worlds
This commit is contained in:
parent
46e34356ae
commit
1d069f7fa7
16 changed files with 118 additions and 51 deletions
|
|
@ -121,6 +121,8 @@ templates:
|
|||
# Template for normal world
|
||||
normal:
|
||||
enabled: true
|
||||
# If bigworld set to true, use alternate directory layout better suited to large worlds
|
||||
# bigworld: true
|
||||
center:
|
||||
x: 0
|
||||
y: 64
|
||||
|
|
@ -184,6 +186,8 @@ templates:
|
|||
# Nether world template
|
||||
nether:
|
||||
enabled: true
|
||||
# If bigworld set to true, use alternate directory layout better suited to large worlds
|
||||
# bigworld: true
|
||||
center:
|
||||
x: 0
|
||||
y: 64
|
||||
|
|
@ -209,6 +213,8 @@ templates:
|
|||
# Skylands world template
|
||||
skylands:
|
||||
enabled: true
|
||||
# If bigworld set to true, use alternate directory layout better suited to large worlds
|
||||
# bigworld: true
|
||||
center:
|
||||
x: 0
|
||||
y: 64
|
||||
|
|
@ -267,6 +273,8 @@ worlds:
|
|||
# x: 0
|
||||
# y: 64
|
||||
# z: 0
|
||||
# # If bigworld set to true, use alternate directory layout better suited to large worlds
|
||||
# # bigworld: true
|
||||
# maps:
|
||||
# - class: org.dynmap.flat.FlatMap
|
||||
# name: flat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue