Events is an Event list to allow better support between plugins. It was made to allow devs to track other plugins without having to do any hooking. It will contain many events to make it easier for logging plugins and extension plugins to catch events and act on them.
Features:
- Ability to call events in the plugin
Please help improve Events: https://github.com/SonarBeserk/Events It is maven based for easy compiling.
Docs may be found at https://www.dropbox.com/s/ekjefq6edlxkdkj/events%20docs.zip
Current Events:
Fall Event - Event called on a fall. Has methods to get the player and the damage amount.
Lock Event - Event called when an object is locked by a lock plugin.
Clear Inventory Event - Event called when a player's inventory is cleared. Has support for command clearing and code based clearing.