Earthcomputer / clientcommands

Adds useful client-side commands
Other
1.05k stars 116 forks source link

Suggestion - Anti Chunk Banning #160

Open rybot666 opened 3 years ago

rybot666 commented 3 years ago

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

Mhowser commented 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 .

rybot666 commented 3 years ago

Ah, would be nice to have in clientcommands too but I guess no point reinventing the wheel?

krispyking24 commented 3 years ago

is it a client side only mod or dose it have to be on both sides

xpple commented 3 years ago

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.

krispyking24 commented 3 years ago

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