fortune.json - Drawethree/X-Prison GitHub Wiki

{
  "class": "dev.drawethree.xprison.enchants.model.impl.FortuneEnchant",
  "id": 3,
  "rawName": "fortune",
  "name": "&cFortune",
  "enabled": true,
  "increaseCostBy": 150,
  "maxLevel": 100,
  "initialCost": 1500,
  "currency": "TOKENS",
  "blacklist": [
    "BEDROCK"
  ],
  "refund": {
    "enabled": true,
    "guiSlot": 21,
    "percentage": 35.0
  },
  "gui": {
    "name": "&cFortune",
    "material": "DIAMOND",
    "customModelData": 0,
    "slot": 21,
    "description": [
      "&7Increases the number of blocks you receive",
      "&7from each mined block."
    ]
  }
}