Set all worlds to enabled

This commit is contained in:
Julia Logan 2021-11-21 13:12:45 +00:00
parent c7896e577f
commit da02de1f3d
1 changed files with 2 additions and 2 deletions

View File

@ -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