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.