Skip to content

Latest commit

 

History

History
290 lines (171 loc) · 6.22 KB

CHANGELOG.md

File metadata and controls

290 lines (171 loc) · 6.22 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.4.0 - 2025-01-25

Changed

  • Support LeviLamina 1.0.0

0.4.0-rc.11 - 2025-01-20

Fixed

  • Fix ban command default parameter

0.4.0-rc.10 - 2025-01-20

Fixed

  • Fix PlayerCheatEvent & PlayerBanWaveEvent

0.4.0-rc.9 - 2025-01-19

Fixed

  • Fix item related punishment

0.4.0-rc.8 - 2025-01-18

Fixed

  • Fix enchancement check of leggings

0.4.0-rc.7 - 2025-01-16

Fixed

  • Fix enchancement check of some items

0.4.0-rc.6 - 2025-01-13

Fixed

  • Fix enchancement check of enchaned book

0.4.0-rc.5 - 2025-01-12

Changed

  • Support LeviLamina 1.0.0-rc.3

0.4.0-rc.4 - 2025-01-10

Fixed

  • Fix antixray chunk block entity
  • Fix IllegallyTradeRestrictions #24

0.4.0-rc.3 - 2025-01-09

Changed

  • Remove illegalMovementCheck->triggerReplayDistance

0.4.0-rc.2 - 2025-01-09

Fixed

  • Fix CheckItemNbt #23
  • Fix AntiXray block update

0.4.0-rc.1 - 2025-01-09

Changed

  • Support LeviLamina 1.0.0-rc.2

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