SimpleBombs [1.13 - 1.20.1] icon

SimpleBombs [1.13 - 1.20.1] -----

Simple, configurable and easy to use bombs for prison and other various types of servers.




Bump build version to 1.20.1
----------, Aug 4, 2023

Changes:
  • Added auto-sell configuration option. More information below.
  • Language files are now configurable. (config.yml - locale option).

Code (YAML):
 2:
    name
: '&aBomb &f&l2'
    material
: FIRE_CHARGE
    glowing
: true
    lore
:
     - '&cRight click this to throw it.'
    auto-sell
: true # If enabled, it will look for prices in prices.yml
    fortune
: 2
    radius
: 2
    permission
: 'simplebombs.tier.2'
    detonation-time
: 2
    detonation-text
: '&c&l! %time%'
    throw-strength
: 2
    effect
: 'EXPLOSION_LARGE'
    sound
:
      throw
: 'ENTITY_ARROW_SHOOT'
      explode
: 'ENTITY_GENERIC_EXPLODE'
    destroy-liquids
: true
    destroy-blocks
: true
    smelt
:
      enable
: true
      whitelist
: true
      blocks
:
     - 'IRON_ORE'
    entity-damage
: 0
(Requires Vault)
You can enable auto-sell feature by adding auto-sell: true option in the bomb configuration.
On explosion, this will look for the item price in prices.yml file. The items will be automatically sold for the specified price.
----------, May 23, 2022

Changes:
  • Added PlaceholderAPI support in various messages/
  • Added built-in placeholders (%radius%, %amount%, %damage%, %fortune%).
  • Added destroyed blocks whitelist or blacklist.
  • Added DecentHolograms support.
----------, May 5, 2022

Changes:
  • Added GUI list for bombs.
  • Changed how configuration works in the code - config values will not persist if they are removed from the configuration file.
GUI command: /simplebombs gui
Permission: simplebombs.command.gui
You'll automatically be given the bomb you have clicked on.

upload_2022-3-13_0-46-9.png
----------, Mar 12, 2022

Changes:
  • Fixed configuration issue with sound for default config.
  • Added config option for the bomb to automatically smelt broken blocks.
  • Added config option for smelting to be whitelist or blacklist of blocks.
Code (YAML):
   smelt:
      enable
: true
      whitelist
: true
      blocks
:
     - 'IRON_ORE'
----------, Mar 12, 2022

Changes:
  • Added configurable throw sound;
  • Added configurable explosion sound;
Scatter bombs will play the throw sound once they appear as if player threw them.

Code (YAML):
   sound:
      throw
: 'ENTITY_ARROW_SHOOT'
      explode
: 'ENTITY_GENERIC_EXPLODE'
Sound list can be found here:
https://www.digminecraft.com/lists/sound_list_pc.php

Use underscores ("_") instead of dots (".") for sound names.
----------, Mar 10, 2022

Changes:
  • Fixed an issue where the configuration would persist after reloading.
  • Added an option to add whitelisted or blacklisted blocks for the bombs to destroy.
  • Fixed an issue where non-PaperMC users could not use the plugin.
----------, Mar 10, 2022

Changes:
  • Added SCATTER type bombs.
  • Added bStats metrics.
  • Added automatic update checker.
  • Added events for developer API.
Scatter type bombs will explode on their own and will spawn more, defined type bombs in random directions upon explosion.

ezgif-2-43dc959e09.gif

You can defined scatter bombs in the configuration:

Code (YAML):
 2:
    name
: '&aBomb &f&l2'
    material
: FIRE_CHARGE
    glowing
: true
    lore
:
     - '&cRight click this to throw it.'
    fortune
: 2
    radius
: 5
    permission
: 'simplebombs.tier.2'
    detonation-time
: 2
    detonation-text
: '&c&l! %time%'
    throw-strength
: 2
    effect
: 'EXPLOSION_LARGE'
    destroy-liquids
: true
    entity-damage
: 1
    custom
:
      explosion-type
: 'SCATTER' # Scatter will spread the explosion in a circle.
      bomb-type
: 3 # The bomb type that will be used.
      amount
: 3 # The amount of bomb-type bombs that will spawn.
  3
:
    name
: '&aScatter Bomb &f&l2'
    material
: FIRE_CHARGE
    glowing
: true
    lore
:
     - '&cRight click this to throw it.'
    fortune
: 1
    radius
: 1
    permission
: 'simplebombs.tier.3'
    detonation-time
: 2
    detonation-text
: '&c&l! %time%'
    throw-strength
: 5
    effect
: 'EXPLOSION_LARGE'
    destroy-liquids
: true
    entity-damage
: 1
----------, Mar 10, 2022

Resource Information
Author:
----------
Total Downloads: 1,226
First Release: Mar 10, 2022
Last Update: Aug 4, 2023
Category: ---------------
All-Time Rating:
4 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings