nightvision.json - Drawethree/X-Prison GitHub Wiki

{
  "class": "dev.drawethree.xprison.enchants.model.impl.NightVisionEnchant",
  "id": 7,
  "rawName": "nightvision",
  "name": "&cNight Vision",
  "enabled": true,
  "increaseCostBy": 0,
  "maxLevel": 1,
  "initialCost": 10000,
  "currency": "TOKENS",
  "refund": {
    "enabled": true,
    "guiSlot": 25,
    "percentage": 40.0
  },
  "gui": {
    "name": "&cNight Vision",
    "material": "POTION",
    "customModelData": 0,
    "slot": 25,
    "description": [
      "&7Grants the ability to see clearly",
      "&7in the darkest caves while mining."
    ]
  }
}