Skip to content

nuke.json

Ján Kluka edited this page Jul 25, 2025 · 3 revisions
{
  "class": "dev.drawethree.xprison.enchants.model.impl.NukeEnchant",
  "id": 21,
  "rawName": "nuke",
  "name": "&cNuke",
  "enabled": true,
  "increaseCostBy": 500,
  "maxLevel": 100,
  "chance": 0.05,
  "initialCost": 5000,
  "pickaxeLevelRequired": 1,
  "removeBlocks": true,
  "countBlocksBroken": false,
  "useEvents": true,
  "currency": "GEMS",
  "currencyToGive": "TOKENS",
  "message": "&e&lENCHANT &8» &7You got &e&l%amount% %currency% &7from &c&lNuke &7activation.",
  "refund": {
    "enabled": true,
    "guiSlot": 29,
    "percentage": 35.0
  },
  "gui": {
    "name": "&cNuke",
    "material": "TNT",
    "customModelData": 0,
    "slot": 29,
    "description": [
      "&7Unleashes a massive explosion,",
      "&7breaking your entire mine instantly."
    ]
  }
}

Clone this wiki locally