Create custom Minecraft advancements and generate datapack JSON.
Show Toast
Show popup in top right corner
Announce to Chat
Show message in chat when completed
Hidden
Hide until completed
{
"display": {
"icon": {
"id": "minecraft:diamond_sword"
},
"title": {
"text": "Adventure Time"
},
"description": {
"text": "Explore the world"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"requirement": {
"trigger": "minecraft:impossible"
}
}
}