First stable release of Aether Events 🚀 #1
Splatcrafter
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🚀 Aether Events v1.0.0 - Initial Release
Aether Events is a powerful asynchronous event system for the JVM.
It provides a modular and flexible way to handle events with support for:
📦 Installation
Maven
Gradle
repositories { maven { url 'https://libraries.splatgames.de/' } } dependencies { implementation 'de.splatgames.aether:aether-events:1.0.0' }🎯 Features in v1.0.0
✅ EventBus for centralized event management
✅ Event Pipelines for advanced event processing
✅ Multi-threading support for asynchronous event execution
✅ Cancellable events with event.setCancelled(true);
✅ Simple listener registration with @subscribe
📝 Changelog
New Features:
📜 License
This project is licensed under the MIT License.
This discussion was created from the release First stable release of Aether Events 🚀.
Beta Was this translation helpful? Give feedback.
All reactions