Merge remote-tracking branch 'origin/delta'
This commit is contained in:
commit
0d0c6be832
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user