- Recode and highly improve FlyCrash module to block more exploits related to flying and random invalid positions.
- Fixed all small false positives on Item Analysis check. The check won't drop random notifications anymore, until it's really a exploit!
WARNING: UPDATE ASAP TO PREVENT BUNDLE DUPLICATION IN YOUR SERVER
Add this to your configuration file:
- Added more bundle fixes and cooldowns to prevent inventory duplication.
Code:# Duplication with meteor client click_and_throw: 200 throw_and_click: 200 # Spamming the same slot is used for Bundle dupe same_slot_click: cooldown: 100 burst: 2 # Bundle specific fixes used for Bundle dupe bundle_and_click: 200 click_and_bundle: 200 bundle_and_throw: 200 throw_and_bundle: 200 # All inventory clicks have a cooldown click_inventory: cooldown: 75 burst: 3
To apply these fixes, please reset your configuration file. Otherwise, this update won't have any effects. You can also append the new values manually.
New config lines: (at the end of ActionCooldowns section...)
- Added more bundle exploit fixes that prevent duplication.
- # Duplication with meteor client
- click_and_throw: 200
- throw_and_click: 200
- # Spamming the same slot is used for Bundle dupe
- same_slot_click: 100
- # Bundle specific fixes used for Bundle dupe
- bundle_and_click: 200
- click_and_bundle: 200
- Actually fixes 1.8-1.21 compatibility for Creative Sanitizer. Sorry for delays!
- Requires HamsterAPI 0.2.8 for patches to work!
- Supports Folia, Purpur, Paper, FlamePaper, Leaf and more.
- Fixed Creative Sanitizer not actually doing anything by forcefully applying write calls on creative items.
- Requires you to update HamsterAPI to 0.2.7
