3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-11-20 06:50:08 +01:00

Don't mention Spigot page anymore and move setting to right place in config.yml (#3505)

Dieser Commit ist enthalten in:
EnZaXD 2023-10-27 01:16:14 +02:00 committet von GitHub
Ursprung ec2093cf5d
Commit f618cdec99
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -2,7 +2,6 @@
# Ensure you look through all these options # Ensure you look through all these options
# If you need help: # If you need help:
# Discord - https://viaversion.com/discord # Discord - https://viaversion.com/discord
# viaversion.com - Discussion tab
# Docs - https://docs.viaversion.com/display/VIAVERSION/Configuration # Docs - https://docs.viaversion.com/display/VIAVERSION/Configuration
# #
#----------------------------------------------------------# #----------------------------------------------------------#
@ -48,7 +47,7 @@ bungee-ping-save: true
# The format for the following is: # The format for the following is:
# servername: protocolversion # servername: protocolversion
# You can find protocol ids on https://wiki.vg/Protocol_version_numbers # You can find protocol ids on https://wiki.vg/Protocol_version_numbers
# It will fallback to the default option if none found. # It will use the default option if none found.
bungee-servers: {} bungee-servers: {}
# #
#----------------------------------------------------------# #----------------------------------------------------------#
@ -170,6 +169,12 @@ cache-1_17-light: true
# Force-update 1.19.4+ player's inventory when they try to swap armor in a pre-occupied slot. # Force-update 1.19.4+ player's inventory when they try to swap armor in a pre-occupied slot.
armor-toggle-fix: true armor-toggle-fix: true
# #
# Get the world names which should be returned for each vanilla dimension
map-1_16-world-names:
overworld: "minecraft:overworld"
nether: "minecraft:the_nether"
end: "minecraft:the_end"
#
#----------------------------------------------------------# #----------------------------------------------------------#
# 1.9+ CLIENTS ON 1.8 SERVERS OPTIONS # # 1.9+ CLIENTS ON 1.8 SERVERS OPTIONS #
#----------------------------------------------------------# #----------------------------------------------------------#
@ -217,8 +222,3 @@ force-json-transform: false
minimize-cooldown: true minimize-cooldown: true
# Allows 1.9+ left-handedness (main hand) on 1.8 servers # Allows 1.9+ left-handedness (main hand) on 1.8 servers
left-handed-handling: true left-handed-handling: true
# Get the world names which should be returned for each vanilla dimension
map-1_16-world-names:
overworld: "minecraft:overworld"
nether: "minecraft:the_nether"
end: "minecraft:the_end"