Skip to content

unbreaking.json

Ján Kluka edited this page Jul 25, 2025 · 3 revisions
{
  "class": "dev.drawethree.xprison.enchants.model.impl.UnbreakingEnchant",
  "id": 2,
  "rawName": "unbreaking",
  "name": "&bUnbreaking",
  "enabled": true,
  "increaseCostBy": 50,
  "maxLevel": 250,
  "initialCost": 50,
  "currency": "TOKENS",
  "refund": {
    "enabled": true,
    "guiSlot": 20,
    "percentage": 45.0
  },
  "gui": {
    "name": "&bUnbreaking",
    "material": "PRISMARINE_CRYSTALS",
    "customModelData": 0,
    "slot": 20,
    "description": [
      "&7Prevents your pickaxe from losing durability",
      "&7while mining."
    ]
  }
}

Clone this wiki locally