Releases: xGinko/AnarchyExploitFixes
1.18.12.1 - Bug fixes
1.18.12 - Book ban patch
- AEF now has one of the best book ban patches available for 1.12. The page is automatically removed if the bytes are over 255 (Limit for normal characters). This may be a problem if your main playerbase language heavily uses unicode, such as Russian or Chinese, however. (#29)
- New version scheme. AEF now uses semver, which is why the version changed to 1.18.12.
18.0.11.3 - Burrow patch
Last 3 updates have been removed so they don't fill up the releases page.
18.0.11.3:
- Prevent soul sand from hurting you. For some reason this is considered a "full block with no light". Hopefully there isn't any more false positives.
18.0.11.2:
- Prevented ender chests from being used for burrow
- Prevented enchantment tables from being used for burrow
- Prevented anvils from being used for burrow
18.0.11.1:
- Add teleport option to burrow patch from last update
18.0.11:
- Prevent the minecraft hack "Burrow" where you glitch your feet into a block. The player will be damaged every time they move while inside this block and is configurable in the config.
18.0.10.1 - IMPORTANT UPDATE
MAKE SURE TO UPDATE TO 18.0.10.1 IF USING 18.0.10. (< 18.0.10 is fine.)
18.0.10.1 changes:
- Fix a crash exploit patch not working correctly.
- Add a regex list for banned links.
- Move chunkban to switch statement (#26)
- Allow disabling wither spawning at spawn (disabled by default) (#26)
- More lenient link check. (#26)
18.0.10 changes:
-
Patch old end portal dupe - https://www.youtube.com/watch?v=RLvErqzeK3Y
-
Much better spawn egg remover.
-
Prevent multiple ender dragons - Prevent ender dragons from going through end gateways.
-
Removed LegacyBoatFlyPatch.
-
Added option to limit glowstone blocks in a chunk.
-
Made /toggleconnectionmsgs it's own command, it will now show up in tab complete.
-
Fixed an issue where the new chunk elytra limit wasn't working above the nether roof.
-
Semi futureproof dispenser crash exploit for 1.17 world height limit.
-
Use maven for bstats instead of a dedicated class.
-
Improved POM. (#21)
-
Removed all code for debugging.
-
Camel cased some more things.
-
Added options for changing /toggleconnectionmsgs enable and disable messages.
-
Somewhat fixed an unnoticeable memory leak? (Stopped using static for playersinnewchunks set.)
Fix 1.16 protocollib errors and make jar smaller
- Fixed the plugin not loading due to protocollib
- Made the jar size smaller - 94kb now!
- Added option to disable protocollib completely (not really needed anymore)
18.0.8 - Revert specific enchants and hopper, piston chunk limiters
- Add hoppers and pistons as per chunk limits.
- Add option to revert specific enchantments.
- Only revert the enchantments to the highest values instead of removing the entire item.
- Add minecart limit per chunk.
- Allow disabling coordinate exploit preventer.
- Clean up code. (#19)
18.0.7 - Coordinate exploits, illegal heads
- Prevent /tpa, /home teleportation coordinate exploit, by vanishing player right before teleporting.
- Prevent respawn coordinate exploit, by vanishing player right before spawning
- Patch illegal heads, will not remove normal skulls/heads. Only removes player/steve heads.
- Tried multithreading RemoveIllegalBlocksOnCHUNKLOAD, doesn't improve performance much in my testing, might improve for you.
- Increase default autocrafting recipe cooldown to 5 ticks. (Autocrafting, not manual, this has a lag exploit)
- Allow customizing autocrafting cooldown.
- Clean up enchantment reverting code.
- Refractor all variable names to the proper format
More customizations
- Allow customizing the kick message that override all other ones
- Allow tweaking the falling blocks per chunk limit
- Allow tweaking the xp bottle per chunk limit
- Remove FixWorldStatsCommandBug because you should be using my WorldStatsRewritten plugin instead.
- Add beacon per chunk limit
- Disable ExperimentalDupePatch2 by default due to a load of bugs.
- Add another check to the falling blocks prevention to hopefully prevent some lag.
- Clean up event registering (#16)
Three new lag exploits
- Limit falling blocks in a chunk, prevents any falling blocks from falling if there is more than 50 falling blocks in a chunk.
- Limit experience bottles, prevent having a shit ton of exp bottles in one chunk then loading it to kill the server
- Prevent projectiles such as xp bottles and snowballs from going through portals, this can cause a shit ton of lag especially if there is new chunks on the other end, this wont prevent mobs or items
More fixes for 1.16
- Added an option to disable 1.16 fish because they can spawn a ton at once and cause a shit ton of lag.
- Disable ExperimentalDupePatch2 in 1.16 because it causes a SHIT ton of mobs to spawn, and not despawn. https://i.imgur.com/f691cep.png
- Disable any chunk checking in 1.16 because it causes a shit ton of errors