SkillXPBar

public class SkillXPBar implements Listener

Manages animated XP progress boss bars for skills.

Features: - Smooth animated progress bar that creeps up - Particle and sound effects on level up - Only one bar per skill per player (reuses existing bars) - Auto-hides after inactivity

Constructors

Link copied to clipboard
public void SkillXPBar()

Functions

Link copied to clipboard
public void onPlayerQuit(PlayerQuitEvent event)
Link copied to clipboard
public static void removeAllBars(Player player)
Removes all bars for a player.
Link copied to clipboard
public static void showXPGain(Player player, SkillType skillType, long oldXP, long newXP, long xpGained)
Shows or updates the XP bar for a skill.
Link copied to clipboard
public static void shutdown()
Clears all bars.