From f5269a9be403b5b39dc88609e16b80dfb6050b6f Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Sat, 21 May 2022 02:22:56 -0500 Subject: [PATCH] Removed cave view from all templates in dynmap. --- dynmap/templates/normal-hi_boost_vhi.txt | 9 --------- dynmap/templates/normal-hi_boost_xhi.txt | 9 --------- dynmap/templates/normal-hires.txt | 9 --------- dynmap/templates/normal-low_boost_hi.txt | 10 ---------- dynmap/templates/normal-lowres.txt | 10 ---------- dynmap/templates/normal-vlowres.txt | 10 ---------- dynmap/templates/normal.txt | 12 +----------- 7 files changed, 1 insertion(+), 68 deletions(-) diff --git a/dynmap/templates/normal-hi_boost_vhi.txt b/dynmap/templates/normal-hi_boost_vhi.txt index 5f2dae3..382efe7 100644 --- a/dynmap/templates/normal-hi_boost_vhi.txt +++ b/dynmap/templates/normal-hi_boost_vhi.txt @@ -32,12 +32,3 @@ templates: mapzoomin: 2 background: transparent boostzoom: 1 - - class: org.dynmap.hdmap.HDMap - name: cave - title: "Cave" - prefix: ct - perspective: iso_SE_60_lowres - shader: cave - lighting: default - mapzoomin: 4 - background: transparent diff --git a/dynmap/templates/normal-hi_boost_xhi.txt b/dynmap/templates/normal-hi_boost_xhi.txt index 330958b..355da7d 100644 --- a/dynmap/templates/normal-hi_boost_xhi.txt +++ b/dynmap/templates/normal-hi_boost_xhi.txt @@ -32,12 +32,3 @@ templates: mapzoomin: 3 background: transparent boostzoom: 2 - - class: org.dynmap.hdmap.HDMap - name: cave - title: "Cave" - prefix: ct - perspective: iso_SE_60_lowres - shader: cave - lighting: default - mapzoomin: 5 - background: transparent diff --git a/dynmap/templates/normal-hires.txt b/dynmap/templates/normal-hires.txt index 590652a..0d8755e 100644 --- a/dynmap/templates/normal-hires.txt +++ b/dynmap/templates/normal-hires.txt @@ -34,12 +34,3 @@ templates: lighting: shadows mapzoomin: 1 background: transparent - - class: org.dynmap.hdmap.HDMap - name: cave - title: "Cave" - prefix: ct - perspective: iso_SE_60_lowres - shader: cave - lighting: default - mapzoomin: 3 - background: transparent diff --git a/dynmap/templates/normal-low_boost_hi.txt b/dynmap/templates/normal-low_boost_hi.txt index 3c13ad0..3890d34 100644 --- a/dynmap/templates/normal-low_boost_hi.txt +++ b/dynmap/templates/normal-low_boost_hi.txt @@ -34,13 +34,3 @@ templates: mapzoomin: 4 background: transparent boostzoom: 2 - - class: org.dynmap.hdmap.HDMap - name: cave - title: "Cave" - prefix: ct - perspective: iso_SE_60_lowres - shader: cave - lighting: default - # Adjust extra zoom in levels - default is 2 - mapzoomin: 4 - background: transparent diff --git a/dynmap/templates/normal-lowres.txt b/dynmap/templates/normal-lowres.txt index f378d0f..7111ab6 100644 --- a/dynmap/templates/normal-lowres.txt +++ b/dynmap/templates/normal-lowres.txt @@ -36,13 +36,3 @@ templates: # Adjust extra zoom in levels - default is 2 mapzoomin: 2 background: transparent - - class: org.dynmap.hdmap.HDMap - name: cave - title: "Cave" - prefix: ct - perspective: iso_SE_60_lowres - shader: cave - lighting: default - # Adjust extra zoom in levels - default is 2 - mapzoomin: 2 - background: transparent diff --git a/dynmap/templates/normal-vlowres.txt b/dynmap/templates/normal-vlowres.txt index d2354c2..2f153dd 100644 --- a/dynmap/templates/normal-vlowres.txt +++ b/dynmap/templates/normal-vlowres.txt @@ -36,13 +36,3 @@ templates: # Adjust extra zoom in levels - default is 2 mapzoomin: 2 background: transparent - - class: org.dynmap.hdmap.HDMap - name: cave - title: "Cave" - prefix: ct - perspective: iso_SE_60_vlowres - shader: cave - lighting: default - # Adjust extra zoom in levels - default is 2 - mapzoomin: 2 - background: transparent diff --git a/dynmap/templates/normal.txt b/dynmap/templates/normal.txt index b922822..d901e52 100644 --- a/dynmap/templates/normal.txt +++ b/dynmap/templates/normal.txt @@ -34,14 +34,4 @@ templates: lighting: default # Adjust extra zoom in levels - default is 2 mapzoomin: 2 - background: transparent - - class: org.dynmap.hdmap.HDMap - name: cave - title: "Cave" - prefix: ct - perspective: iso_SE_60_vlowres - shader: cave - lighting: default - # Adjust extra zoom in levels - default is 2 - mapzoomin: 2 - background: transparent + background: transparent \ No newline at end of file