laserbeam.json - Drawethree/X-Prison GitHub Wiki

{
  "class": "dev.drawethree.xprison.enchants.model.impl.LaserBeamEnchant",
  "id": 26,
  "rawName": "laser",
  "name": "&cLaser",
  "enabled": true,
  "increaseCostBy": 500,
  "maxLevel": 100,
  "chance": 0.001,
  "initialCost": 20000,
  "pickaxeLevelRequired": 1,
  "currency": "GEMS",
  "beamLength": 3,
  "countBlocksBroken": false,
  "message": "&e&lENCHANT &8» &7You got &e&l%amount% %currency% &7from &c&lLaser &7activation.",
  "useEvents": true,
  "refund": {
    "enabled": true,
    "guiSlot": 21,
    "percentage": 30.0
  },
  "gui": {
    "name": "&cLaser",
    "material": "REDSTONE",
    "customModelData": 0,
    "slot": 21,
    "description": [
      "&7Shoots a powerful laser in the direction",
      "&7you’re mining, breaking blocks instantly.",
      "&7Increases in strength and frequency as it levels up."
    ]
  }
}