promotional bannermobile promotional banner

MMO Skill Tree & Abilities

(Multiple Languages) MMO Skill Tree adds an RPG-style progression system where every action you take helps you grow stronger.

File Details

MMOSkillTree-0.14.2.jar

  • R
  • Apr 18, 2026
  • 1.90 MB
  • 3.2K
  • Early Access

File Name

MMOSkillTree-0.14.2.jar

Supported Versions

  • Early Access

v0.14.2

Quest System

  • Quests can reset other quests on completion - Add resetsOnComplete to a quest config with a list of other quest IDs. When the quest is claimed, each target quest is fully reset (state, progress, cooldown) and becomes re-acceptable immediately. Great for building "weekly master" quests that reset a group of daily quests, or any time finishing one quest should re-open others

Plugin API

  • Other mods can now react to XP gain - MMO Skill Tree now exposes a public listener that fires every time a player gains XP in any skill. The event carries who gained the XP, which skill, the base and final amounts (showing how bonuses and boosts contributed), and a flag for level-ups. Mod authors can use this to build analytics, custom notifications, achievement systems, or any cross-mod feature that reacts to progression. Read the subscribe example →

Bug Fixes

  • Fixed /mmoboost clear and /mmoboost status failing for player names with underscores - Names like johny_boy were being split on the underscore, so the command looked up "johny" instead of the full name and reported "Player not found". Underscores in player names are now preserved for these subcommands
  • Fixed Command Rewards admin page overflowing when a skill has many level tiers - The level tier selector laid out all tier buttons on a single non-wrapping row, pushing later tiers off-screen past the Add Tier input. Tier buttons now wrap to multiple rows and the input controls sit on their own row above
  • Fixed elite mob death cleanup throwing console errors and leaving nameplates on corpses - When an elite mob died, the plugin attempted cleanup at the wrong point in the tick cycle, which logged an error in the server console and left elite nameplates floating on the corpse. Cleanup is now deferred to a safe point so elite corpses reset properly and the console spam is gone
  • Fixed leveling formula reverting to Hybrid after server restart - Switching the leveling formula to Legacy in the Admin Config page updated it live, but the choice was never written to disk, so the server fell back to Hybrid on restart. The formula selection now persists across restarts