jumpboost.json - Drawethree/X-Prison GitHub Wiki
{
"class": "dev.drawethree.xprison.enchants.model.impl.JumpBoostEnchant",
"id": 6,
"rawName": "jumpboost",
"name": "&bJump Boost",
"enabled": true,
"increaseCostBy": 5000,
"maxLevel": 3,
"initialCost": 10000,
"currency": "TOKENS",
"refund": {
"enabled": true,
"guiSlot": 24,
"percentage": 40.0
},
"gui": {
"name": "&bJump Boost",
"material": "LEATHER_BOOTS",
"customModelData": 0,
"slot": 24,
"description": [
"&7Grants the ability to jump higher",
"&7while holding your pickaxe."
]
}
}