unbreaking.json - Drawethree/X-Prison GitHub Wiki
{
"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."
]
}
}