-
-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vehicle exit event not triggering #133
Comments
I can confirm this. Also I checked the SimpleEvents.class and it's not registered. @bensku only need register it. Or maybe he replaced this event with the Also if you add the |
This is not a bug, instead it is caused by certain interesting decisions in Spigot API. Only entities player can normally (in vanilla) ride are counted as vehicles. This includes pigs, horses, boats and minecarts currently. For other entities, mount/dismount should work. On Skript's side, code is quite similar, it just takes different Spigot events in. |
Wait a sec. This event doesn't exist. That's wrong, it should work for legacy scripts. |
That is what I mean on my above comment 😅 |
on vehicle exit:
Cannot be understood by Skript. Has this been removed?
The text was updated successfully, but these errors were encountered: