BAirDropX icon

BAirDropX -----

Unique AirDrops



Dependencies:
  • BLib
  • WorldGuard
  • WorldEdit
  • DecentHolograms
Java:
  • Version: 16+

BAirDropX is a remake of the BAirDrop plugin. This plugin solves many of the problems of its predecessor and adds more room for customization.

This plugin works on a listener system, which allows you to very fine tune your airdrop.

Here is an example of a spawn message:
Code (Java):
spawn_message :
  icon : OBSERVER
  description : '&Сообщение о спавне за 30, 20, 10, 5...1 секунд'
  event : 'tick'
  requirement :
    check - 1 :
      type : 'math'
      # Это условие проверяет, что до старта осталось 30 или 20 или 10 или 5... 1 секунд.
      input : '({time_to_start} <= 30 && {time_to_start} % 10 == 0 || {time_to_start} <= 5) && {time_to_start} != 0'
  commands :
    - '[MESSAGE_ALL] {air_name}&f Появится через {time_to_start} сек.'
Here you can see a rather large and complex condition that exactly matches the requirements. However, such large conditions are rarely used. Usually it is an equality check, for example: {time_to_start} == 10.

Not only messages are sent through listeners. Holograms, effects, and much of the airdrop's logic work through them, giving you the ability to customize the airdrop the way you want.

Features:
  • Schematics support
  • Customizable effects
  • Airdrop summoner items
  • Location generation settings
Differences from BAirDrop
  • Completely redesigned timers:
  • Now you can create unlimited timers for different airdrops.
  • Redesigned command syntax:
  • It is now simpler, easier to understand and allows you to do the following: [NEARBY] 10 [MESSAGE] &aYou are within 10 blocks of an airdrop!
  • Reworked location search:
  • It is now more optimized.
  • Now there is a separate generator settings file for each airdrop.
  • Now there is no difference between finding a location in the Nether and in the normal world.
  • Airdrop inventory has been redesigned:
  • There is now built-in randomization of the number of items.
  • You can now enable animation of inserting loot into the inventory.
  1. Addon support.
  2. The plugin is completely rewritten, which gives more room to introduce new features.
Resource Information
Author:
----------
Total Downloads: 1,759
First Release: Aug 4, 2024
Last Update: Aug 4, 2024
Category: ---------------
All-Time Rating:
4 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings