Minecraft Advancement Generator
Create starter Minecraft advancement JSON with display text, trigger, icon, and reward validation.
Browser local
Define the advancement
data/offlinewebtools/advancement/story/get_started.json
{
"display": {
"icon": {
"id": "minecraft:stone"
},
"title": {
"text": "Getting Started",
"color": "gold"
},
"description": {
"text": "Collect your first stone block.",
"color": "white"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true
},
"criteria": {
"complete": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"minecraft:stone"
]
}
]
}
}
},
"rewards": {
"experience": 25
}
}Help, FAQs & related tools
Shipped
What this tool does
Minecraft Advancement Generator helps you create starter Minecraft advancement JSON with display text, trigger, icon, and reward validation.
What you get
Minecraft Advancement Generator produces a direct output in this page and is designed to keep processing on your device.
Something not working? Report a bug
Report a bug
If this tool misbehaves, share a quick summary so we can investigate. We include the tool URL automatically—no need to copy and paste.