Open rybot666 opened 3 years ago
XLpackets already does this. It's on curseforge.
On Wed, Dec 23, 2020, 11:52 AM rybot666 notifications@github.com wrote:
You can prevent chunk bans (chunks that kick you when entered, effectively "banning" players who enter them as they are repeatedly kicked when joining) by modifying packet data so that it cannot be over 2mb. Common ways of doing this include just dropping the packets but ideally a better solution would be found
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Earthcomputer/clientcommands/issues/160, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFYTD5G52EL6MUTW7PAS4MDSWJC6DANCNFSM4VHL6PNA .
Ah, would be nice to have in clientcommands too but I guess no point reinventing the wheel?
is it a client side only mod or dose it have to be on both sides
is it a client side only mod or dose it have to be on both sides
A bit off topic but clientcommands is a client-sided mod.
is it a client side only mod or dose it have to be on both sides
A bit off topic but clientcommands is a client-sided mod.
no I didn't mean cc I meant XLpackets
You can prevent chunk bans (chunks that kick you when entered, effectively "banning" players who enter them as they are repeatedly kicked when joining) by modifying packet data so that it cannot be over 2mb. Common ways of doing this include just dropping the packets but ideally a better solution would be found