Do I need to be a server operator to use the /ca/ commands?
Do I need to be a server operator to use the /ca/ commands?
/ca/generate/... commands require operator permissions — any connected player can run them, and in single-player they work whether or not cheats are enabled. See Commands.Is there a manual /ca reload command?
Is there a manual /ca reload command?
/ca/generate/... commands automatically trigger a reload of advancements, textures, and language files after they finish writing. If you hand-edit a JSON file directly instead of using a generate command, run the vanilla /reload command (or restart the game) to pick up your changes — see Quickstart.Do I need a datapack as well as this mod?
Do I need a datapack as well as this mod?
customadvancements/ folder in your game directory and injects them into every world as if they were a global datapack — no datapacks/ folder setup, and no per-world configuration needed.Which Minecraft versions and mod loaders does this support?
Which Minecraft versions and mod loaders does this support?
Do changes to config/customadvancements.toml apply without restarting?
Do changes to config/customadvancements.toml apply without restarting?
/reload command does not re-read the config file; it only reloads advancement JSON, textures, and language files. See Config File.Can I remove every vanilla advancement and build my own from scratch?
Can I remove every vanilla advancement and build my own from scratch?
disableStandardAdvancements = true to stop the mod from loading anything except what’s in your customadvancements folder, or use whitelist mode (blacklistIsWhitelist = true) with an empty advancementsBlacklist to remove everything and add back only what you whitelist. See Blacklist & Whitelist.How do I find the resource location ID of an existing advancement?
How do I find the resource location ID of an existing advancement?
/ca/generate/ids in-game. It writes every currently loaded advancement’s ID to customadvancements/advancements.txt, one per line. See Commands.Can advancement backgrounds be a solid color or a gradient instead of an image?
Can advancement backgrounds be a solid color or a gradient instead of an image?
background field accepts COLOR, LINEAR_GRADIENT, and RADIAL_GRADIENT types in addition to IMAGE and the vanilla-style tiled TEXTURE. See Background Types for every option.Do other players need the mod installed to see my custom backgrounds and translations?
Do other players need the mod installed to see my custom backgrounds and translations?
Can I remove only recipe-unlock advancements, without touching anything else?
Can I remove only recipe-unlock advancements, without touching anything else?
noRecipeAdvancements = true. It removes every advancement whose path contains recipes/, independently of advancementsBlacklist. See Config File.