0 CPS Error in Alerts: We have fixed the “Still Player” and “AFK Mob Farm” detections so that they display the player's actual CPS in the Discord message or console, rather than showing 0.
The submitted version prevents the CPS counter from generating false positives when a user performs the action of dropping an item.
We have added support for Java 17. The plugin is still compatible with Minecraft 1.8, but it is no longer compatible with Java 8. In addition, we have also added support for Folia.
The plugin now integrates directly with the LuckPerms API to update the in-memory cache only when a permission actually changes, completely eliminating the need to check all players every 30 seconds.
If luckperms is not available, we have a fallback that will handle cache management.
"All of this applies to bypass permissions."
We have optimized the package sent to the tab, which was causing it to refresh constantly.
Sequential Multi-Command Support per Check
Now you don't have to choose between logging, warning, or kicking a player when they get caught. You can execute multiple commands in a specific sequential order!
Want to alert staff, log to a custom database, and kick the player all at once? Now you can!
Commands are executed sequentially from top to bottom on the server console.
command:
- "pico-logger %player% still-click-detected"
# - "kick %player% Using Autoclick is not allowed"
reason: Regular clicks while still
# Enable this if you want ALL advanced detections (Max CPS, Consistency, Swipe Check)
# to also trigger when attacking MOBS (Zombies, Animals, etc).
# Useful for PvE servers or mob arenas.
check-mobs-combat: false
We have resolved a logging issue and implemented an improvement regarding the execution of a sanction command within the various modules.
