Hello, i am getting a "DecoderException : java.lang.IllegalArgumentException: Payload too large @ io.netty.handler.codec.MessageToMessageDecoder:98" when trying to create larger things on a SMP server. I saw that there was a fix but I dont understand how it was solved. we are on Bungeecord. I am still new to doing backend stuff so i do apologize about sounding so ignorant.
#Decoder Exception while trying to place or flatten large areas
1 messages · Page 1 of 1 (latest)
You can change the max buffer size in the axiom paper config to 31000
It'll reduce performance a lot though
You could also use a modern proxy like velocity which doesn't have this issue
i will look into seeing if we can make the swap to velocity. If we are not able to switch, is there any other fix that will not affect performance of the server?