Server owners can now disable Minecraft advancement pop-ups shown in the top-right corner.
This also prevents catch-up advancement pop-ups from appearing when players join.
Run /aach generate after changing this option.
CONFIG OPTION
Code (YAML):
# Show Minecraft advancement toast pop-ups in the top-right corner when plugin advancements are awarded. Set to false # to disable those pop-ups, including catch-up notifications that can appear when players join. If changed, run # /aach generate to regenerate advancements with the new value taken into account. ShowAdvancementToasts: true
Please consider leaving a good review for the plugin. Discord Support
Fix a bad give command crashing parseCommandReward.
Stop dependabot from running.
Fix the generate command not working and throwing an error.
Generate command will run and auto update on server start up.
Ensure balanced performance during the generation by batching the operations.
Updated the background used for the advancement UI and provided proper info for users to find more valid ones.
One config change.
Code (YAML):
# Background shown on the advancement tab. Find more valid backgrounds here https://www.convertmcpack.net/pages/item_lists.html. AdvancementsBackground: "minecraft:block/purple_concrete"
Please consider leaving a good review for the plugin. Discord Support