Skip to content

fly.json

Ján Kluka edited this page Jul 25, 2025 · 3 revisions
{
  "class": "dev.drawethree.xprison.enchants.model.impl.FlyEnchant",
  "id": 8,
  "rawName": "fly",
  "name": "&cFly",
  "enabled": true,
  "increaseCostBy": 0,
  "maxLevel": 1,
  "currency": "TOKENS",
  "initialCost": 500000,
  "refund": {
    "enabled": true,
    "guiSlot": 28,
    "percentage": 30.0
  },
  "gui": {
    "name": "&cFly",
    "material": "FEATHER",
    "customModelData": 0,
    "slot": 28,
    "description": [
      "&7Grants the ability to &cfly &7while holding",
      "&7your pickaxe."
    ]
  }
}

Clone this wiki locally