AuraSkillsπ
Actionsπ
AuraSkillsXpπ
Context:
Syntax: auraskillsxp <skill> <amount> [level]
Description: Adds experience to the players skill.
The amount is a number. The level argument is optional and would convert the amount to levels instead of XP points.
actions:
farming5: "auraskillsxp farming 5"
farming10: "auraskillsxp farming 10 level"
Conditionsπ
AuraSkillsLevelπ
Context:
Syntax: auraskillslevel <name> <amount> [equal]
Description: Whether the player has the specified skill level.
The amount is a number. The player needs to be on that level or higher to meet the condition.
You can disable this behaviour by adding the equal argument, then the player must match the specified level exactly.
conditions:
fighting5: "auraskillslevel fighting 5"
farming10: "auraskillslevel farming 10 equal"
AuraSkillsStatsLevelπ
Context:
Syntax: auraskillsstatslevel <name> <amount> [equal]
Description: Whether the player has the specified stat level.
The amount is a number. The player needs to be on that level or higher to meet the condition.
You can disable this behaviour by adding the equal argument, then the player must match the specified level exactly.
conditions:
luck5: "auraskillsstatslevel luck 5"
luck10: "auraskillsstatslevel luck 10 equal"