Bug fixes:
• Action bar messages from other plugins are no longer cleared every second outside AFK zones
• AFK shard countdown only updates the action bar once per second while you are in an AFK zone
New features:
• Entering a WorldGuard region can trigger the same flow as typing /afk, with action bar countdown
• /perfshards afkauto lets admins add or remove trigger regions and enable or disable the feature
Code:# plugins/PerfShards/config.yml — merge (config-version: 12): afk-auto-teleport: enabled: true direct-teleport: false # true = skip AFK GUI on enter regions: [afkteleport] # plugins/PerfShards/messages.yml — add: afk-auto-teleport-start: "<gray>ᴛᴇʟᴇᴘᴏʀᴛɪɴɢ ᴛᴏ </gray><#C00BD6>ᴀғᴋ</#C00BD6><gray>...</gray>" afkauto-usage: "<#FFD166>Usage: <white>/perfshards afkauto addregion (region) | removeregion (region) | list | enable | disable</white>" # … afkauto-region-added, -removed, -list-*, -enabled, -disabled
New features:
• Added the shardbooster personal booster — 4x shard earnings for 24 hours, right-click a glass bottle to activate (donutsmp style)
Improvements:
• Gem-shop spawner row reworked: Wither removed, Pig / Cow / Spider added, full middle row used and sorted by price (50 → 500 gems)
New features:
• Added a built-in update checker to all Perf plugins
Improvements:
• New config option:update-checker.enabled: true(enabled by default)
New features:
• Newearn-payoutconfig: choose where AFK, kill, playtime, and daily-login rewards go — internal shard balance, Vault deposit, or console commands
• Console payout mode supports placeholders: {player}, {uuid}, {amount}, {source}, {source_extra}, {actor}
Technical:
• Config migrates to version 10 and addsearn-payoutdefaults on upgrade
