3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-12-27 08:30:09 +01:00

Add warning on Bungee startup

Without more specific injection points as with Velocity, Via has started failing more and more on Bungee and maintaining the required hackfixes coming from that has shown time intensive
Dieser Commit ist enthalten in:
Nassim Jahnke 2024-04-24 19:56:09 +02:00
Ursprung 3dfcd6b9b9
Commit 0e97af29b4
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: EF6771C01F6EF02F

Datei anzeigen

@ -68,6 +68,9 @@ public class BungeePlugin extends Plugin implements ViaServerProxyPlatform<Proxi
getLogger().warning("/_____________\\");
}
getLogger().warning("ViaVersion does not work as intended across many different server versions, especially the more recent ones. " +
"Consider moving Via plugins to your backend server or switching to Velocity.");
api = new BungeeViaAPI();
config = new BungeeViaConfig(getDataFolder());
BungeeCommandHandler commandHandler = new BungeeCommandHandler();