Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
Platforms
Creators
Details
Licensed GPL-3.0-or-later
Published 2 months ago
Updated 2 days ago
Enforce timer check, prevent balance abuse.
Merge remote-tracking branch 'origin/master'
Oops, forget to account for latency when removing chunk.
Added invalid rotation check, insta kick for certain bad packets check.
Remove empty chunk from cache to prevent memory leaking.
Fixed uniqueIdToRuntimeId memory leak.
Oops.
Kick player out if they're lagging hard enough.
Shaded asm library, enable max-acknowledgement-time by default again.
Don't log debug message if debug mode is false.
Increase max balance advantage by default.
Fixed liquid auto jumping cuz mojang decide to be silly.
Stop using tag cache to check for blocks.
Cache the block inside getOnPos method to reduce performance.
Avoid sending latency if possible.
Give more leniency for tick id check.
Properly remove rak session codec to session map.
fix: reduce high overhead in latency handling (#25)
Cache air id cuz why not.
Some changes to how chunk reading is handled.