You can now change the repeating delay and Effect duration of Powerups orbs. For an existing orb, add repeating-delay and effect-duration to the orb. Example:
Code (Text):
speed:
type: powerups
name: "&b&lSpeed Orb"
lore:
- "&7Area: &e%aoe%"
- "&7Duration: &a%duration%s"
- "&7Cooldown: &c%cooldown%s"
- "&7Level &a%level%"
- " "
- "&7Price: &a%price%"
effect: "SPEED"
duration: 300
cooldown: 30000 #30s
repeating-delay: 20 #Optional, default is 20 for all orbs. In ticks, how often should the effect be applied?
effect-duration: 40 #Optional, default is 40 for all orbs. This is the actually effect duration.
If a player has a permanent orb and he is not online, you can now set the orb name at Orbs.Generic-Orb-Display-Name. Previously it was the same name as the server orb, you can now change that.