BeaconDropParty

BeaconDropParty

194 Downloads

With this Plugin you can change every beacon Block to a PartyDropper. Start the Event and everyone will be happy.

Features:

You can choose a beaconblock on your Map and make it to a Block that can Drop items. The messages and the Items in the beaconblock can be changed like you want.

Commands :

/bdp setblock – Sets the beaconblock that you are looking at as a new PartyBeacon

/bdp reload - Reloads the config file

/bdp add <NAME> <AMOUNT> - Add a new Item, that you are holding in your hand, to the drop list. The name you are choosing is the name that will be displayed in the config file. The Amount is how many time should it be dropped.

/bdp stop - Stops the Event

/bdp startevent <TIME> - Start a new Event with a countdown

/bdp forcestart - Forcestart the event

/bdp setdroprate <DROPRATE> - Set a new droprate

Permissions:

beacondropparty.commands: Allows you to use the command /bdp

beacondropparty.setblock: Allows you to set a new BeaconBlock as PartyDropBeaconBlock.

beacondropparty.reload: Allows you to reload the config file.

beacondropparty.add: Allows you to add a new Item to the dropItemList.

beacondropparty.forcestart: Allows you to forcestart the Event.

beacondropparty.startevent: Allows you to start the Event with Countdown.

beacondropparty.stop: Allows you to stop the event.

beacondropparty.setdroprate: Allows you to set a new droprate. – 20 is one second, 40 is two seconds and so on.

Configuration:

In the config file you can change any Item or the amount of the Item. You can also change the droprate or the messages that are been displayed when using the “/bdp startevent “ command.

First Message: Message that is shown at the beginning of the countdown

Second Message: Message that is shown every second during the countdown. Use %COUNTDOWN%  in the Message to show the time remaining.

Third Message: Message that is shown at the end of the countdown.

Put the messages in "".

If you add a Item with the config !!!don’t forget to add the amount in the amount section!!!. It must be the !!!same name!!! as used in the Items section. There are two Amounts! The first one in the Items section is the one how big the ItemStack should be the second one in the amount section is the one to change how many times it should drop. 

Default Config:

PartyBlockLocation:
  ==: org.bukkit.Location
  world: world
  x: 0.0
  y: 0.0
  z: 0.0
  pitch: 0.0
  yaw: 0.0
Messages:
- "§dPartyDropEvent is starting soon!"
- "§k:::§r§l§1%COUNTDOWN% §r§dseconds until event starts!§r§k:::"
- "§l§6DROP DROP DROP DROP DROP DROP DROP DROP"
DropRate: 20
DropItems:
  firstItem:
    ==: org.bukkit.inventory.ItemStack
    type: ANVIL
    amount: 64
  secondItem:
    ==: org.bukkit.inventory.ItemStack
    type: CACTUS
    amount: 64
  diamonds:
    ==: org.bukkit.inventory.ItemStack
    type: DIAMOND
    amount: 64
  special:
    ==: org.bukkit.inventory.ItemStack
    type: DIAMOND_SWORD
    damage: 300
    amount: 5
    meta:
      ==: ItemMeta
      meta-type: UNSPECIFIC
      display-name: DisplayName
      lore:
      - Lore
      - lore2
      - lore3
      enchants:
        ARROW_DAMAGE: 10
        DAMAGE_ARTHROPODS: 20
      ItemFlags:
      - HIDE_ENCHANTS
      - HIDE_ATTRIBUTES
      Unbreakable: true
Amounts:
  firstItem: 2
  secondItem: 50
  diamonds: 6
  special: 1