keyfinder.json - Drawethree/X-Prison GitHub Wiki
{
"class": "dev.drawethree.xprison.enchants.model.impl.KeyFinderEnchant",
"id": 15,
"rawName": "keyfinder",
"name": "&bKey Finder",
"enabled": true,
"increaseCostBy": 500,
"currency": "GEMS",
"maxLevel": 100,
"chance": 0.05,
"initialCost": 5000,
"commands": [
"cc give physical Coal 1 %player%",
"cc give physical Iron 1 %player%",
"cc give physical Gold 1 %player%",
"cc give physical Diamond 1 %player%",
"cc give physical Emerald 1 %player%",
"cc give physical Token 1 %player%",
"cc give physical Token 2 %player%"
],
"refund": {
"enabled": true,
"guiSlot": 22,
"percentage": 35.0
},
"gui": {
"name": "&bKey Finder",
"material": "TRIPWIRE_HOOK",
"customModelData": 0,
"slot": 22,
"description": [
"&7Increases your chance to find",
"&7crate keys while mining."
]
}
}