#Advancement deletion
11 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
This is a datapack thing, so you need to make a "global datapack" in kubejs/data folder.
https://minecraft.wiki/w/Advancement/JSON_format
I know that this is a datapack thingie, because I have my custom advancements added with KJS datapack handling (or whatever it is called)
are you able to overwrite the advancements with a json just containing {} ?
didnt think about that but will try
not rn but I will drop an Update whether it works or not
if there is a noop it is better, let me see
{
"criteria": {
"noop": {
"trigger": "minecraft:impossible"
}
}
}
you may try this if {} doesn't work
Also I'm afraid removing advancements might break advancements that requires said advancement
It works! Thank you!
I will close the ticket now