Skip to content

Releases: xGinko/AnarchyExploitFixes

Fix the config options on 1.16

13 Mar 18:45
Compare
Choose a tag to compare
  • Fix the config options on 1.16

More minor changes, another experimental godmode patch

11 Mar 23:53
Compare
Choose a tag to compare
  • Add a new experimental godmode/dupe patch, disabled by default, you can enable by setting ExperimentalDupePatch2 to true, this will prevent any entities from despawning within 500 blocks from a player.
  • Set RemoveALLIllegalBlocksOnCHUNKLOAD, FillInBedrockFloor, FillInBedrockRoof to false if the server is not on 1.12.x, this is because these cause a shit ton of errors on newer versions. You can bypass this by setting OverideConfigChanges to true
  • Disable PreventPortalTraps by default because this is part of the anarchy experience.
  • Added AntiSpam messages per x time, default is 10 messages every 30 seconds or about 1 message every 3 seconds if spamming.
  • Fix colors in reload command

Minor fixes

06 Mar 20:45
Compare
Choose a tag to compare
  • Added an optimization guide to this repo, please follow it to patch some other exploits/lag.
  • Add chat character limit
  • Check if player is dead in the godmode patch, this is to prevent getting kicked after dying.
  • Add slime block chunk limit (Karson)

Many changes, more exploits

27 Feb 04:12
Compare
Choose a tag to compare
  • Add a better godmode patch, according to a 9b9t dev this should work for pretty much all godmode attempts. I'm not sure though, if you find any bypasses please tell me.
  • Prevent high enchanted items like 32ks.
  • Render distance limiter, disabled by default. The paper render distance changer causes lag for some reason, enable if you want.
  • Add experimental dupe patch (https://youtu.be/q9-3-46YlE4) Apparently this fixes it according to James Rustles.
  • Made the world checks work for people with renamed worlds. (I don't know why anyone does this)
  • More configurable connection messages. (#11)
  • Lever rate limit. Disabled by default because I don't think you need this. (#11)
  • Add option to disable antispam. (#11)
  • Add /aef lag to artificially lag your server to test something.
  • Add option to remove all wither skulls every second, useful if you have a bunch of wither skulls stuck in one chunk. (You should disable withers along with this)
  • Add /toggleconnectionmsgs.
  • Prevent command signs.
  • Include the word discord in the link antispam limiter.

Better boatfly patch

20 Feb 01:23
Compare
Choose a tag to compare
  • Add a better boat fly patch, this checks the players packets to see if they send too many entity use packets. There are no longer any false positives!
  • Remove strict boatfly patch mode as its no longer needed
  • Remove chunk generation notification
  • Change logpacketflyevents to false by default
  • Moved all commands to the proper command event and only allow ops to run them.
  • Add commands to README
  • Allow any capitalization for the BannedWords
  • Convert some things to ChatColor instead of § colors
  • Remove playercommand and chunkcommand from config.yml as they can't be executed by players anymore.

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.