Void background is now transparent on all dynmap templates.

This commit is contained in:
2022-05-15 03:57:16 -05:00
parent 3a7bfa7196
commit f546af249b
22 changed files with 75 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ version: 0.24
templates:
# Template for normal world (HDMap vlowres)
normal-vlowres:
enabled: true
enabled: false
# Number of extra zoom-out levels for world (each level is twice as big as the previous one)
extrazoomout: 2
#center:
@@ -25,6 +25,7 @@ templates:
lighting: shadows
# Adjust extra zoom in levels - default is 2
mapzoomin: 2
background: "rgba(0,0,0,0)"
- class: org.dynmap.hdmap.HDMap
name: surface
title: "Surface"
@@ -34,6 +35,7 @@ templates:
lighting: shadows
# Adjust extra zoom in levels - default is 2
mapzoomin: 2
background: "rgba(0,0,0,0)"
- class: org.dynmap.hdmap.HDMap
name: cave
title: "Cave"
@@ -43,3 +45,4 @@ templates:
lighting: default
# Adjust extra zoom in levels - default is 2
mapzoomin: 2
background: "rgba(0,0,0,0)"