removeActiveSkill

public static boolean removeActiveSkill(UUID uuid, SkillType skillType, String skillId)

Removes a skill from a player's active skills.

Return

true if the skill was removed, false if not found

Parameters

uuid

The player's UUID

skillType

The skill type

skillId

The skill ID to remove