layer.json - Drawethree/X-Prison GitHub Wiki
{
"class": "dev.drawethree.xprison.enchants.model.impl.LayerEnchant",
"id": 10,
"rawName": "layer",
"name": "&bLayer",
"enabled": true,
"chance": 0.1,
"increaseCostBy": 400,
"maxLevel": 250,
"initialCost": 1000,
"countBlocksBroken": false,
"currency": "GEMS",
"useEvents": true,
"currencyToGive": "TOKENS",
"message": "&e&lENCHANT &8ยป &7You got &e&l%amount% %currency% &7from &c&lLayer &7activation.",
"pickaxeLevelRequired": 1,
"refund": {
"enabled": true,
"guiSlot": 20,
"percentage": 35.0
},
"gui": {
"name": "&bLayer",
"material": "HOPPER",
"customModelData": 0,
"slot": 20,
"description": [
"&7Breaks an entire layer of blocks",
"&7at once while mining."
]
}
}