mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-28 21:25:46 +01:00
44 lines
1.4 KiB
Plaintext
44 lines
1.4 KiB
Plaintext
#
|
|
# Default template for "Skylands" environment worlds (deftemplatesuffix="lowres")
|
|
# Uses the HDMap renderer with view from the SE with the "lowres" resolution (4 pixels per block edge)
|
|
#
|
|
# To customize without losing updates during upgrade, rename file to 'custom-skylands-lowres.txt'
|
|
#
|
|
templates:
|
|
# Skylands world template (HDMap lowres)
|
|
skylands-lowres:
|
|
enabled: true
|
|
# Number of extra zoom-out levels for world (each level is twice as big as the previous one)
|
|
extrazoomout: 2
|
|
center:
|
|
x: 0
|
|
y: 64
|
|
z: 0
|
|
maps:
|
|
- class: org.dynmap.hdmap.HDMap
|
|
name: flat
|
|
title: "Flat"
|
|
prefix: flat
|
|
perspective: iso_S_90_lowres
|
|
shader: stdtexture
|
|
lighting: default
|
|
# Background color for map during the day
|
|
backgroundday: "#153E7E"
|
|
# Background color for map during the night
|
|
backgroundnight: "#000000"
|
|
# Adjust extra zoom in levels - default is 2
|
|
mapzoomin: 2
|
|
- class: org.dynmap.hdmap.HDMap
|
|
name: skylands
|
|
title: "Surface"
|
|
prefix: st
|
|
perspective: iso_SE_60_lowres
|
|
shader: stdtexture
|
|
lighting: shadows
|
|
# Background color for map during the day
|
|
backgroundday: "#153E7E"
|
|
# Background color for map during the night
|
|
backgroundnight: "#000000"
|
|
# Adjust extra zoom in levels - default is 2
|
|
mapzoomin: 2
|
|
|