Skip to content

keyfinder.json

Ján Kluka edited this page Jul 25, 2025 · 3 revisions
{
  "class": "dev.drawethree.xprison.enchants.model.impl.KeyFinderEnchant",
  "id": 15,
  "rawName": "keyfinder",
  "name": "&bKey Finder",
  "enabled": true,
  "increaseCostBy": 500,
  "currency": "GEMS",
  "maxLevel": 100,
  "chance": 0.05,
  "initialCost": 5000,
  "commands": [
    "cc give physical Coal 1 %player%",
    "cc give physical Iron 1 %player%",
    "cc give physical Gold 1 %player%",
    "cc give physical Diamond 1 %player%",
    "cc give physical Emerald 1 %player%",
    "cc give physical Token 1 %player%",
    "cc give physical Token 2 %player%"
  ],
  "refund": {
    "enabled": true,
    "guiSlot": 22,
    "percentage": 35.0
  },
  "gui": {
    "name": "&bKey Finder",
    "material": "TRIPWIRE_HOOK",
    "customModelData": 0,
    "slot": 22,
    "description": [
      "&7Increases your chance to find",
      "&7crate keys while mining."
    ]
  }
}

Clone this wiki locally