Releases: Proxying/TabManager
2.1.3 for MC 1.12 and API 7.0
Implement nucleus vanish checking. Fix for PlaceholderAPI 4.5.1 not passing objects as Text anymore.
USES https://github.com/randombyte-developer/PlaceholderAPI/releases/tag/v4.5.1 as the main branch of Papi 4.5.1 is broken.
2.1.2 for MC 1.12 and API 7.0
Fixes formatting style issues with header/footer placeholders.
2.1.1 for MC 1.12 and API 7.0
Version 2.1.1 Fixes Nucleus Nickname bug for good, reduced performance strain with quicker primary check for players group. Moved it to Async since it's not VITAL to be done at that exact moment. With this version, group permissions may have to be updated...
E.g. If you have group Ace that has "tabmanager.group.ace" permission node and then group Pro that inherits from group Ace, you'll have to explicitly REMOVE/UNSET tabmanager.group.ace from the Pro group. Otherwise if you promote someone from Ace -> Pro their tab won't update.
2.1.0 for MC 1.12 and API 7.0
Split updater task into two separate ones, one for the lightweight stuff (checking placeholders, refreshing tab) and one to do the heavy lifting of force updating the cache of player groups since this should be done FAR less often. Should reduce/practically remove any performance issues on servers.
2.0.1 for MC 1.12 and API 7.0
Fix players name not following prefix colour codes if Nucleus nickname checks were enabled. Remove some non-required tab list updates from the update task. Add some more checks so we don't bother contacting PlaceHolderAPI's service to check for placeholders if the string doesn't contain any placeholder prerequisites.
2.0.0 for MC 1.12 and API 7.0
Now supports Nucleus /nickname command for players usernames. Updated to support Sponge API 7.0, with the latest versions of Placeholder API.
Fixed a bug where the plugin would remove all teams rather than just our custom teams when they are created.
REQUIRES;
Public code release, support for Sponge reload.
Also cleaned up the code a bit.