This update was added to make some things easier, there still is stuff to do, which will be added in a new update coming very soon!
Features added:
- New Methods were added to CrazyAdvancements:
CrazyAdvancements#setActiveTab(Player player, String rootAdvancement) to also allow setting tab without a MinecraftKey,
CrazyAdvancements#setActiveTab(Player player, MinecraftKey rootAdvancement, boolean update) which will not send a packet to the player if update is false,
CrazyAdvancements#clearActiveTab(Player player) which will clear the tab and the player will not have an active tab,
CrazyAdvancements#getActiveTab(Player player) is a way to get the current tab, is still in development and might not work 100% of the time