jojodmo / CustomItems

Custom Items — Bukkit Plugin — Design New Items AND BLOCKS with New Textures, Recipes & Triggers
https://polymart.org/resource/custom-items.1?utm_source=github&utm_medium=referral&utm_campaign=customitems-github&utm_content=about-sidebar
22 stars 7 forks source link

Could not pass event PlayerInteractEvent #5

Closed Blowing-up-time closed 4 years ago

Blowing-up-time commented 4 years ago

I started using this plugin and i was trying to make a wand that when you right click, it shoots a fireball and has a chance to consume ammo (blaze powder) when used. when i added the "playerRemoveItem" action, it comes up with the error "Could not pass event PlayerInteractEvent to CustomItems 2.7.3" I'm using spigot 1.8.9 so that might be doing something and i dont think it's anything with the handlers. If it's something with my handlers code let me know. Any help would be appreciated.

Code for the handlers is attached handlers.txt

jojodmo commented 4 years ago

Thanks for your report! Could you please try updating to the latest version of Custom Items? (which may not fix the issue, but just incase it does, might as well try). If that does nothing, could you send me the entire error log you get in the console? It will help me narrow down the issue. Thanks!

Blowing-up-time commented 4 years ago

still got an error. its not the "Player interact event" but now its about there being "expected , but found BlockSequenceStart". is there a specific thing im missing because its the exact same as on the wiki and on spigot item.txt

jojodmo commented 4 years ago

Thanks for your message! There's a good chance that's a bug in the plugin... could you send me the entire error log you get in the console? It will help me narrow down and fix the issue. Thanks!

Blowing-up-time commented 4 years ago

custom items log.txt

Blowing-up-time commented 4 years ago

so i fixed my code on the item but im now back to the original problem with could not pass PlayerInteractEvent to customitems.

Blowing-up-time commented 4 years ago

heres the log custom items log.txt

natr566 commented 4 years ago

If this is still an issue please raise a new issue report