Developers can now hook directly into LevelCraft and integrate full RPG progression into their plugins.
✨ Features:
• Add / modify XP for any skill
• Read player levels, total level & prestige
• Hook into XP + Level-Up events
• Access scaling (damage, coins, boosts)
• Milestone checks
Simple usage:
LevelCraftAPI api = LevelCraftProvider.get();
api.addXP(player, SkillType.MINING, 50);
Perfect for:
Custom mobs, quests, economies, automation & more.
All documentation is at the bottom of the resource page until i get a Wiki set up.
LevelCraft is now more than a plugin… it’s an RPG framework.