v1.1.3: Fix config/code consistency issues

- SpeedCheck: tps.enabled and tps.min_tps_threshold now work (was hardcoded)
- ConfigManager/config.yml: Removed orphaned async_task_threads and commands.* keys
- PunishmentManager: database.enabled now correctly disables SQLite logging
- PacketListener: Removed dead code (updatePacketTiming, recordClick, recordAttack)
This commit is contained in:
2026-03-15 12:47:43 -03:00
parent 95e0915d67
commit a4a87e62de
8 changed files with 17 additions and 76 deletions

View File

@@ -12,9 +12,6 @@ enabled: true
# Enable debug mode (logs additional information)
debug: false
# Number of async threads for background tasks
async_task_threads: 2
# Database settings
database:
# Set to false to disable SQLite logging (flat-file log always active)
@@ -319,18 +316,6 @@ alerts:
# Default: 5000ms (5 seconds). Set to 0 to disable throttling.
cooldown_ms: 5000
# ==========================================
# COMMANDS
# ==========================================
commands:
# Permission required for admin commands
reload_permission: "xac.admin"
# Permission to bypass all checks
bypass_permission: "xac.bypass"
# Permission to receive alerts
alerts_permission: "xac.alerts"
# ==========================================
# TPS COMPENSATION
# ==========================================

View File

@@ -1,5 +1,5 @@
name: XeroAntiCheat
version: 1.1.2
version: 1.1.3
main: com.xeroth.xeroanticheat.XeroAntiCheat
author: Xeroth
description: Lightweight, accurate anti-cheat for Paper 1.21.x