PerformanceAnalyzer is a lightweight monitoring and analysis plugin for Paper/Spigot 1.21+ servers.
It helps you track MSPT, TPS, memory usage, packet load, and mining behavior so you can quickly find lag sources and spot suspicious activity like X-Ray or packet floods.
📊 Live Performance Overview
/perfstatus shows live MSPT, TPS, heap usage, online player count, and more.🕒 Historical Performance Tracking
/perfhistory.🖼️ In-Game Performance GUI
/perfgui opens a clean, in-game GUI with the most important metrics.🔔 Alerts & Notifications
🧪 Optional AntiCheat & X-Ray Detection (BETA, disabled by default)
/xrayalerts, /xrayores, and /acwhitelist.🤝 Integrations
PerformanceAnalyzer supports two storage backends:
SQLite (default)
MySQL
Note: When using MySQL, the MySQL JDBC driver must be installed/provided on the server.
If MySQL is selected but the driver is missing, PerformanceAnalyzer will log a clear error message explaining what to install.
performance-analyzer-1.2.2.jar.plugins/ folder.config.yml and the database structure.plugins/PerformanceAnalyzer/config.yml and adjust:sqlite or mysqlanticheat_enabled: true) if you want to use it/perfstatus
Show the current live performance overview (MSPT, TPS, memory, players, etc.).
/perfhistory
View historical performance data from the database.
/perfgui
Open the in-game performance GUI.
/perfreload
Reload the plugin configuration.
/acwhitelist
Manage the AntiCheat/X-Ray whitelist (players who should be ignored by checks).
/xrayalerts
View and manage X-Ray- and AntiCheat-related alerts.
/xrayores
Show ore mining statistics and potentially suspicious patterns.
All commands are permission-based so you can decide exactly who can view or manage what.
Some example permissions you can assign:
performance.status – use /perfstatus performance.history – use /perfhistory performance.gui – use /perfgui performance.admin – use /perfreload and admin features performance.anticheat.manage – manage AntiCheat/X-Ray features and whitelists You can combine these with your existing permission system (e.g. LuckPerms) to create admin, moderator, or support roles.
to ELITEK3V for testing