Void background is now transparent on all dynmap templates.
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user