Compatibility
Minecraft: Java Edition
26.1–26.1.1
1.21.x
1.20.x
1.18.x
1.16–1.16.4
1.15–1.15.1
1.13.x
1.12.x
Platforms
Tags
Creators
Details
Licensed ARR
Published 2 days ago
What is EventBundler?
EventBundler is a unified event expansion system for Minecraft plugins.
EventBundler introduces 110 custom events designed to extend and standardize advanced server-side behavior across plugins.
It acts as a central event layer, allowing developers to hook into complex actions that are not available in the default API.
⚡ Core Idea
Instead of reinventing logic in every plugin, EventBundler provides reusable, structured events that you can listen to, modify, or cancel.
This creates:
- Cleaner code
- Better cross-plugin compatibility
- More scalable systems
🧩 What It Adds
-
110 Custom Events
- Includes systems like:
EBTransferEventEBTransferCancelEvent- And many more bundled mechanics
- Includes systems like:
-
Cancelable & Hookable Logic
- Intercept and control behavior before it executes
-
Consistent Event Design
- Predictable naming and structure for easy development
🔄 Compatibility
Built to support both legacy and modern environments without sacrificing performance.
🛠️ Developer Experience
EventBundler is designed with developers in mind:
- Clean and readable API
- Easy event registration
- Works seamlessly alongside existing plugins
- Reduces duplicate logic across projects


