What particle type are you using? I think EffectLibTest might not be updated... I'll take a look
Also, could you send your plugin.yml?
You didn't implement CommandExecutor in your class, and you didn't register the command in your onEnable()...
I can't do it for you, you won't learn anything if I do that... Can you send me the updated code?
You can't cast player to a location. Do event.getPlayer().getLocation() instead, and remove the (Location) in this line: ConeLocationEffect cone...
You're returning the method when they right click with a stick. Change the return to { and then after the cone.speed = 2; add }} (Of course, fix...
You could listen to PlayerInteractEvent, check the item in hand, and see if the action is a right-click. Then, if it is, you create the effect in...
The color effect only works with the particles MOB_SPELL, MOB_SPELL_AMBIENT and RED_DUST (Redstone). That is something that cannot be changed by us.
Well, did you create your own effect or you're using an effect that comes with the plugin? Could you send the code? Would be way easier to help...
To use different colors, I'd prefer the redstone one
Yeah well you would have to create a new version of each effect if i'm not wrong. I'm not sure but I don't think there is a 'player' list that can...
Separate names with a comma.