Advanced Portals

Advanced Portals

307k Downloads

Fix for chunk cache?

MrLava13 opened this issue ยท 1 comments

commented

Hello, when moving to another server, the chunks and holograms from the previous server. Both servers are running paper spigot 1.13.2 and both are having the same issue.
Screen Shot

commented

This is a bungee issue, Advanced Portals has 0 control over this and its not possible for me to have control over it.

If you need any info for the bungee guys this is only communication Advanced Portals has with bungee.

ByteArrayDataOutput out = ByteStreams.newDataOutput();
            out.writeUTF("Connect");
            out.writeUTF(bungeeServer);
            portal.inPortal.add(player.getUniqueId());
            player.sendPluginMessage(plugin, "BungeeCord", out.toByteArray());