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:
Ursprung
3dfcd6b9b9
Commit
0e97af29b4
@ -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();
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren