SuperBombs [1.16.x-1.20.x] ✅Create your own bomb✅| Simple GUI, Effects, Particles and much more! icon

SuperBombs [1.16.x-1.20.x] ✅Create your own bomb✅| Simple GUI, Effects, Particles and much more! -----

Ever wanted to be a bomb disposal expert in minecraft? Now you can for free.




[​IMG]

[​IMG]

What's SuperBombs?


SuperBombs is a paper plugin which allows you to configure custom explosive devices and the ability to defuse them.


Dependencies :
Like SuperBombs?
  • Rate it on spigot (bottom of this page)
  • Share with your friends!
Need Support?

Open a ticket in my Discord Server!

[​IMG]


Bomb Features:
  • Adds a new bomb to every player
  • Simple GUI navigation to customize your bomb
  • Add a particle effect to your bomb
  • Add a sounds effect to your bomb
  • ... and much more
Config Features:
  • GUI are customizable
    • Change item name
    • Change item lore
  • Messages are fully customizable
  • Add new bombs in config.yml
Code (YAML):

####################################
#   SuperBombs v.1.1               #
#   made by iTzAleh & TheOnlyLuke  #
#   For Support:                   #
# https://discord.gg/TZ829vPd6x    #
####################################



#Format:

#Hex Codes -> &#AA00AA

#Color Codes ->
#&0: Black
#&1: Dark Blue
#&2: Dark Green
#&3: Dark Aqua
#&4: Dark Red
#&5: Dark Purple
#&6: Gold
#&7: Gray
#&8: Dark Gray
#&9: Blue
#&a: Green
#&b: Aqua
#&c: Red
#&d: Light Purple
#&e: Yellow
#&f: White
#&r: resets color to the default
#&l: Bold
#&o: Italic
#&n: Underline
#&m: Strikethrough
#&k: Glitch



#New Line -> \n



#Messages Customization

#In this section you can edit all the messages in the chat and in the gui.
#Follow the instructions carefully; if you need, open a ticket on the Discord server!

#Use "none" to disable message or title

Prefix
: "&4&lS&cuper&4&lB&combs &8» &r"
TitleErr
: "&4&lError!"
TitleErrSub
: "&cWrong cable! &6-%seconds% secs"
TitleExplosion
: "&c&lBOOM!"
TitleExplosionSub
: "&7The bomb exploded"
TitleSuc
: "&2Bomb Defused"
TitleSucSub
: "You have successfully defused the bomb"
TryAgain
: "&cWrong cable, try again you will be luckier"
BombItemName
: "&3Bomb"


NoPermission
: "&cYou don't have needed permission"
InvalidArgs
: "&cInvalid arguments\nValid arguments are:\n &8• &cget\n &8• &cgetdefuser\n &8• &creload"
BombDefused
: "&fThe bomb has been defused by: &c%defuser%"
NoDefuser
: "&cYou need to have a defuser in your main hand"
OnlyPlayers
: "&cThis command could only be used by Players"
Reload
: "&aReload Completed :D"
Timer
: "&e%time% sec"

#GUI
GUIMaterial
: "GRAY_STAINED_GLASS_PANE" #CANNOT BE NULL (DO NOT USE COLOR CODES)
PreviousPage
: "&e&oPrevius Page"
NextPage
: "&e&oNext page"
BombSelectorGUI
: "&8Select the bomb"
DefuseGUI
: "&8Defuse the bomb"
 

Code (YAML):

####################################
#   SuperBombs v.1.1               #
#   made by iTzAleh & TheOnlyLuke  #
#   For Support:                   #
# https://discord.gg/TZ829vPd6x    #
####################################

#Format:

#Hex Codes -> &#AA00AA

#Color Codes ->
#&0: Black
#&1: Dark Blue
#&2: Dark Green
#&3: Dark Aqua
#&4: Dark Red
#&5: Dark Purple
#&6: Gold
#&7: Gray
#&8: Dark Gray
#&9: Blue
#&a: Green
#&b: Aqua
#&c: Red
#&d: Light Purple
#&e: Yellow
#&f: White
#&r: resets color to the default
#&l: Bold
#&o: Italic
#&n: Underline
#&m: Strikethrough
#&k: Glitch

#Configuration File

#In this section you can change all the plugin settings, and you can customize some names.
#Follow the instructions carefully; if you need, open a ticket on the Discord server!


#Don't touch if you don't know what are you doing!

#Bombs Lore (Description)

BombLoreGui
:
 - "§8-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-"
  - "§8•&7 Type
: §c %name%"
  - "§8•&7 Fuse Timer
: §r§c %fuse% s"
  - "§8•&7 Penalty For Wrong Guess
: §r§c %penalty% s"
  - "§8•&7 Cable Options
: §r§c %options%"
  - "§8•&7 Explosion Power
: §r§c %power%"
  - "§8•&7 Smoke Radius
: §r§c %smokeRadius% blocks"
  - "§8•&7 Floor Pattern
: §r§c %floor%"
  - "§8•&7 SpreadRadius
: §r§c %spreadRadius%"
  - "§8-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-"
BombLore
:
 - "§8-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-"
  - "§8•&7 Type
: §r§c %name%"
  - "§8•&7 Fuse Timer
: §r§c %fuse% s"
  - "§8•&7 Penalty For Wrong Guess
: §r§c %penalty% s"
  - "§8•&7 Cable Options
: §r§c %options%"
  - "§8•&7 Explosion Power
: §r§c %power%"
  - "§8•&7 Smoke Radius
: §r§c %smokeRadius% blocks"
  - "§8•&7 Floor Pattern
: §r§c %floor%"
  - "§8•&7 SpreadRadius
: §r§c %spreadRadius%"
  - "§8-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-"


# Example Bomb configs
DefusedBombName
: "&aDefused Bomb"
DefusedBombLore
:
 - "§c-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-"
  - "§8•&7 Type
: §r§c %name%"
  - "§8•&7 Defuser
: §r§c %defuser%"
  - "§c-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-"
BombTypes
:
  Quick
:
    Block
: IRON_BLOCK # Something from here (preferably a block) https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
    CustomModelDataID
: 2 # Any integer
    BombTimer
: 200 # Any integer
    PenaltyForWrongGuess
: 20 # Any integer
    Options
: 6 # up to 12
    ExplosionPower
: 5 # Any integer
    SmokeRadius
: 0 # Any integer (maybe become laggy) # 0 = disabled
    FloorPattern
: true # true/false
    SpreadTickDelay
: 10 # ticks
    SpreadRadius
: 6 # blocks
  Powerful
:
    Block
: DIAMOND_BLOCK
    CustomModelDataID
: 3
    BombTimer
: 500
    PenaltyForWrongGuess
: 40
    Options
: 8
    ExplosionPower
: 15
    SmokeRadius
: 5
    FloorPattern
: true
    SpreadTickDelay
: 5
    SpreadRadius
: 3

#Defuser
CustomModelDataID
: 181
DefuserName
: "Defuser (wire cutters)"
DefuserLore
:
 - "§8-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-"
  - "§c§7  A simple cutters used for"
  - "§c§7      Bombs disarming"
  - "§8-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-"
 

Example Videos:





Commands and Permissions:

  • /bomb get - Open the main menu (superbombs.getbomb)
  • /bomb getdefuser - Give the defuser (superbombs.getdefuser)
  • /bomb reload - Reload the plugin (superbombs.reload)
See my other plugins!:
Please note that by downloading this plugin you agree to following:
  • You are not allowed redistribute the origin plugin binary;
  • You don't have permission to took plugin's credits
  • I am allowed to discontinue any plugin at any time.
Resource Information
Author:
----------
Total Downloads: 182
First Release: Oct 28, 2023
Last Update: Oct 29, 2023
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings