Show all advancements
Minecraft server side mod that makes all advancements show up for clients.
"Hidden" advancements are hidden by default. You can override
this by setting config option showHiddens.
Advancement IDs in the list alwaysHiddenAdvs will be hidden
regardless of the first option.
A default config file is created at launch, in .minecraft/config
directory. Example that shows hiddens but hides HDWGH:
{
"showHiddens": true,
"alwaysHiddenAdvs": [
"minecraft:nether/all_effects"
]
}
The command /show-all-advancements reloadconfig will reload the
config.

