Hoja, předpokládám že máš na svém serveru plugin DynMap spuštěný a je ve složce
plugins vytvořená složka
dynmap. Otevři si složku
dynmap na svém serveru a tam najdeš textový soubor
configuration.txt. Otevři ho třeba v
Notepad++ a najdi jakou hodnotu máš nastavenou u
deftemplatesuffix: vlowres. V mém texu je to
vlowres. To potřebuješ vědět pro další nastavení pluginu. Tedy v tvém případě pro vypnutí
surface a
cave.
Dál si otevři adresář
/plugins/dynmap/templates a najdi textový soubor
normal-vlowres.txt. Opět uvádím
vlowres, ale u Tebe to bude tvoje nastavená hodnota (viz. deftemplatesuffix:).
Soubor otevři a v sekci
maps vymaž
classy s názvem
surface a
cave.
Soubor před úpravou vypadá takto:
Kód: Vybrat vše
version: 0.20
#
# Default template for "Normal" environment worlds (deftemplatesuffix="lowres")
# Uses the HDMap renderer with view from the SE with the "lowres" resolution (4 pixels per block edge)
#
# This file MAY need to be replaced during an upgrade - rename file to 'custom-normal-lowres.txt' if you wish to customize it
#
templates:
# Template for normal world (HDMap lowres)
normal-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: shadows
# Adjust extra zoom in levels - default is 2
mapzoomin: 2
- class: org.dynmap.hdmap.HDMap
name: surface
title: "Surface"
prefix: t
perspective: iso_SE_60_lowres
shader: stdtexture
lighting: shadows
# Adjust extra zoom in levels - default is 2
mapzoomin: 2
- class: org.dynmap.hdmap.HDMap
name: cave
title: "Cave"
prefix: ct
perspective: iso_SE_60_lowres
shader: cave
lighting: default
# Adjust extra zoom in levels - default is 2
mapzoomin: 2
Po úpravě bude soubor vypadat takto:
Kód: Vybrat vše
version: 0.20
#
# Default template for "Normal" environment worlds (deftemplatesuffix="lowres")
# Uses the HDMap renderer with view from the SE with the "lowres" resolution (4 pixels per block edge)
#
# This file MAY need to be replaced during an upgrade - rename file to 'custom-normal-lowres.txt' if you wish to customize it
#
templates:
# Template for normal world (HDMap lowres)
normal-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: shadows
# Adjust extra zoom in levels - default is 2
mapzoomin: 2
O tom že se změny musí uložit a restartovat sever psát doufám nemusím.
