Suspicious activity detection system: A new feature has been added to help staff detect suspicious behavior, such as "TPA Kill". The system will automatically detect when a player uses /tpaccept and then dies shortly after, allowing for better automated moderation.
Improvements
Lookup command delay handling improved: The default delay of 10 seconds is now correctly reduced to 0.5 seconds after receiving any response, even when the result is "no logs." This helps prevent spam while ensuring responsiveness when appropriate.
Improved /purge command arguments: The /purge command now supports additional arguments such as user, radius, and actions, not just days. This allows for more precise and flexible log cleanup.
Interaction cooldown added to prevent excessive logs: A 0.25-second cooldown has been added to usage interactions to prevent excessive logging caused by auto-clickers or hacks. While Spigot already imposes some limits, this extra protection helps prevent potential future CPU leaks.
Fixes
Fixed NPE on sign actions without text lines: Resolved a NullPointerException that occurred when a sign action had no text lines defined.