From 92aa983c513020285ae405711abd0ee7d52b7ede Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Sun, 15 May 2022 04:30:47 -0500 Subject: [PATCH] Fixed world.txt formatting and typos. --- dynmap/worlds.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dynmap/worlds.txt b/dynmap/worlds.txt index 6b6f373..ad432d5 100644 --- a/dynmap/worlds.txt +++ b/dynmap/worlds.txt @@ -29,6 +29,7 @@ worlds: enabled: true - name: undergarden_undergarden title: Undergarden + enabled: true # Worlds can be handled by templates, based on world type # You can override the properties of the template by specifying them in this section # for example 'Title: "My Awesome World"' @@ -97,7 +98,7 @@ worlds: # shader: stdtexture # lighting: shadows # mapzoomin: 1 - background: "rgba(0,0,0,0)" + # background: "rgba(0,0,0,0)" # - class: org.dynmap.hdmap.HDMap # name: surface # title: "Surface" @@ -106,7 +107,7 @@ worlds: # shader: stdtexture # lighting: shadows # mapzoomin: 1 - background: "rgba(0,0,0,0)" + # background: "rgba(0,0,0,0)" # - class: org.dynmap.hdmap.HDMap # name: cave # title: "Cave" @@ -139,7 +140,7 @@ worlds: # # Map background color (day or night) # background: "#300806" # mapzoomin: 1 - background: "rgba(0,0,0,0)" + # background: "rgba(0,0,0,0)" # - class: org.dynmap.hdmap.HDMap # name: surface # title: "Surface" @@ -150,4 +151,4 @@ worlds: # # Map background color (day or night) # background: "#300806" # mapzoomin: 1 - background: "rgba(0,0,0,0)" + # background: "rgba(0,0,0,0)"