Bombs

CommonBomb:
  worlds-blocked:
    - "pvp"
    - "spawn"
  affect-autosell: true;
  explosion-sound: true
  explosion-radius: 2
  commands-on-throw:
    - "edp msg %player% bomb thrown"
  commands-on-explode:
    - "edp msg %player% mined %blocks% blocks"
  item:
    name: '&a&lCommon Grenade'
    material: TNT
    glowing: true
    lore:
      - "&7Throw this &a&lCommon"
      - "&7grenade onto your mine"
      - "&7to form a huge explosion"
      - ""
      - "&7&o(( Right click to use ))"

These are bombs that you throw with right click on the air and it break a radius of blocks with an explosion.

Last updated