- Added AuraSkills support:
https://www.spigotmc.org/resources/auraskills.81069/
- Added 2 conditions and 3 actions related to AuraSkills:
Code (YAML):
# Conditions
if
: hasAuraLevel 10+ skill=mining
if
: hasAuraMana 10-20
# Actions
do
: giveAuraExp 100;120;140 skill=foraging raw=true
# if raw, multipliers are ignored
do
: giveAuraMana 100
do
: takeAuraMana 100
All Aura skills: farming, foraging, mining, fishing, excavation, archery, fighting, defense, agility, endurance, alchemy, enchanting, sorcery, healing, forging. (Should be the same as in-game but anyways..)
- You can now use minus (-) and plus (+) for conditions that require an amount:
Code (YAML):
if
: hasExp 100+
# Player has 100 exp or more
if
: hasMoney 100-
# Player has 100 money or less
- Added {generator_rotation} placeholder I forgot