autosell.json - Drawethree/X-Prison GitHub Wiki

{
  "class": "dev.drawethree.xprison.enchants.model.impl.AutoSellEnchant",
  "id": 19,
  "rawName": "autosell",
  "name": "&eAutosell",
  "enabled": true,
  "increaseCostBy": 0,
  "maxLevel": 1,
  "chance": 10.0,
  "initialCost": 250000,
  "currency": "TOKENS",
  "pickaxeLevelRequired": 10,
  "messagesEnabled": true,
  "refund": {
    "enabled": true,
    "guiSlot": 34,
    "percentage": 40.0
  },
  "gui": {
    "name": "&eAutosell",
    "material": "BOOK",
    "customModelData": 0,
    "slot": 34,
    "description": [
      "&7Automatically sells all mined items",
      "&7directly to the shop as you mine."
    ]
  }
}