From d2fd170094977aff127d06baa7bfa1cd62cf49d0 Mon Sep 17 00:00:00 2001 From: Julia Date: Sun, 21 Nov 2021 13:12:02 +0000 Subject: [PATCH] Oops --- worlds.txt | 143 ----------------------------------------------------- 1 file changed, 143 deletions(-) delete mode 100644 worlds.txt diff --git a/worlds.txt b/worlds.txt deleted file mode 100644 index ce14b6a..0000000 --- a/worlds.txt +++ /dev/null @@ -1,143 +0,0 @@ -%YAML 1.1 ---- -worlds: -- name: world - title: Overworld - enabled: true - extrazoomout: 9 - maps: - - class: org.dynmap.hdmap.HDMap - name: topdown - title: Top-down - icon: images/block_world_flat.png - prefix: td - perspective: iso_S_90_hires - shader: stdtexture - lighting: shadows - image-format: default - mapzoomin: 1 - mapzoomout: 0 - boostzoom: 0 - append_to_world: '' - protected: false - - class: org.dynmap.hdmap.HDMap - name: isometric - title: Isometric - icon: images/block_world_surface.png - prefix: iso - perspective: iso_SE_30_hires - shader: stdtexture - lighting: shadows - image-format: default - mapzoomin: 1 - mapzoomout: 0 - boostzoom: 0 - append_to_world: '' - protected: false - - class: org.dynmap.hdmap.HDMap - name: caves - title: Caves - icon: images/block_world_cave.png - prefix: cave - perspective: iso_SE_60_hires - shader: cave - lighting: default - image-format: default - mapzoomin: 1 - mapzoomout: 0 - boostzoom: 0 - append_to_world: '' - protected: false - protected: false - showborder: true - sendposition: true - sendhealth: true - visibilitylimits: [ - ] - hiddenlimits: [ - ] - hidestyle: stone -- name: world_nether - title: Nether - enabled: false - extrazoomout: 9 - maps: - - class: org.dynmap.hdmap.HDMap - name: topdown - title: Top-down - icon: images/block_nether_flat.png - prefix: td - perspective: iso_S_90_hires - shader: stdtexture - lighting: nethershadows - image-format: default - mapzoomin: 0 - mapzoomout: 0 - boostzoom: 0 - append_to_world: '' - protected: false - - class: org.dynmap.hdmap.HDMap - name: isometric - title: Isometric - icon: images/block_nether_surface.png - prefix: iso - perspective: iso_SE_30_hires - shader: stdtexture - lighting: nethershadows - image-format: default - mapzoomin: 0 - mapzoomout: 0 - boostzoom: 0 - append_to_world: '' - protected: false - protected: false - showborder: true - sendposition: true - sendhealth: true - visibilitylimits: [ - ] - hiddenlimits: [ - ] - hidestyle: stone -- name: world_the_end - title: The End - enabled: false - extrazoomout: 9 - maps: - - class: org.dynmap.hdmap.HDMap - name: topdown - title: Top-down - icon: images/block_the_end_flat.png - prefix: td - perspective: iso_S_90_hires - shader: stdtexture - lighting: brightnight - image-format: default - mapzoomin: 1 - mapzoomout: 0 - boostzoom: 0 - append_to_world: '' - protected: false - - class: org.dynmap.hdmap.HDMap - name: isometric - title: Isometric - icon: images/block_the_end_surface.png - prefix: iso - perspective: iso_SE_30_hires - shader: stdtexture - lighting: brightnight - image-format: default - mapzoomin: 1 - mapzoomout: 0 - boostzoom: 0 - append_to_world: '' - protected: false - protected: false - showborder: true - sendposition: true - sendhealth: true - visibilitylimits: [ - ] - hiddenlimits: [ - ] - hidestyle: stone