Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Releases: AtlasWorldMC/EventFlow

2.0.1 - EventExecutor made optional

Choose a tag to compare

@BelgianDev BelgianDev released this 28 Dec 19:48

This update makes the EventListenerBuilder#executor an optional argument when registering a new listener.

Full Changelog: 2.0.0...2.0.1

2.0.0 - FutureAction Drop

Choose a tag to compare

@BelgianDev BelgianDev released this 28 Dec 18:06

2.0.0 Mainly fixes a massive issue, where when a EventNode had two parents it will be called multiple times when an event was called.

Full Changelog: 1.1.0...2.0.0

1.1.0 - Stable

Choose a tag to compare

@BelgianDev BelgianDev released this 04 Nov 14:25

Official first stable release!
This fixes way to many bugs than previous versions.

Full Changelog: 1.0.2...1.1.0

1.0.2 - Hot Fix

1.0.2 - Hot Fix Pre-release
Pre-release

Choose a tag to compare

@BelgianDev BelgianDev released this 03 Nov 13:10

Full Changelog: 1.0.1...1.0.2

1.0.1 - New Versioning System

Pre-release

Choose a tag to compare

@BelgianDev BelgianDev released this 26 Oct 14:18

The versioning system is changing.

Release are now a normal version like for example this version 1.0.1 and snapshots are now named by the first 5 characters in a commit hash

1.0.0 - Introducing EventFlow !

Pre-release

Choose a tag to compare

@BelgianDev BelgianDev released this 25 Oct 23:22

Give a warm welcome to the newly created library EventFlow!
A multithreaded tree like event system. This project is mainly here to make the code consistent between all different platforms AtlasWorld runs on.

The project is fully available for anyone to use !

repositories {
    maven {
        url "https://repository.atlasworld.fr/repository/maven-public/"
    }
}

dependencies {
    implementation "fr.atlasworld.event:flow:1.0.0"
}

Enjoy ! 🎉🎉