#I'm trying to run a very large tellraw
1 messages · Page 1 of 1 (latest)
It looks like the check wasn't running until this commit https://github.com/SpigotMC/BungeeCord/commit/0f5f09b6c5f073130515c8cd435541c5c68bcba8
No, there's no way to remove that limit. It's a protocol limit. Even if Bungee did let you send that packet, any client receiving it would probably crash
consider sending it part by part
you can send your text line by line to avoid cutting the words from middle etc
sounds good. does this mean I'd still be limited to 32k length inside a hover. since I don't think I'd be able to concatenate into the same "hover"
i dont think thats the limit for the content itself
i guess its the packet size limit