Files
XeroAntiCheat/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
Axel daccfedae6 XeroAntiCheat v1.0.8 bug fixes
- SpiderCheck: fixed Location mutation bug - bodyBlock was reading y-1 (same as feetBlock) and headBlock was reading y instead of y+1. Now uses block coordinates directly.
- ConfigManager: decay task no longer reads YamlConfiguration from background thread. decayRate is now volatile and refreshed on reload from main thread only.
- JesusCheck, SpeedCheck, NoFallCheck: loc.subtract() now uses .clone() to prevent silent Location mutation.
- VelocityCheck: decrementVelocityCheckTicks() moved past the minExpected threshold check to avoid consuming a tick on packets that are immediately discarded.
2026-03-15 03:39:39 -03:00

38 lines
2.0 KiB
Plaintext

com/xeroth/xeroanticheat/command/XACCommand$1Cmd.class
com/xeroth/xeroanticheat/data/PlayerData$PositionSnapshot.class
com/xeroth/xeroanticheat/check/Check.class
com/xeroth/xeroanticheat/listener/CombatListener.class
com/xeroth/xeroanticheat/XeroAntiCheat.class
com/xeroth/xeroanticheat/data/PlayerData$RotationSnapshot.class
com/xeroth/xeroanticheat/manager/DatabaseManager.class
com/xeroth/xeroanticheat/checks/misc/ScaffoldCheck.class
com/xeroth/xeroanticheat/protocol/PacketListener$2.class
com/xeroth/xeroanticheat/command/XACCommand.class
com/xeroth/xeroanticheat/manager/PunishmentManager.class
com/xeroth/xeroanticheat/checks/combat/VelocityCheck.class
com/xeroth/xeroanticheat/listener/MovementListener.class
com/xeroth/xeroanticheat/checks/movement/SpiderCheck.class
com/xeroth/xeroanticheat/checks/combat/AutoClickerCheck.class
com/xeroth/xeroanticheat/checks/movement/PhaseCheck.class
com/xeroth/xeroanticheat/protocol/PacketListener$1.class
com/xeroth/xeroanticheat/manager/ViolationManager.class
com/xeroth/xeroanticheat/checks/misc/FastEatCheck.class
com/xeroth/xeroanticheat/checks/misc/InventoryMoveCheck.class
com/xeroth/xeroanticheat/protocol/PacketListener.class
com/xeroth/xeroanticheat/checks/movement/JesusCheck.class
com/xeroth/xeroanticheat/manager/ConfigManager.class
com/xeroth/xeroanticheat/checks/movement/SpeedCheck.class
com/xeroth/xeroanticheat/checks/movement/GlideCheck.class
com/xeroth/xeroanticheat/checks/movement/FlyCheck.class
com/xeroth/xeroanticheat/data/PlayerData$VelocitySnapshot.class
com/xeroth/xeroanticheat/manager/CheckManager.class
com/xeroth/xeroanticheat/checks/movement/NoFallCheck.class
com/xeroth/xeroanticheat/protocol/PacketListener$3.class
com/xeroth/xeroanticheat/listener/MiscListener.class
com/xeroth/xeroanticheat/data/PlayerData.class
com/xeroth/xeroanticheat/checks/combat/ReachCheck.class
com/xeroth/xeroanticheat/checks/misc/FastPlaceCheck.class
com/xeroth/xeroanticheat/checks/movement/TimerCheck.class
com/xeroth/xeroanticheat/checks/combat/CriticalCheck.class
com/xeroth/xeroanticheat/checks/combat/KillAuraCheck.class