offlinewebtools.com browser-local workbench

Minecraft Advancement Generator

Create starter Minecraft advancement JSON with display text, trigger, icon, and reward validation.

Shipped
Browser local

data/offlinewebtools/advancement/story/get_started.json

Download 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
  }
}

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 keeps all processing on your device, with nothing uploaded to our servers.

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.