Atheonn
Koydum Çalışma Masasını
- Katılım
- 23 Aralık 2024
- Mesajlar
- 73
- Elmaslar
- 17
- Puan
- 955
- Yaş
- 17
- Konum
- İstanbul
- Minecraft
- qAtheon
Discord:
ateon
Config dosyasını yanlış mı ayarlıyorum bir kontrol eder misiniz:
Bu arada sunucuyu tekrar başlattığımda config dosyasındaki block-versions otomatik olarak şu şekilde oluyor:
Kod:
#----------------------------------------------------------#
# GLOBAL OPTIONS #
#----------------------------------------------------------#
#
# Should ViaVersion check for updates?
check-for-updates: true
# Send the supported versions with the Status (Ping) response packet
send-supported-versions: false
# Easier to configure alternative to 'block-protocols'. Uses readable version strings with possible '<' and '>' prefixes.
# An example to block 1.16.4, everything below 1.16, as well as everything above 1.17.1 would be: ["<1.16", "1.16.4", ">1.17.1"]
# You can use both this and the block-protocols option at the same time as well.
block-versions: ["<1.16.5", ">1.21.3"]
# Block specific Minecraft protocol version numbers.
# List of all Minecraft protocol versions: https://minecraft.wiki/w/Protocol_version, or use a generator: https://via.krusic22.com
block-protocols: []
# Change the blocked disconnect message
block-disconnect-msg: You are using an unsupported Minecraft version!
# If you use ProtocolLib, we can't reload without kicking the players.
# (We don't suggest using reload either, use a plugin manager)
# You can customize the message we kick people with if you use ProtocolLib here.
reload-disconnect-msg: Server reload, please rejoin!
# We warn when there's an error converting item/block or component/nbt data over versions, should we suppress these? (Only suggested if spamming)
suppress-conversion-warnings: false
Bu arada sunucuyu tekrar başlattığımda config dosyasındaki block-versions otomatik olarak şu şekilde oluyor:
Kod:
block-versions:
- <1.16.5
- '>1.21.3'