EventBundler
PluginLicenseRef-All-Rights-Reserved

EventBundler

EventBundler adds 110 new events for plugins, and is able to be used on 1.12-1.21+

26
Downloads
1
Followers
2 months ago
Updated
📦
1
Versions

📖About EventBundler

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:
      • EBTransferEvent
      • EBTransferCancelEvent
      • And many more bundled mechanics
  • 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