debloat
Ağaç Yumruklayıcı
- Mesajlar
- 23
- En iyi cevaplar
- 0
- Beğeniler
- 6
- Puanları
- 330
- Oyun Sürümü
- 1.14.4
Merhaba, Dynmap'in dünyada sadece küçük bir kısmı render'lamasını istiyorum. Bunun için worlds. txt'yi istediğim koordinatlara uyacak şekilde editliyorum ancak yine de oyunda fullrender yapınca çok büyük bir alanı renderlıyor. Sadece worldborder limitlerinin 20 blok ötesine kadar renderlasın istiyorum. Yardımcı olabilir misiniz?
Worlds.txt'de düzenlediğim kısım
Worlds.txt'de düzenlediğim kısım
Kod:
worlds:
# Worlds can be handled by templates, based on world type
# You can override the properties of the template by specifying them in this section
# for example 'Title: "My Awesome World"'
- name: world
title: "Spawn"
# Use 'enabled: false' to disable a certain world.
# enabled: false
# Use sendposition: false to prevent player positions from showing when on this world (if sendposition is globally enabled)
# sendposition: false
# Use sendhealth: false ot prevent player health from showing when on this world (if sendhealth is globally enabled)
# sendhealth: false
# # If world isn't contiguous chunks (due to teleporting, for example), fullrender needs to be given other locations to scan for tiles on each patch of chunks
fullrenderlocations:
- x: -385
y: 64
z: -88
- x: -145
y: 64
z: 152
# # Use visibilitylimits to restrict which areas of maps on your world to render (zero or more shapes can be defined)
# # For a rectangle, the area is defined by x0, z0 to x1, z1
# # For a circle, the area is defined by a center at x,z with a radius 'r'
visibilitylimits:
- x0: -405
z0: -68
x1: -125
z1: 172