Open 404Setup opened 1 month ago
Hmmm, is there a reason why the switch from maven to gradle is necessary?
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.
bukkit events not compiling and not working have been fixed, and there is now a spigot example.
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 PreDisablePluginEvent
having a bool. That doesn't feel right
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.