- You can now make your own programmable guis using the fluid gui class
- You can now make your own animated boss bar using the fluid bar class
- Added argument support for commands
- Added group support for fluid listeners for multiple instances of events. For more advanced functions like delaying events, it is still recommended to use the standard fluid listener class.
- Added fluid block class
- You can now get the id of a task
- Added unregister method to fluid listener
- Fixed misspelling of 'receivers' in the fluid message class
Please note: since this API is still in heavy development, upgrading to a newer version could break your project's imports. You can choose to update to this version by changing the dependency version number to pre-0.4.0. If you wish to automatically update every time an update is released, change the dependency version number to main-SNAPSHOT.