addSkillXP

public static long addSkillXP(UUID uuid, SkillType skillType, long xpToAdd)

Adds XP to a specific skill.

Return

The new total XP for that skill

Parameters

uuid

The player's UUID

skillType

The skill type to add XP to

xpToAdd

The amount of XP to add