New features:
• Level-based skill abilities for all nine skills — unlock passives as you level and use actives with sneak + right-click
• Ability unlock and activation messages in all supported languages
• Abilities appear in the level GUI and on level-up
Mining:
• Level 5 — +30% mining XP
• Level 7 — Super Breaker (sneak + right-click with pickaxe)
• Level 10 — 10% pickaxe durability save
• Level 20 — 20% double ore drops
• Level 30 — 20% triple ore drops
• Level 40 — Virtual Fortune +1 on ores
Woodcutting:
• Level 5 — Tree Feller (up to 16 connected logs)
• Level 15 — Leaf Blower (clears leaves after felling)
• Level 25 — Tree Feller (up to 64 connected logs)
• Level 40 — Quick Chop (mining haste while chopping)
Farming:
• Level 10 — Green Terra (sneak + right-click with hoe to ripen nearby crops)
• Level 15 — Auto-Replant after harvest
• Level 20 — 50% double crop drops
• Level 25 — Farmers Diet (reduced hunger loss while farming)
• Level 30 — 100% double crop drops
Fishing:
• Level 10 — Faster bite and +25% fishing XP
• Level 15 — +8% treasure catch chance
• Level 25 — 20% double fish
• Level 35 — Master Angler (sneak + right-click with rod for guaranteed treasure catches)
Excavation:
• Level 10 — 25% double excavation drops
• Level 15 — Bonus archaeology loot from sand and gravel
• Level 25 — Digging haste while shoveling
• Level 35 — Giga Drill (sneak + right-click with shovel for multi-block breaks)
Combat:
• Level 10 — +25% mob kill XP
• Level 15 — 8% lifesteal on hits
• Level 25 — Execute bonus damage on low-health targets
• Level 35 — Berserk (sneak + right-click with sword for +20% damage)
Enchanting:
• Level 10 — 10% lapis cost reduction
• Level 15 — +25% enchant XP
• Level 25 — 25% lapis cost reduction
Alchemy:
• Level 10 — +10% potion duration
• Level 20 — +20% potion duration
• Level 30 — +30% potion duration
Exploration:
• Level 10 — 25% less fall damage
• Level 15 — 35% less sprint hunger
• Level 25 — No fall damage
Code:# plugins/PerfSkills/config.yml — change: passives: enabled: false # plugins/PerfSkills/messages/*.yml — add to every locale (example en.yml): ability-unlocked: "<#55FF55>Ability unlocked: <#FFFF55><ability> <#AAAAAA>(<skill_display> Lv.<level>)" ability-activated: "<#55FF55>Activated <#FFFF55><ability><#55FF55>!" ability-cooldown: "<#FF5555><ability> is on cooldown for <seconds>s." ability-not-unlocked: "<#FF5555>You have not unlocked <ability> yet." ability-no-target: "<#FF5555>No valid targets nearby for <ability>." # plugins/PerfSkills/skills/*.yml — merge new `abilities:` section from JAR for all nine skills
New features:
• Added a built-in update checker to all Perf plugins
Improvements:
• New config option:update-checker.enabled: true(enabled by default)
