Switch default center point for maps to spawn point
This commit is contained in:
parent
dd4d448fc5
commit
560fe3c539
11 changed files with 45 additions and 42 deletions
|
|
@ -11,10 +11,10 @@ templates:
|
|||
enabled: true
|
||||
# Number of extra zoom-out levels for world (each level is twice as big as the previous one)
|
||||
extrazoomout: 2
|
||||
center:
|
||||
x: 0
|
||||
y: 64
|
||||
z: 0
|
||||
#center:
|
||||
# x: 0
|
||||
# y: 64
|
||||
# z: 0
|
||||
maps:
|
||||
- class: org.dynmap.hdmap.HDMap
|
||||
name: flat
|
||||
|
|
|
|||
|
|
@ -9,12 +9,12 @@ templates:
|
|||
# Nether world template (HDMap lowres)
|
||||
nether-lowres:
|
||||
enabled: true
|
||||
# # Number of extra zoom-out levels for world (each level is twice as big as the previous one)
|
||||
# extrazoomout: 3
|
||||
center:
|
||||
x: 0
|
||||
y: 64
|
||||
z: 0
|
||||
# Number of extra zoom-out levels for world (each level is twice as big as the previous one)
|
||||
extrazoomout: 2
|
||||
#center:
|
||||
# x: 0
|
||||
# y: 64
|
||||
# z: 0
|
||||
maps:
|
||||
- class: org.dynmap.hdmap.HDMap
|
||||
name: flat
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@ templates:
|
|||
# bigworld: true
|
||||
# # Number of extra zoom-out levels for world (each level is twice as big as the previous one)
|
||||
# extrazoomout: 3
|
||||
center:
|
||||
x: 0
|
||||
y: 64
|
||||
z: 0
|
||||
#center:
|
||||
# x: 0
|
||||
# y: 64
|
||||
# z: 0
|
||||
maps:
|
||||
- class: org.dynmap.flat.FlatMap
|
||||
name: flat
|
||||
|
|
|
|||
|
|
@ -11,10 +11,10 @@ templates:
|
|||
enabled: true
|
||||
# Number of extra zoom-out levels for world (each level is twice as big as the previous one)
|
||||
extrazoomout: 2
|
||||
center:
|
||||
x: 0
|
||||
y: 64
|
||||
z: 0
|
||||
#center:
|
||||
# x: 0
|
||||
# y: 64
|
||||
# z: 0
|
||||
maps:
|
||||
- class: org.dynmap.hdmap.HDMap
|
||||
name: flat
|
||||
|
|
|
|||
|
|
@ -11,10 +11,10 @@ templates:
|
|||
enabled: true
|
||||
# Number of extra zoom-out levels for world (each level is twice as big as the previous one)
|
||||
extrazoomout: 2
|
||||
center:
|
||||
x: 0
|
||||
y: 64
|
||||
z: 0
|
||||
#center:
|
||||
# x: 0
|
||||
# y: 64
|
||||
# z: 0
|
||||
maps:
|
||||
- class: org.dynmap.hdmap.HDMap
|
||||
name: flat
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@ templates:
|
|||
# bigworld: true
|
||||
# # Number of extra zoom-out levels for world (each level is twice as big as the previous one)
|
||||
# extrazoomout: 3
|
||||
center:
|
||||
x: 0
|
||||
y: 64
|
||||
z: 0
|
||||
#center:
|
||||
# x: 0
|
||||
# y: 64
|
||||
# z: 0
|
||||
maps:
|
||||
- class: org.dynmap.flat.FlatMap
|
||||
name: flat
|
||||
|
|
|
|||
|
|
@ -11,10 +11,10 @@ templates:
|
|||
enabled: true
|
||||
# Number of extra zoom-out levels for world (each level is twice as big as the previous one)
|
||||
extrazoomout: 2
|
||||
center:
|
||||
x: 0
|
||||
y: 64
|
||||
z: 0
|
||||
#center:
|
||||
# x: 0
|
||||
# y: 64
|
||||
# z: 0
|
||||
maps:
|
||||
- class: org.dynmap.hdmap.HDMap
|
||||
name: flat
|
||||
|
|
|
|||
|
|
@ -11,10 +11,10 @@ templates:
|
|||
enabled: true
|
||||
# Number of extra zoom-out levels for world (each level is twice as big as the previous one)
|
||||
extrazoomout: 2
|
||||
center:
|
||||
x: 0
|
||||
y: 64
|
||||
z: 0
|
||||
#center:
|
||||
# x: 0
|
||||
# y: 64
|
||||
# z: 0
|
||||
maps:
|
||||
- class: org.dynmap.hdmap.HDMap
|
||||
name: flat
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@ templates:
|
|||
# bigworld: true
|
||||
# # Number of extra zoom-out levels for world (each level is twice as big as the previous one)
|
||||
# extrazoomout: 3
|
||||
center:
|
||||
x: 0
|
||||
y: 64
|
||||
z: 0
|
||||
#center:
|
||||
# x: 0
|
||||
# y: 64
|
||||
# z: 0
|
||||
maps:
|
||||
- class: org.dynmap.flat.FlatMap
|
||||
name: flat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue