Skip to content

blessing.json

Ján Kluka edited this page Aug 13, 2025 · 5 revisions
{
  "class": "dev.drawethree.xprison.enchants.model.impl.BlessingEnchant",
  "id": 13,
  "rawName": "blessing",
  "name": "&eBlessing",
  "enabled": true,
  "increaseCostBy": "baseCost * pow(1.05, level)",
  "maxLevel": 250,
  "chance": 0.05,
  "currency": "TOKENS",
  "amountToGive": "level * 1.5",
  "initialCost": 1000,
  "messagesEnabled": true,
  "refund": {
    "enabled": true,
    "guiSlot": 31,
    "percentage": 40.0
  },
  "gui": {
    "name": "&eBlessing",
    "material": "CAMPFIRE",
    "customModelData": 0,
    "slot": 31,
    "description": [
      "&7Grants a chance to reward all online players",
      "&7with &etokens &7each time you mine."
    ]
  }
}

Clone this wiki locally