-
Notifications
You must be signed in to change notification settings - Fork 0
Setup
Ján Kluka edited this page Aug 10, 2022
·
2 revisions
- Download latest version of UltraBombs plugin
- Download Vault plugin, as it is required as dependency.
- Extract UltraBombs-X.X.X.jar and Vault.jar to /plugins folder of your Minecraft Server
- 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)
- Note: Plugin setup is done via configuration file (config.yml). After doing changes, please reload the plugin by /ultrabombs reload
- You can configure unlimited bomb types in config.yml. There are 5 presets already included.
- You can configure sell prices, if you want to use our in-built selling system.
- Configure the block_handler and sell_handler if you want compatibility with other region / mines / selling systems.
- Edit the messages to your preferred locale.
- 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'.
- 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.