The API update.
This is an important update for developers hooking into AdditionsPlus as it will require them to update their plugins because we made some major changes.
From develop pov:
- Renamed the root package from 'me.gaagjescraft.network.team.advancedevents' to 'net.gcnt.additionsplus'.
- Renamed the main class from 'Main' to 'AdditionsPlus'.
- Renamed the events queuer class from 'EventActions' to 'ActionQueuer'
-
Added a new API class, accessible from AdditionsPlus#getAPI, to perform all actions from this plugin.
You can find the new javadocs here: https://www.gcnt.net/javadocs/additions/From server owners/players pov:
Added support for an unlimited amount of characters on scoreboard lines for 1.13+.
Fixed scoreboard line colors getting cut off at the 16th character.
Fixed the console being spammed when a new player joins (debug).
Fixed config.yml warning message on enable.
Fixed [center] action not working.