Skip to content

Latest commit

 

History

History
201 lines (118 loc) · 4.02 KB

CHANGELOG.md

File metadata and controls

201 lines (118 loc) · 4.02 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.3.7 - 2024-08-27

Added

  • Add some measure to improve high packet loss player's experience

Changed

  • Adjust some default configuration

Fixed

  • Fix elytra landing position #12

0.3.6 - 2024-07-18

Added

  • Add container crash fix
  • Add crafter crash fix

0.3.5 - 2024-07-14

Added

  • Add configuration reloading

0.3.4 - 2024-07-10

Changed

  • Adjust default IllegalMovementCheck's configuration

0.3.3 - 2024-07-03

Changed

  • Clean some code

0.3.2 - 2024-07-03

Changed

  • Refactoring EmptyPacketFix

Fixed

  • Fix AntiInvalidNbtItem

0.3.1 - 2024-06-20

Added

  • Add EmptyPacketFix

0.3.0 - 2024-06-19

Added

  • Adapt to LeviLamina 0.13.x

Changed

  • Remove decorated pot loot table fix

0.2.7 - 2024-05-26

Added

  • Allow user specified solid blocks

Fixed

  • Handle exception in checkItemNbt

0.2.6 - 2024-05-24

Fixed

  • Fix block palette serialization

0.2.5 - 2024-05-23

Changed

  • AntiXray: send block update packet manually

Fixed

  • Fix AntiLoginFlood

0.2.4 - 2024-05-18

Fixed

  • Fix a problem of AntiXray

0.2.3 - 2024-05-07

Fixed

  • Fix AntiXray proxy chunk sync

0.2.2 - 2024-05-03

Fixed

  • Try fix an AntiXray's bug

0.2.1 - 2024-05-02

Fixed

  • Fix DecoratedPotLootTableFix #9

0.2.0 - 2024-04-28

Changed

  • Adapt to LeviLamina 0.12.x

0.1.5 - 2024-04-26

Changed

  • Revert "Let AntiXRay send block update directly"

0.1.4 - 2024-04-22

Changed

  • Let AntiXRay send block update directly
  • Use SystemTimeScheduler

0.1.3 - 2024-04-18

Fixed

  • Fix event logic
  • Fix errorneous judgement of BadPacket
  • Fix a logic problem in punish

0.1.2 - 2024-04-18

Added

  • Add AntiBadPacket
  • Add DecoratedPotLootTableFix
  • Add PlayerCheatEvent
  • Add PlayerBanWaveEvent
  • Add enableBanWave configuration

Fixed

  • Fix AntiXRay hidden block behavior
  • Fix AntiXRay solid map
  • Fix IllegalBreakingCheck
  • Ignore non-standard layer block update

0.1.1 - 2024-04-17

Added

  • Add disableSelector config
  • Add GatewayCopyFix

Changed

  • Remove ContainerMoveCheck
  • Rewrite IllegalMovementCheck