From c0d36946778c5a678755bd711cde04fcfa0bfc53 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Mon, 17 Jan 2022 04:53:47 -0600 Subject: [PATCH 1/2] Dynmap page title changed. --- plugins/dynmap/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dynmap/configuration.txt b/plugins/dynmap/configuration.txt index f7cb53e..603b3a5 100644 --- a/plugins/dynmap/configuration.txt +++ b/plugins/dynmap/configuration.txt @@ -315,7 +315,7 @@ render-triggers: #- blockredstone # Title for the web page - if not specified, defaults to the server's name (unless it is the default of 'Unknown Server') -#webpage-title: "My Awesome Server Map" +webpage-title: "RSEMCS Dynmap" # The path where the tile-files are placed. tilespath: web/tiles From f60dfec570ed24fd58434fb464b8aab5af90d400 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Mon, 17 Jan 2022 04:53:56 -0600 Subject: [PATCH 2/2] Background set to be transparent. --- plugins/dynmap/templates/nether-hires.txt | 4 ++-- plugins/dynmap/templates/normal-hires.txt | 3 +++ plugins/dynmap/templates/the_end-hires.txt | 2 ++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/plugins/dynmap/templates/nether-hires.txt b/plugins/dynmap/templates/nether-hires.txt index eb36453..f455e44 100644 --- a/plugins/dynmap/templates/nether-hires.txt +++ b/plugins/dynmap/templates/nether-hires.txt @@ -24,7 +24,7 @@ templates: shader: stdtexture lighting: nethershadows # Map background color (day or night) - background: "#300806" + background: "#00000000" mapzoomin: 1 - class: org.dynmap.hdmap.HDMap name: nether @@ -34,5 +34,5 @@ templates: shader: stdtexture lighting: nethershadows # Map background color (day or night) - background: "#300806" + background: "#00000000" mapzoomin: 1 diff --git a/plugins/dynmap/templates/normal-hires.txt b/plugins/dynmap/templates/normal-hires.txt index e1b84f3..01559be 100644 --- a/plugins/dynmap/templates/normal-hires.txt +++ b/plugins/dynmap/templates/normal-hires.txt @@ -23,6 +23,7 @@ templates: perspective: iso_S_90_lowres shader: stdtexture lighting: shadows + background: "#00000000" mapzoomin: 1 - class: org.dynmap.hdmap.HDMap name: surface @@ -31,6 +32,7 @@ templates: perspective: iso_SE_30_hires shader: stdtexture lighting: shadows + background: "#00000000" mapzoomin: 1 - class: org.dynmap.hdmap.HDMap name: cave @@ -39,4 +41,5 @@ templates: perspective: iso_SE_60_lowres shader: cave lighting: default + background: "#00000000" mapzoomin: 3 diff --git a/plugins/dynmap/templates/the_end-hires.txt b/plugins/dynmap/templates/the_end-hires.txt index 0a97d0b..95514f4 100644 --- a/plugins/dynmap/templates/the_end-hires.txt +++ b/plugins/dynmap/templates/the_end-hires.txt @@ -23,6 +23,7 @@ templates: perspective: iso_S_90_lowres shader: stdtexture lighting: brightnight + background: "#00000000" mapzoomin: 1 - class: org.dynmap.hdmap.HDMap name: the_end @@ -31,5 +32,6 @@ templates: perspective: iso_SE_30_hires shader: stdtexture lighting: brightnight + background: "#00000000" mapzoomin: 1 \ No newline at end of file