Skip to content

2.1.0 - Bugfixes, Improvements and new Patches

Compare
Choose a tag to compare
@xGinko xGinko released this 28 Apr 10:32
· 984 commits to master since this release

New:

  • Updated XSeries to support 1.19.4
  • Added a config section to help combat lag methods using redstone or various physics mechanics (Especially the water lag method: https://www.youtube.com/watch?v=p1H14RQSic8) (#115)
  • Added a patch against a lag method where falling blocks could be held in a stasis using glitched piston heads: https://www.youtube.com/watch?v=y2CjPlvtj58 (#4)
  • Created seperate modules for handling placed player heads and player head items.
  • Added a patch for a bedrock breaking method using pistons and tnt (#124)
  • Added a patch for a bedrock breaking method using pistons and efficiency 5 netherite pickaxes (#124)
  • Implemented configurable notifications for chat.prevent-spam (#1)
  • Added support for formatted itemnames in remove-items-with-specific-names (#112)

Fixes:

  • Fixed a bunch of errors regarding modules handling player head items and placed player heads (fixes wither skull items getting deleted)
  • Fixed a problem where players couldn't place buckets on the sides of blocks in the end dimension when prevent-destroying-end-portals was enabled.
  • Removed the experimental revert-unnatural-datavalues module, as the implementation was too simple and would've led to multiple vanilla items in 1.12 reverting.
  • Fixed a ClassCastException when using delete-shulker-if-contains-inapplicable-enchant
  • Removed default entries in some modules that would lead to structure blocks getting deleted
  • Fixed a ClassCastException when using delete-shulker-if-contains-unbreakable
  • Improved Shulker checks for illegal items
  • Improved cooldown mechanic for prevent-lever-spam and prevent-crafting-recipe-lag-exploit
  • Improved the way the snowball exploit fix works
  • Fixed an issue where a small amount of players could be permanently locked out from chat by the anti-spam
  • Fixed and improved command anti-spam (#126)
  • Fixed a bypass for chat.banned-regex involving russian characters and uppercase letters (#123)
  • Fixed russian translation file thanks to @ImNotSoftik (reset your ru_ru.yml)
  • Fixed french translation file thanks to @CAEC64 (reset your fr_fr.yml)