Skip to content
Ján Kluka edited this page Aug 10, 2022 · 2 revisions

Installing plugin to your server:

  1. Download latest version of UltraBombs plugin
  2. Download Vault plugin, as it is required as dependency.
  3. Extract UltraBombs-X.X.X.jar and Vault.jar to /plugins folder of your Minecraft Server
  4. Restart/Reload the server
  • Note: Plugin was compiled using Java 8 and is working also with other LTS Java versions (Java 11 and Java 17)

Setting up the plugin:

  • Note: Plugin setup is done via configuration file (config.yml). After doing changes, please reload the plugin by /ultrabombs reload
  1. You can configure unlimited bomb types in config.yml. There are 5 presets already included.
  2. You can configure sell prices, if you want to use our in-built selling system.
  3. Configure the block_handler and sell_handler if you want compatibility with other region / mines / selling systems.
  4. Edit the messages to your preferred locale.

Available Block Handlers

  • dev.drawethree.ultrabombs.handler.block.impl.DefaultBlockHandler - Default block handler, allows breaking of blocks from bombs everywhere.
  • dev.drawethree.ultrabombs.handler.block.impl.JPMBlockHandler - Allows breaking of blocks from bombs only in JetsPrisonMines mines.
  • dev.drawethree.ultrabombs.handler.block.impl.UPCBlockHandler - Allows breaking of blocks from bombs only in UltraPrisonCore mines.
  • dev.drawethree.ultrabombs.handler.block.impl.WorldGuardBlockHandler - Allows breaking of bombs only in regions with flag "bombs-allow" set to 'ALLOW'.

Available Sell Handlers

  • dev.drawethree.ultrabombs.handler.sell.impl.DefaultSellHandler - Handles the selling of broken blocks by UltraBombs in-built selling system (Vault currency)
  • dev.drawethree.ultrabombs.handler.sell.impl.UPCSellHandler - Handles the selling of broken blocks by UltraPrisonCore Auto-Sell module.
  • dev.drawethree.ultrabombs.handler.sell.impl.UBPSellHandler - Handles the selling of broken blocks by UltraBackpacks mechanism, adding broken blocks to backpack.

logo

General

Default Files

Support

For Developers

Clone this wiki locally