We have improved the comet spell which now includes a power modifier. You can implement this spell like this:
Code (YAML):
comet: # Spell type name: "comet"# Display name cooldown: 0
speed: 1
color: "orange" power: 1.0
# new power option
Reverse cycling through spells You used to be able to cycle through spells using right-click, you can now reverse cycle by right-clicking whilst shifting.
Update instructions This update is fully backwards-compatible. I recommend you to update, you can keep your config.yml as is and do not need to regenerate this.
We have added granular wand usage permissions. The permission node "MagicWands.use" will still allow the user permission to use any wand, we have added wand-specific usage permissions such as "MagicWands.use.godwand" which will allow the user to use the wand named 'godwand'. This permission node changes accordingly to any wands defined in the config.yml.
Update instructions This update is fully backwards-compatible. I recommend you to update, you can keep your config.yml as is and do not need to regenerate this.