https://github.com/lb--/eventfilterservices
Minecraft Bukkit Plugin that provides more flexible APIs for some events in the Bukkit API.
https://github.com/lb--/eventfilterservices
Last synced: 3 months ago
JSON representation
Minecraft Bukkit Plugin that provides more flexible APIs for some events in the Bukkit API.
- Host: GitHub
- URL: https://github.com/lb--/eventfilterservices
- Owner: LB--
- License: unlicense
- Created: 2014-08-02T10:16:22.000Z (almost 12 years ago)
- Default Branch: 1.0.x
- Last Pushed: 2014-08-04T01:57:39.000Z (almost 12 years ago)
- Last Synced: 2025-10-12T07:34:45.519Z (9 months ago)
- Language: Java
- Homepage: https://github.com/LB--/EventFilterServices#eventfilterservices
- Size: 234 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
EventFilterServices
===================
This is a Bukkit Plugin that offers services to other Bukkit Plugins - specifically, it intercepts some of Bukkit's events which are not very modular, and converts or splits them into a more modular API for other plugins to take advantage of. By itself, it does nothing - other plugins have to enable its functionality. Most services have side effects in order to offer proper functionality while remaining withing the constraints of the Bukkit API. There is no dependency on CraftBukkit or any other Bukkit implementation.
For information each specific service offered by this plugin, see the other `*FilterService.md` files.