Set all worlds to enabled
This commit is contained in:
parent
c7896e577f
commit
da02de1f3d
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ worlds:
|
||||||
hidestyle: stone
|
hidestyle: stone
|
||||||
- name: world_nether
|
- name: world_nether
|
||||||
title: Nether
|
title: Nether
|
||||||
enabled: false
|
enabled: true
|
||||||
extrazoomout: 9
|
extrazoomout: 9
|
||||||
maps:
|
maps:
|
||||||
- class: org.dynmap.hdmap.HDMap
|
- class: org.dynmap.hdmap.HDMap
|
||||||
|
@ -101,7 +101,7 @@ worlds:
|
||||||
hidestyle: stone
|
hidestyle: stone
|
||||||
- name: world_the_end
|
- name: world_the_end
|
||||||
title: The End
|
title: The End
|
||||||
enabled: false
|
enabled: true
|
||||||
extrazoomout: 9
|
extrazoomout: 9
|
||||||
maps:
|
maps:
|
||||||
- class: org.dynmap.hdmap.HDMap
|
- class: org.dynmap.hdmap.HDMap
|
||||||
|
|
Loading…
Reference in a new issue