This version was not heavily tested so take it as a BETA version. I will announce in the discord when I will consider this version as safe to use. Update at your own risk and open a ticket for any question.

  • Added MiniMessage formatting support for alerts, commands and inventories
  • Escaped unsafe MiniMessage values to avoid broken formatting from untrusted content
  • Improved violations GUI loading and allowed deleting violations directly
  • Added /lpx tab completion
  • Improved PacketEvents exception logging through LPX logs
  • Fixed packet exception throttle getting extended incorrectly
  • Updated PacketEvents
  • Reworked FloodB packet profile handling and related config values
  • Added new ItemK and WindowE checks
  • Reduced inventory flood false positives in FloodC, FloodG and WindowB
  • Added configurable heavy packet logging thresholds
  • Improved inventory gradient formatting for legacy colors
  • Reworked flood counters around rolling windows to tighten detection in BookB, FloodA, FloodB, FloodC, FloodD, FloodF, FloodG and PayloadB
  • Aligned config fallbacks across multiple checks
  • Centralized and tuned item flood multipliers across flood and item checks
  • Fixed cancelled packet log formatting
  • Added client version to packet logs
  • Added support for 26.1 clients
  • Updated packetevents
  • Fixed dimension_type exception
  • Fixed painting variant exception
  • Improved NBT packetlogging in certain cases
  • Reworked ItemG/H to actually work in the correct way
  • Reworked ItemC to reduce false flags
  • ItemJ now works correctly for every version
  • Packet logger no longer logs the same packet multiple times in rare situations
  • Packet logger now parses ItemStacks in a better and complete way for modern versions (you get crashed? logs will tell the complete truth :D)
  • Fixed WindowD rare NPE
  • Completely removed skipComponentDecoding feature, was causing issues and it was poorly made
  • Fixed item-strip beta feature that was clearing also components
  • Fixed Book0
  • Made a few checks adaptable based on the client and server version
  • Fixed payload processing state getting stuck in rare error scenarios
FIXED PLUGIN NOT LOADING
  • Updated PacketEvents
  • Fixed 1.16 server support
  • Added support for 1.21.11
  • Fixed lang3 ClassNotFound errors
  • Fixed unknown message color translation
  • Added a way to exempt some components to be cleared from creative mode
  • Fixed IncompatibleClassChangeError for newer versions
  • Fixed NullPointerException because pre-via listener was being registered after post-via listener
  • Like
Reactions: zoberox
  • Support 1.21.9
  • Updated PacketEvents
  • Disabled FloodG kick punish
  • New FloodG check
  • Improved PositionC/D checks
  • Updated PacketEvents
  • Default config improvements to reduce false flags and improve check accuracy
  • Made Watchdog toggleable with /lpx watchdog command and disabled by default
  • Fixed some watchdog issues