Boss Config

{
  "id": "default",
  "nickName": "§e%pokemon% §9Boss",
  "glowing": true,
  "glowingColor": "LIGHT_PURPLE",
  "particles": true,
  "particleColor": "#CBC3E3",
  "chance": 0.1,
  "maxLevel": 120,
  "minLevel": 100,
  "maxSize": 2.0,
  "minSize": 1.5,
  "properties": "shiny=true",
  "rewards": {
    "title": "",
    "giveAll": false,
    "amountRewardsPermission": {
      "": 1,
      "group.vip": 1
    },
    "newSound": {
      "variousPlayers": false,
      "sound": "minecraft:entity.fox.death",
      "range": 16.0,
      "volume": 1.0,
      "pitch": 1.0
    },
    "particle": {
      "particle": "minecraft:flame",
      "numberParticles": 25,
      "offsetX": 1,
      "offsetY": 1,
      "offsetZ": 1,
      "speed": 0,
      "radius": 32.0
    },
    "animation": "CIRCLE",
    "lootTable": {
      "": [
        {
          "item": "minecraft:dirt",
          "chance": 999.0
        },
        {
          "item": "item:1:minecraft:dirt",
          "chance": 1.0
        },
        {
          "item": "item:1:minecraft:dirt#{CustomModelData:1}",
          "chance": 1.0
        },
        {
          "item": "pokemon:rattata alola",
          "chance": 1.0
        },
        {
          "item": "command:lp user %player% permission set a",
          "chance": 1.0,
          "display": "minecraft:emerald",
          "displayname": "Give permission a"
        },
        {
          "item": "command:lp user %player% permission set a|lp user %player% permission set b",
          "chance": 1.0,
          "display": "minecraft:emerald",
          "displayname": "Give permission a and b"
        },
        {
          "item": "money:1",
          "chance": 1.0
        },
        {
          "item": "money:tokens:1",
          "chance": 1.0
        },
        {
          "item": "mod:cobblehunt:radar",
          "chance": 1.0
        },
        {
          "item": "cobblemon:poke_ball|cobblemon:great_ball|cobblemon:ultra_ball|command:lp user %player% permission set a|pokemon:rattata alola",
          "chance": 1.0
        }
      ],
      "group.vip": [
        {
          "item": "minecraft:dirt",
          "chance": 100.0
        }
      ]
    }
  }
}

Last updated