HomeJavaModsAdvanced Party Bomb
Advanced Party Bomb
Have you wanted to throw a party or allow your players to throw a party, Well now you can with APB ('Advanced Party Bomb').

[​IMG]

* Economy Supported!
* Supports Commands!
* Supports Essentials Kits
* Supports Almost Every Plugin that is by command
* 100% Customizeable Settings | Messages
* Supports almost all minecraft versions See Settings for More info!

[​IMG]
/apb give | apb.command.give.self
/apb give <player> | apb.command.give.other
/apb send | apb.command.give.self
/apb send<player> | apb.command.give.other
/apb reload | apb.command.reload
/apb restart | apb.command.restart

bomb_use | apb.bomb.use
items_pickup | apb.item.pickup
bypass_party_limit | apb.bypass.limit
broadcast_message_receive | apb.messages.receive


VIDEO
[​IMG]
Code (Text):

# Auto Update Checker : This just alerts you of new Updates.
check_updates: true

#Used only if the Developer tells you to use this
# This puts out a lot of Information about this plugin when it's loaded
# and Disabled
# This is just to be used to check for problems and see what your problem is!
debug: false

# WARNING CHANGING THIS WILL RESULT IN A CONFIG RESET AND WILL BREAK THE PLUGIN.
# This is only used to when your updating the plugin it will keep this settings and
# add in the new settings :)
# or just change the old name to the new name if that name of something has been changed!
# \/ Example \/
#
# config_version: 1.2a
# disabled_worlds:
# - 'none'
#
# config_version: 1.1a
# disable_worlds:
# - 'none'
config_version: 1.2a

# Allow the plugin to work keep this to TRUE
enabled: true

# Disabled Worlds is if you don't won't this plugin to be used in a world
disabled_worlds:
- 'none'

# We are using 1.10+ Settings for this config.
# We will have more configs preconfiged later on.
# For now its just 1.10+ Settings.
# Change the settings to make it work with your server.
# Or contact the Developer on Spigot. and I'll be happy to help you
# Setup this plugin to your wish.

# If you wish for a option to turn off messages please leave a Review for this plugin.
# Be Honest has that will help us learn what we can do to make this plugin better.

# -------------[ Permissions ]-------------
permissions:
    command_give_self: 'apb.command.give.self'
    command_give_other: 'apb.command.give.other'
    command_reload: 'apb.command.reload'
    bomb_use: 'apb.bomb.use'
    items_pickup: 'apb.item.pickup'
    bypass_party_limit: 'apb.bypass.limit'
    broadcast_message_receive: 'apb.messages.receive'

# -------------[ Bomb Item ]-------------
bomb_item:
    type: tnt
    data: 0
    glow: true
    display_name: '&e&lParty &b&lBomb &8(&7&lRight-Click&8)'
    lores:
    - '&bRight-click &cto &aACTIVATE &eParty Bomb&b.'
    - '&7Collect items to receive the rewards!'

# -------------[ Bomb Drop Effect ]-------------
bomb_effect:
    dropSounds:
    - 'ENTITY_TNT_PRIMED'

# -------------[ Effects ]-------------
# Type = Type of effect Firework or Particle
# Firework : Colors Supported See list here \/
# https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/class-use/Color.html
# Particles : Particles Supported see list here \/
# https://github.com/DarkBlade12/ParticleEffect/blob/master/src/main/java/com/darkblade12/particleeffect/ParticleEffect.java
# Displayed at Max Same size you have set the Party Drop Items Radius Any higher may cause lag
# Amount = How many times will the effect be shown
# radius = X, Y, Z  This is the radius the particle will be spread to.
# WARNING DOES NOT WORK WITH FIREWORKS SO TRYING THIS MAY CAUSE THE PLUGIN TO BREAK BUT I HAVE SET IT TO
# NO USE THAT SETTING. ONLY WITH Particles.
# ---------  WARNING : To many Particles will result in Fireworks or Particles from being seen by players
# We recommend using one of the effect but we have added in 2 effects
# How ever the effects listed will work :)
# Fireworks just not the type of Party Effect but will work just by removing the #
effects:
#- type;firework colors;black,yellow effect;burst flicker;true trail;false amount;1
- type;particle particles;slime,slime,slime amount;1 radius;5,5,5
- type;particle particles;redstone,redstone,redstone amount;1 radius;5,5,5
- type;particle particles;note,note,note amount;1 radius;5,5,5
- type;particle particles;CLOUD amount;1 radius;5,5,5
- type;particle particles;FLAME,FLAME,FLAME amount;2 radius;5,5,5
- type;particle particles;ENCHANTMENT_TABLE,ENCHANTMENT_TABLE,ENCHANTMENT_TABLE amount;5 radius;5,5,5
#- type;firework colors;aqua,green effect;ball flicker;false trail;false amount;1

# -------------[ Effects Display ]-------------
# Spawn_Delay = How fast the fireworks spawn in. Suggest Instant but
# Recommend for Low Ram Servers and Laggy players we suggest 3 seconds
# Instant = Every Tick
# Random = Pick a random Effect if false then use all the effects
# Radius : X = Width+  Y = Hight  Z = Width-
# The radius is set to best settings to give tons of players items
# With out one getting them all. Unless you change Y to 1 Setting
# Y under 1 will result in items poping out of the ground or lose of items
effect:
    random: false
    radius:
        X: 5.0
        Y: 10.0
        Z: 5.0
    display_delay:
        hours: 0
        minutes: 0
        seconds: 0

# -------------[ Party ]-------------
# Allowed = How many Partys Allowed at Once. Note This is set to 1
# Due to problems with items glitching This will be fixed in next update!
# Remove Items on Reload = Just making sure that we clear up any items to fix Party Duping.
# Start Delay = The delay in before the party starts
# Active Time = How long the party will last
# Sound = Sound that will be played when the party starts or ends
# Sounds that can be used
# For 1.7 - 1.9 Use \/
# https://jd.bukkit.org/org/bukkit/Sound.html
# For 1.10 - 1.11 - 1.11.2+ Use \/
# https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
# Hours do work but Not suggested
party:
    allowed: 1
    allow_pickup_after_party: true
    broadcast_messages_all: false
    broadcast_messages_permission: false
    broadcast_messages_radius: 25
    remove_items_when_ended: true
    remove_items_on_reload: false
    start_delay:
        hours: 0
        minutes: 0
        seconds: 10
    active_time:
        hours: 0
        minutes: 0
        seconds: 30
    sound:
        being: ENTITY_ENDERDRAGON_GROWL
        active: ENTITY_PLAYER_BURP
        end: ENTITY_ENDERDRAGON_DEATH
        pickup: ENTITY_EXPERIENCE_ORB_PICKUP
#    \/ COMING IN VERSION 1.1 \/
#    on:
#       start:
#       - 'effect;EXPLOSION_LARGE amount;1 radius;5,5,5'
#       end:
#       - 'effect;EXPLOSION_LARGE amount;1 radius;5,5,5'
#    /\ COMING IN VERSION 1.1 /\


# -------------[ Droped Party Bomb ]-------------
# Sound = Sound played whilst the countdown timer is counting down
# Sounds that can be used
# For 1.7 - 1.9 Use \/
# https://jd.bukkit.org/org/bukkit/Sound.html
# For 1.10 - 1.11 - 1.11.2 Use \/
# https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
#
# Effects = The effect that is displayed whilst the countdown timer is counting down
# Effect = List of Effect you can use listed here \/
#
# Block = is only used if you using Step_Sound
# The block can be any Block
# Radius Coming Soon
droped_party_bomb:
    sound: 'ENTITY_GENERIC_BIG_FALL'
    sounds:
    - 'ENTITY_GENERIC_BIG_FALL'
    effects:
    - 'effect;step_sound block;anvil radius;5,5,5'
    - 'effect;step_sound block;slime_block radius;5,5,5'
    - 'effect;step_sound block;anvil radius;5,5,5'
    - 'effect;step_sound block;redstone_block radius;5,5,5'
    - 'effect;EXPLOSION_LARGE radius;5,5,5'

# Drop Item Amount is how many items will be dropped at one time
# Higher amount will drop more items faster and will cause
# the players with not so good computers to major lag
# Most servers can handle around 500,000 Drop Items up to 1,000,000
# We have tested the server we are using and it hold up to 891,381 Items before
# Crashing!
# Warning DO NOT USE [ HOLO ITEM Plugin ] WITH THIS PLUGIN.
# Has PartyBomb plugin can't detect when you pickup the item.
drop_item_amount: 15

# Drop Item Speed is how fast items will be droped before the timer is up
# Warning Ticks is 20 = 1 second so setting ticks under 20 may cause lag
# Depending on how many items you having it to drop
# Hours do work but Not suggested
drop_item_speed:
    hours: 0
    minutes: 0
    seconds: 5

# -------------[ DROP ITEMS ]-------------
#  Type = The Material or ID of a Item
#  Data = Like wool is 35  to get orange you would do 35;1  ;1 is the Data;1
#  Default is data;0  this has to be 0 for items that don't have data.
#  Diamond_Sword has no Data so it just be 0   wool for white it be 0
#  Amount = is how many times the Addon will be Excuted
#  Addon = Commands is the only addon for right now
#  Random = Pick random commands  NOTE If this is True then don't add command;
#  Command = Pick which command will be Excuted when item is Pickedup
drop_items:
- 'type;diamond data;0 amount;1 addon;commands random;true'
- 'type;230 data;13 amount;1 addon;commands random;false command;2'

# -------------[ Addons ]-------------
# Commands = Commands that can be excuted by Droped Items
# If you like to see a Addon added please Tell me on Spigot
addons:
    commands:
    - 'give %player% diamond 1'
    - 'eco give %player% 1000'
 

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Advanced Party Bomb is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10 and newer. Downloaded 694 times (via Spigot). Download it and open it directly in the game.

Explore more