Matej

Results 145 comments of Matej

If you have any questions, open a new issue for public issues or email [email protected] for the private ones. Thank you!

Can you please verify your full startup log whether ProtocolLib has been properly started? Just send it to me and I have a look, thanks.

Try using the latest devbuild from https://ci.dmulloy2.net/job/ProtocolLib/ The issue is that foundation calls getprotocolmanager which returns null. Unfortunately that's out of our control especially now that you have the plugin...

Use Paper not Spigot 1.20.4

" We will handle BungeeCord channel for other plugins so they will continue to function." Did you actually try disabling that option and you are talking from experience or assumptions?...

Thanks for confirming, I'll test and fix that in 1-3 days

I've tested with the following sample code: ```java final ByteArrayDataOutput out = ByteStreams.newDataOutput(); out.writeUTF("Connect"); out.writeUTF("flat"); getPlayer().sendPluginMessage(SimplePlugin.getInstance(), "BungeeCord", out.toByteArray()); ``` Without VelocityControl when bungee-plugin-message-channel is false it was not working, but...

Thanks. Just to confirm, then I need to set a warp on another server and try to teleport to it from a different server? And that no longer functions?

Thanks. Sorry I didnt get to it yet :/ We've been having a product launch and now company holiday. Will take as first priority upon returning May 26th.