mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-12-01 06:33:38 +01:00
40 lines
1.2 KiB
Plaintext
40 lines
1.2 KiB
Plaintext
|
#
|
||
|
# Default template for "Nether" environment worlds (deftemplatesuffix="hires")
|
||
|
# Uses the HDMap renderer with view from the SE with the "hires" resolution (16 pixels per block edge)
|
||
|
#
|
||
|
# To customize without losing updates during upgrade, rename file to 'custom-nether-hires.txt'
|
||
|
#
|
||
|
templates:
|
||
|
# Nether world template (HDMap hires)
|
||
|
nether-hires:
|
||
|
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_hires
|
||
|
shader: stdtexture
|
||
|
lighting: default
|
||
|
# Map background color (day or night)
|
||
|
background: "#300806"
|
||
|
# Adjust extra zoom in levels - default is 2
|
||
|
mapzoomin: 2
|
||
|
- class: org.dynmap.hdmap.HDMap
|
||
|
name: nether
|
||
|
title: "Surface"
|
||
|
prefix: nt
|
||
|
perspective: iso_SE_60_hires
|
||
|
shader: stdtexture
|
||
|
lighting: shadows
|
||
|
# Map background color (day or night)
|
||
|
background: "#300806"
|
||
|
# Adjust extra zoom in levels - default is 2
|
||
|
mapzoomin: 2
|