My item fire spell only works when i reload the plugin.
If i switch to a other item in my hotbar the item doesn't react on the trigger ~onUse.
Here is my item:
Flame-spell:
Id: NETHER_STAR
Display: '&4Flame spell'
Lore:
- '&4Standaard fire magic'
Skills:
- skill{s=Fire} ~onUse
And here is the fire skill:
Fire:
Skills:
- effectImage may be NSFW.
Clik here to view.
articles{p=flame;amount=20;speed=1} @self
- delay 1
- effectImage may be NSFW.
Clik here to view.
articleline{particle=flame;amount=1;y=0.5;fromOrigin=true} @target
-...
My artifact items can't be used without reloading everytime
If i switch to a other item in my hotbar the item doesn't react on the trigger ~onUse.
Here is my item:
Flame-spell:
Id: NETHER_STAR
Display: '&4Flame spell'
Lore:
- '&4Standaard fire magic'
Skills:
- skill{s=Fire} ~onUse
And here is the fire skill:
Fire:
Skills:
- effectImage may be NSFW.
Clik here to view.

- delay 1
- effectImage may be NSFW.
Clik here to view.

-...
My artifact items can't be used without reloading everytime