Skip to content

Releases: xGinko/AnarchyExploitFixes

Fix packetfly config bug

14 Feb 22:00
Compare
Choose a tag to compare
  • Fix packetfly config bug, should now actually work.

Prevent PacketFly

14 Feb 06:01
Compare
Choose a tag to compare
  • Prevent the future/rusherhack packet fly exploit. It is enabled by default, you can disable it by changing PatchPacketFly to false
  • Remove god mode option from config since it's no longer in the code
  • Change default chat slowmode from from 3 to 1 due to false positives.

More exploits and clean up code

13 Feb 06:51
Compare
Choose a tag to compare
  • Patch dispenser crash exploit bypass
  • Patch rusherhack/future/kamiblue elytra fly bypass, disabled by default because the normal speed settings will catch it anyway. However if you want elytras to use durability turn this on.
  • Clean up code and optimize imports

Revert only certain items stacks

06 Feb 06:38
99f25a2
Compare
Choose a tag to compare
  • You can now revert only certain items from being unstacked by setting OnlyRevertStacksForCertainItems to true! - Requested by STORMIN

Use protocollib and remove godmode patch

06 Feb 02:50
Compare
Choose a tag to compare
  • Now using protocollib since the old packet system was dogshit and caused players to get disconnected when the plugin was reloaded.
  • Removed the modified god mode patch - Was removed because the original code was so shit that when reloaded with plugman all the players will get kicked, aswell as breaking support for anything other than 1.12.2. Please use my standalone plugin for this (1.12.2 only): https://github.com/moom0o/AntiGodMode
  • Reverted smaller jar fix, caused unintended consequences.

Improvements

05 Feb 22:56
Compare
Choose a tag to compare
  • Add banned words config option
  • Prevent duplicate messages check when message failed to send due to slowmode
  • Change crash attempt logger type from info to warning
  • Add elytra bursting speed, if the server is above a certain tps, allow your players to go faster on an elytra!
  • Ctrl Alt L
  • Make jar file size smaller

New crash exploits, code formatting, and more

23 Jan 21:15
Compare
Choose a tag to compare
  • Prevent new dispenser crash exploit (Make a dispenser place a shulker at Y 255, server will hang)
  • Prevent autocrafting lag exploit (Spamming autocrafting will cause the tps to drop.)
  • Move some commands to proper command event instead of preprocess event, will convert all commands later.
  • Add /aef reload to reload the config so you don't have to use plugman/server-utils
  • Add protocolapi support for later
  • Fix chunk checking only checking anything below Y128 instead of 256
  • CTRL + ALT + L to format code

Fix config bug and update antispam

18 Jan 05:45
Compare
Choose a tag to compare
  • Fixed a config bug where I forgot to edit the line
  • Added some more phrases to the antispam to block discord advertisers

Improve stacked items patch

17 Jan 03:33
Compare
Choose a tag to compare
  • Check for stacked items on container open

Prevent portal traps

16 Jan 01:45
Compare
Choose a tag to compare
  • Prevent portal traps, if players have been stuck for 15 seconds, they will be teleported back.
  • Allow ops to bypass elytra limits
  • Allow xp to be thrown by players but not by dispensers