-
Notifications
You must be signed in to change notification settings - Fork 46
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
Add event system in api #49
base: master
Are you sure you want to change the base?
Conversation
Hmmm, is there a reason why the switch from maven to gradle is necessary? |
OK, it's rollback |
The real reason is that maven suddenly failed to build indexes correctly on idea, which confused me a bit, so I changed it to gradle. Maybe it's a bug in idea. |
This comment was marked as outdated.
This comment was marked as outdated.
bukkit events not compiling and not working have been fixed, and there is now a spigot example. This example has been updated to the latest commit. Example plugin source | Example plugin jar file | PlugManX Event jar file |
So... I finally came around to looking at the code. I'd like to have proper bulk-operation support with the events. Not like the |
I also think the user should also be informed about what happened, if an event has been cancelled |
Let me think about what to do |
Haven't done some testing on events yet, I'll come back to that later.
I'm sorry some parts are very crude, please give me feedback so I can improve them.
Available for both Bukkit and Bungeecord.