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
This commit is contained in:
Nassim Jahnke 2024-04-24 19:56:09 +02:00
parent 3dfcd6b9b9
commit 0e97af29b4
No known key found for this signature in database
GPG Key ID: EF6771C01F6EF02F
1 changed files with 3 additions and 0 deletions

View File

@ -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();