Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-19 14:30:16 +01:00
Remove bungee options from config.yml (#3898)
Dieser Commit ist enthalten in:
Ursprung
e439d040a7
Commit
82452dbdfe
@ -25,7 +25,7 @@ import java.util.Map;
|
|||||||
import java.util.logging.Logger;
|
import java.util.logging.Logger;
|
||||||
|
|
||||||
public class BukkitViaConfig extends AbstractViaConfig {
|
public class BukkitViaConfig extends AbstractViaConfig {
|
||||||
private static final List<String> UNSUPPORTED = Arrays.asList("bungee-ping-interval", "bungee-ping-save", "bungee-servers", "velocity-ping-interval", "velocity-ping-save", "velocity-servers");
|
private static final List<String> UNSUPPORTED = Arrays.asList("velocity-ping-interval", "velocity-ping-save", "velocity-servers");
|
||||||
private boolean quickMoveActionFix;
|
private boolean quickMoveActionFix;
|
||||||
private boolean hitboxFix1_9;
|
private boolean hitboxFix1_9;
|
||||||
private boolean hitboxFix1_14;
|
private boolean hitboxFix1_14;
|
||||||
|
@ -29,28 +29,6 @@ reload-disconnect-msg: "Server reload, please rejoin!"
|
|||||||
suppress-conversion-warnings: false
|
suppress-conversion-warnings: false
|
||||||
#
|
#
|
||||||
#----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
# BUNGEE OPTIONS #
|
|
||||||
#----------------------------------------------------------#
|
|
||||||
#
|
|
||||||
# BungeeCord allows you to have different server versions inside.
|
|
||||||
# Instead of you entering all the versions of these servers, we can ping them.
|
|
||||||
#
|
|
||||||
# What interval would you like us to ping at? (in seconds)
|
|
||||||
# Use -1 to disable.
|
|
||||||
bungee-ping-interval: 60
|
|
||||||
# If the above is enabled, should we save the info to the config (in the section below)
|
|
||||||
bungee-ping-save: true
|
|
||||||
# To get a server's protocol, ViaVersion will do the following:
|
|
||||||
# Look for the server in the following section, then look for the last ping if bungee-ping is enabled
|
|
||||||
# otherwise use default.
|
|
||||||
#
|
|
||||||
# The format for the following is:
|
|
||||||
# servername: protocolversion
|
|
||||||
# You can find protocol ids on https://wiki.vg/Protocol_version_numbers
|
|
||||||
# It will use the default option if none found.
|
|
||||||
bungee-servers: {}
|
|
||||||
#
|
|
||||||
#----------------------------------------------------------#
|
|
||||||
# VELOCITY OPTIONS #
|
# VELOCITY OPTIONS #
|
||||||
#----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
#
|
#
|
||||||
|
@ -28,7 +28,7 @@ import java.util.Map;
|
|||||||
import java.util.logging.Logger;
|
import java.util.logging.Logger;
|
||||||
|
|
||||||
public class VelocityViaConfig extends AbstractViaConfig {
|
public class VelocityViaConfig extends AbstractViaConfig {
|
||||||
private static final List<String> UNSUPPORTED = Arrays.asList("nms-player-ticking", "item-cache", "quick-move-action-fix", "bungee-ping-interval", "bungee-ping-save", "bungee-servers", "blockconnection-method", "change-1_9-hitbox", "change-1_14-hitbox");
|
private static final List<String> UNSUPPORTED = Arrays.asList("nms-player-ticking", "item-cache", "quick-move-action-fix", "blockconnection-method", "change-1_9-hitbox", "change-1_14-hitbox");
|
||||||
private int velocityPingInterval;
|
private int velocityPingInterval;
|
||||||
private boolean velocityPingSave;
|
private boolean velocityPingSave;
|
||||||
private Map<String, Integer> velocityServerProtocols;
|
private Map<String, Integer> velocityServerProtocols;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren