Added center to configuration with default 0,64,0 like before.
This commit is contained in:
parent
74611f4ccc
commit
68c9e5b50c
2 changed files with 9 additions and 1 deletions
|
|
@ -116,6 +116,10 @@ defaultworld: world
|
|||
worlds:
|
||||
- name: world
|
||||
title: "World"
|
||||
center:
|
||||
x: 0
|
||||
y: 64
|
||||
z: 0
|
||||
maps:
|
||||
- class: org.dynmap.flat.FlatMap
|
||||
name: flat
|
||||
|
|
@ -147,6 +151,10 @@ worlds:
|
|||
maximumheight: 127
|
||||
- name: nether
|
||||
title: "Nether"
|
||||
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