Phantom Development | Products
  • Welcome to our Docs!
  • Phantom Series
    • Phantom Masks ($10)
    • Phantom NameMC ($5)
    • Phantom Lockboxes ($10)
    • Phantom Rebirths ($10)
    • Phantom Luckyblocks ($5)
    • Phantom Outposts (TBD)
    • Phantom Robots ($15)
    • Phantom Armor ($17.99)
      • Actions System
        • Action Implementation
      • Armor Buffs System
        • Buff Implementation
      • Attributes System
      • Armor Placeholders
      • Backpack System
      • Execution Filtering
      • FAQ
        • Items-Adder Integration
        • Creating Sets & more
        • Message Options & More
        • Full-Set Bonuses
      • Files
        • armor
          • example_set.yml
          • enchanted_set.yml
        • menus
          • attribute-menu.yml
          • sets-menu.yml
          • settings-menu.yml
          • shard-select-menu.yml
          • attribute-list-menu.yml
          • armor-preview-menu.yml
        • attributes.yml
        • commands.yml
        • items.yml
        • messages.yml
        • settings.yml
        • shards.yml
        • backpack.yml
        • events.yml
      • Changelogs
        • v1.2.0
          • messages.yml
          • sets.yml
          • backpack.yml
        • v1.2.3
          • sets.yml
        • 1.2.4
          • sets.yml
    • Phantom Autominer (TBD)
    • Phantom Voting (Open-Source)
      • Message Hyperlinking
      • Vote Placeholders
      • Configuration Options
      • Files
        • menus
          • leaderboard.yml
          • milestones.yml
          • streaks.yml
        • modules
          • vote_reminder.yml
          • bossbar.yml
        • config.yml
        • messages.yml
        • modules.yml
        • voteparty.yml
        • storage.yml
    • Phantom Prison Core ($$$)
  • EdPrison Addon Series
    • Phantom RPGs ($10)
    • Phantom Momentum ($7)
      • Momentum Buffs System
      • Momentum Placeholders
    • Enchant Packages
      • Phantom Enchant Package #1
      • Phantom Enchant Package #2
      • Phantom Enchant Package #3
    • Phantom Bombs ($15)
      • files
        • bombs
          • acidic-bomb.yml
          • cluster-bomb.yml
          • default-bomb.yml
          • glacial-bomb.yml
          • hive-bomb.yml
          • nuclear-bomb.yml
          • swarm-bomb.yml
          • transmuter-bomb.yml
        • messages.yml
        • settings.yml
  • Fade Series
    • Fade Cubes ($15)
    • Fade Gifts ($7.50)
      • files
        • menus
          • gift_menu.yml
          • gift_top_menu.yml
        • settings.yml
        • messages.yml
    • Fade Abilities (TBD)
    • Fade Milestones (TBD)
    • Fade Bosses (TBD)
Powered by GitBook
On this page
  • Example Default Configurations
  • Placeholders
  • Commands & Permissions
  • Features
  • Complex Bombs
  1. EdPrison Addon Series

Phantom Bombs ($15)

Prison Bombs | Unique Animations | Configurable

PreviousPhantom Enchant Package #3Nextfiles

Last updated 3 months ago

Introducing Phantom Bombs, a game-changing plugin that brings explosive fun and innovation to your server! From Acidic Splash Bombs turning areas into slime-filled chaos to Nuclear Bombs vaporizing entire mines, each bomb offers unique effects and mechanics designed to captivate players. Fully customizable and optimized for large player bases, Phantom Bombs ensures smooth, lag-free performance while delivering stunning visuals, dynamic particle effects, and immersive sound design. Elevate your server with this thrilling plugin that combines high performance with endless excitement!

Example Default Configurations

The default files and configurations that are installed can be found in files which contains everything you will see in the actual plugin!

Placeholders

Messages:
  %bomb% -> Returns the bomb type
  %bomb_display% -> Returns the display name of the bomb.
  %bomb_formatted% -> Returns the bomb name without '-'.
  %amount%-> Returns the given / received amount
  %player% -> The player you gave the bomb to

Commands & Permissions

  • /phantombombs reload -> phantombombs.admin

  • /phantombombs give {player} (bomb_type) [amount] -> phantombombs.admin

  • /phantombombs giveall (bomb_type) [amount] -> phantombombs.admin

Features

  • Performance friendly

  • Supports 1.19.4 > 1.21

  • Hex Color support (#4493fe) and legacy support (&6Example)

  • 100% Packet based animations (Asynchronous)

  • Configurable bombs

  • Reload - Recaches all objects

  • Hologram Support (Decent Holograms, CMI, Holograms & Holographic Displays (2.x - 3.x)

  • EdPrison custom currency support

  • Configurable thread pools

  • Multi-Line message support

Complex Bombs

The Glacial bomb is probably the most complex bomb as it uses 3 dimensional arrays to calculate block positions. I've gave a short run down on how to understand them in a minecraft environment and make your own custom structures with them, this allows your imagination to create anything you want. It also supports custom materials, so you can change the whole bomb!

Rundown is found here glacial-bomb.yml