⚡ Ultimate Airdrops - [1.16-1.21] | Custom loot ✅ | Chance system ✅ | Holograms ✅ | PlaceholderAPI ✅ icon

⚡ Ultimate Airdrops - [1.16-1.21] | Custom loot ✅ | Chance system ✅ | Holograms ✅ | PlaceholderAPI ✅ -----

Make your players move to random locations to loot custom airdrops




Fixed:
  • Error caused when worldguard-region was disabled either in global config or for a specific airdrop with WorldGuard installed.
----------, Dec 12, 2024

Fixed:
  • Errors in some 1.21.x versions.
----------, Dec 6, 2024

This update requires config.yml to be regenerated OR to add this lines to the existing ones
Code (YAML):

check-lands-claims
: true # [Lands]
 
Added:
  • Lands claim checks, now airdrops will not spawn in lands claims if you have check-lands-claims enabled
Fixed:
  • Some commands not working properly within the commands-on-airdrop-despawn option.
----------, Oct 2, 2024

This update requires config.yml to be regenerated OR to add this lines to the existing ones
Code (YAML):
   airdrop-spawn-time-left : "%prefix% &aTime until an airdrop lands: %spawn_time%"     # Placeholders: %spawn_time%
    airdrop-never-spawning-label
: "Never"     # Placeholders: N/A; Used when airdrop auto-spawning is disabled in related messages.



Added:
  • /airdrops timeleft command, this command will show the time left for an airdrop to spawn, this command is available for all the players by default, you can disable it by setting the ultimateairdrops.timeleft permission to false
  • airdrop-never-spawning-label message to customize the placeholder when airdrop auto-spawning is disabled.
  • Now you can set airdrop chance to 0, this will make the airdrop only spawn whith the /airdrop summon <id> command.
----------, Sep 24, 2024

This update requires config.yml to be regenerated OR to add this lines to the existing ones
Code (YAML):
   worldguard-region : true # Creates a worldguard region for the . [WorldGuard]
    worldguard-region-flags
: # WorldGuard flags for the airdrop region when it is protected. [WorldGuard]
        block-break
: deny
        lava-flow
: deny
        pistons
: deny
        block-place
: deny
        build
: deny
        enderman-grief
: deny
        pvp
: allow
        interact
: allow
        use
: allow
        chest-access
: allow
Changed:
  • Airdrops protection and airdrop locking no longer requires worldguard to work.
  • Now airdrops are mandatory protected and its no longer an option.
  • Renamed "protected-region-flags" to "worldguard-region-flags" and "protect-airdrops" to "worldguard-region".
Removed:
  • Removed "locked-region-flags" option.
Improved:
  • Airdrop auto spawning performance.
Fixed:
  • Worldguard flags not being applied when an airdrop was not locked.
PD: Thank you all for the 25k downloads :)
----------, Sep 16, 2024

Fixed:
  • Fixed airdrop interaction not working.
Improved:
  • Invalid property logging for world property.
----------, Sep 5, 2024

This update requires config.yml and messages.yml to be regenerated OR to add this lines to the existing ones
Config.yml
Code (YAML):
   maxY : 319 # Take in count the max build height of your world.
    minY
: -63 # Take in count the min build height of your world.


Added:
  • Custom min and max Y height for the airdrops to land.
Improved:
  • Error logging when a property value is not valid.
----------, Sep 4, 2024

This update requires config.yml and messages.yml to be regenerated OR to add this lines to the existing ones
Config.yml
Code (YAML):
   avoid-block-types : # Block types that airdrops cannot spawn on top of. (Block ID list: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html)
        - WATER
        #- TNT


Added:

  • Avoided block types for the airdrop to spawn on top of.
Removed:
  • check-water-blocks because its functionality can be replicated with the new avoid-block-types.
----------, Aug 24, 2024

This update requires config.yml and messages.yml to be regenerated OR to add this lines to the existing ones
Config.yml
Code (YAML):
   region-offset-x-plus : 0
    region-offset-x-minus
: 0
    region-offset-y-plus
: 0
    region-offset-y-minus
: 0
    region-offset-z-plus
: 0
    region-offset-z-minus
: 0



Added:

  • Custom WorldGuard region size configuration.
  • check-towny-claims option now checks for towny nations as well.
Fixed:
  • Dynmap time left format.
  • WorldGuard flags options GUI description.
Improved:
  • Airdrop types now take less memory to be stored.
  • Random location algorithm.
----------, Aug 21, 2024

This update requires config.yml and messages.yml to be regenerated OR to add this lines to the existing ones
Config.yml
Code (YAML):
   broadcast-unlock : true # Broadcasts messages when an airdrop is unlocked (customizable in messages.yml).
    broadcast-start-unlocking
: true # Broadcasts when an airdrop starts unlocking (customizable in messages.yml).
    broadcast-first-open
: true # Broadcast messages when an airdrop is opened for the first time by a player (customizable in messages.yml).
Added:
  • Each broadcast type toggle.
Fixed:
  • First opened broadcast spam each time someone opened an airdrop.
  • Cannot open locked airdrops message not being sent.
Improved:
  • Airdrop interaction performance.
----------, Aug 16, 2024

This update requires config.yml and messages.yml to be regenerated OR to add this lines to the existing ones
Config.yml
Code (YAML):
   broadcast-unlock : true # Broadcasts messages when an airdrop is unlocked (customizable in messages.yml).
    broadcast-start-unlocking
: true # Broadcasts when an airdrop starts unlocking (customizable in messages.yml).
    broadcast-first-open
: true # Broadcast messages when an airdrop is opened for the first time by a player (customizable in messages.yml).
Added:
  • Each broadcast type toggle.
Fixed:
  • First opened broadcast spam each time someone opened an airdrop.
  • Cannot open locked airdrops message not being sent.
----------, Aug 16, 2024

This update requires config.yml and messages.yml to be regenerated OR to add this lines to the existing ones
This update will also clear all your spawned airdrops to update the database, this process is automatic
Config.yml
Code (YAML):
   block-type : CHEST # The block type of the airdrop. (Block ID list: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html)
Added:
  • New option to set the airdrop block to whichever one you want.
  • Now all airdrop inventories display the airdrop name in the top left instead of "Chest".
Fixed:
  • %player% placeholder in command related options not working properly.
  • GUIs not working in 1.20.1.
Improved:
  • Database performance.
----------, Aug 14, 2024

This update requires config.yml and messages.yml to be regenerated OR to add this lines to the existing ones
Config.yml
Code (YAML):
   commands-on-airdrop-spawn : # Placeholders: %airdrop_name%, %aidrop_id%, %x_coord%, %y_coord%, %z_coord%, %max_corner_x_coord%, %min_corner_x_coord%, %max_corner_z_coord%, %min_corner_z_coord%

        #- gamemode adventure @a
    commands-on-airdrop-despawn
: # Placeholders: %airdrop_name%, %aidrop_id%, %x_coord%, %y_coord%, %z_coord%, %max_corner_x_coord%, %min_corner_x_coord%, %max_corner_z_coord%, %min_corner_z_coord%
        #- gamemode survival @a
    commands-on-airdrop-start-unlocking
: # Placeholders: %player%, %airdrop_name%, %aidrop_id%, %x_coord%, %y_coord%, %z_coord%, %max_corner_x_coord%, %min_corner_x_coord%, %max_corner_z_coord%, %min_corner_z_coord%
        #- time set day
    commands-on-airdrop-unlock
: # Placeholders: %airdrop_name%, %aidrop_id%, %x_coord%, %y_coord%, %z_coord%, %max_corner_x_coord%, %min_corner_x_coord%, %max_corner_z_coord%, %min_corner_z_coord%
        #- say %aidrop_name%
    commands-on-airdrop-first-open
: # Placeholders: %player%, %airdrop_name%, %aidrop_id%, %x_coord%, %y_coord%, %z_coord%, %max_corner_x_coord%, %min_corner_x_coord%, %max_corner_z_coord%, %min_corner_z_coord%
        #- lightning %player%
Messages.yml
Code (YAML):
   airdrop-first-open-broadcast : "%prefix% &6%player% &ehas opened an &6%airdrop_name% &eat %x_coord% %y_coord% %z_coord%"     # Placeholders: %player%, %airdrop_name%, %x_coord%, %y_coord%, %z_coord%, %max_corner_x_coord%, %max_corner_z_coord%, %min_corner_x_coord%, %min_corner_z_coord%; Corner placeholders are affected by the location offset, normal coords are the real ones.

    airdrop-start-unlock-broadcast
: "%prefix% &6%player% &ehas started unlocking an &6%airdrop_name% &earound %max_corner_x_coord% %max_corner_z_coord% and %min_corner_x_coord% %min_corner_z_coord%, %locked_time_left% left"     # Placeholders: %locked_time_left%, %player%, %airdrop_name%, %x_coord%, %y_coord%, %z_coord%, %max_corner_x_coord%, %max_corner_z_coord%, %min_corner_x_coord%, %min_corner_z_coord%; Corner placeholders are affected by the location offset, normal coords are the real ones.
    airdrop-unlocked-broadcast
: "%prefix% &eAn &6%airdrop_name% &ehas been unlocked around %max_corner_x_coord% %max_corner_z_coord% and %min_corner_x_coord% %min_corner_z_coord%"     # Placeholders: %airdrop_name%, %x_coord%, %y_coord%, %z_coord%, %max_corner_x_coord%, %max_corner_z_coord%, %min_corner_x_coord%, %min_corner_z_coord%; Corner placeholders are affected by the location offset, normal coords are the real ones.
 

Added:

  • Now you can set commands and broadcast messages when an airdrop has been first opened, unlocked and started to unlock.
  • Placeholders for the commands on event options.
Fixed:
  • Error when a gui input gets aborted.
  • Some messages displaying player name instead of display name.
  • Config default flag in protectred-region-flags and locked-region-flags "ender-build" was misspelled, changed to the correct name "enderman-grief".
  • Spawned airdrop incongruences when its type was edited, now spawned airdrops usa a snapshot of the properties when they where spawned.
Improved:
  • airdrop-started-to-unlock default message value.
  • Event hook performance.
Removed:
  • Warning against file editing in airdrops.yml, it is now safe to manually edit.
----------, Aug 12, 2024

Fixed:
  • Unlock on Interact not working properly
----------, Aug 10, 2024

Fixed:
  • Error on PlayerInteractEvent when the player was interacting to a non block object.
----------, Aug 10, 2024

This update requires config.yml and messages.yml to be regenerated OR to add this lines to the existing ones

Config.yml
Code (YAML):

   check-towny-claims
: true # [Towny]
   protected-region-flags
: # WorldGuard flags for the airdrop region when it is protected. [WorldGuard]
       block-break
: deny
       lava-flow
: deny
       pistons
: deny
       block-place
: deny
       build
: deny
       ender-build
: deny
       pvp
: allow
       interact
: allow
       use
: allow
       chest-access
: allow
   locked-region-flags
: # WorldGuard flags for the airdrop region when it is locked. [WorldGuard]
       block-break
: deny
       lava-flow
: deny
       pistons
: deny
       block-place
: deny
       build
: deny
       ender-build
: deny
       pvp
: allow
       interact
: deny
       use
: deny
       chest-access
: deny
 
Added:
  • Towny support, now you can avoid airdrops spawning in towny claims.
  • Now you can set custom worldguard flags for locked and protected airdrops.
Fixed:
  • WorldGuard flags updating each airdrop tick.
Changed:
  • The config.yml file has been reordered into new categories so options can be found easily.
----------, Aug 7, 2024

This update requires config.yml and messages.yml to be regenerated OR to add this lines to the existing ones

Config.yml
Code (YAML):

    start-unlocking-on-interaction
: false # If true the unlocking countdown starts when a player interacts with the airdrop, else it starts when the airdrop spawns. [WorldGuard]
 

Messages.yml

Code (YAML):

    airdrop-started-to-unlock
: "The airdrop %airdrop_name% has started to unlock, %locked_time_left% left" # Placeholders: %airdrop_name%, %locked_time_left%
 

Added:

  • Option to start unlocking an airdrop once a player interacts with it.
  • Now airdrops can be locked without the protect airdrop option enabled.
Fixed:
  • Holograms disappearing when a new airdrop spawns.
----------, Jul 31, 2024

Fixed:
  • Time format on airdrop holograms.
Changed:
  • Now protected airdrops do not deny explosions in its surroundings although they will not destroy the airdrop chest itself.
----------, Jul 21, 2024

This update requires messages.yml to be regenerated OR to add this lines to the existing one

Code (YAML):

    airdrop-hologram
: # Placeholders: %airdrop_name%, %time_left%, %locked_status%
        - "&2Drop
: &a%airdrop_name%"
        - "&6Time left
: &e%time_left%"
        - "&cLocked
: &e%locked_status%"
   airdrop-unlocked-label
: "No" # Placeholders: N/A; Used when locked time is 0 in any other messages
 
Added:
  • Multiline messages support.
Improved:
  • /airdrops help nos displays more command info.
  • Holograms performance.
Changed:
  • hologram-drop-name, hologram-time-left, hologram-locked-time-left, hologram-is-not-locked are now merged into airdrop-hologram message, so they were removed.
  • dynmap-unlocked-label has is now named airdrop-unlocked-label because its now used in other messages as the hologram one.
----------, Jul 21, 2024

Fixed:
  • Fixed /airdrops edit <id> not displaying the configurated items in the items gui.
----------, Jul 14, 2024

Fixed:
  • /airdrops edit <id> command
  • Legacy pre 0.4.0-BETA airdrop type adapter to new format is now working correctly
----------, Jul 13, 2024

This update requires config.yml to be regenerated OR to add this lines to the existing one

Code (YAML):

commands-on-airdrop-spawn
:
#- gamemode adventure @a
#- say Hello world!
commands-on-airdrop-despawn
:
#- gamemode survival @a
#- say Bye world!
 
New Features:
  • Added options to set different commands on airdrop spawn and despawn.
Fixed:
  • Removed a debug message on airdrop reload.
Improved:
  • Airdrop edit gui look and performance.
----------, Jul 11, 2024

Read before updating:
  • Use /airdrops clear, stop your server, delete the database.db file, then update the plugin.
  • Read the "Changed" entry down below.
New Features:
  • Now you can disable airdrop auto-spawning by setting the
    "delay-treshold" option to 0.
Changed:
  • All the options in config.yml that where in ticks are now in seconds, this was due to the changes in the spawning and updating logic, ticks based settings are now pointless.
  • Updated messages.yml placeholders to standardize them (%drop_name%, %drop_id%, %drop_chance% -> %airdrop_name%, %airdrop_id%, %airdrop_chance%), this was due to some placeholders serving the same purpose and being named in a different way.
  • Added %prefix% placeholder for all the messages in messages.yml so you can decide which ones to put it on.
Improved:
  • Spawning, updating and removing airdrops performance.
  • Spawned airdrop database storing.
  • Recoded the messages system.
Fixed:
  • PlaceholderAPI placeholder (again).
----------, Jul 3, 2024

This update requires config.yml to be regenerated OR to add this lines to the existing one

Code (YAML):

check-water-blocks
: true # Prevent airdrops from spawning in water blocks.
 
New Features:
  • Added an option to avoid spawning airdrops in water blocks.
Fixed:
  • Fixed negative coordinates being rejected in the airdrop manager gui.
  • Lasers will not be available in versions 1.20.5 and 1.20.6 until the API that provides them gets updated.
----------, Jun 24, 2024

Fixes:
  • Fixed /airdrop create and /airdop edit not working in 1.20.5 and 1.20.6.
----------, Jun 18, 2024

Make backup of your airdrops.yml file before updating, as the saving format has changed this file will port your past airdrops to the new version, although unexpected errors could happen

New Features:

  • New /airdrops create and /airdrops edit <id> menus for airdrop managing.
  • New per item chance and quantity ranges
  • New configurations for each airdrop type, config.yml options are now the default ones, each one can be overriden for each airdrop type.
[​IMG]

Fixes:
  • World Guard messages when an airdrop is protected but not locked.
  • Fixed issues with airdrop-despawning-time config option.
  • Fixed World Guard implementation bugs.
  • Fixed dynmap bugs on reload.
  • Fixed magma software bug causing items to drop in the ground when an airdrop was removed (this does not imply full magma support).
  • Fixed lasers not working in versions 1.20.5, 1.20.6.
Improvements:
  • Some code cleanups.
  • Improved overall performance.
Removed:
  • Removed some messages from messages.yml (airdrop-succesfully-created, airdrop-create-chance-not-number, airdrop-create-bad-syntax, point-to-a-chest-to-create) because they are now useless.
Other:
  • airdrop-despawning-time option is now disabled when set to 0.
DISCLAIMER: This update is huge, unexpected bugs could appear, do not hesitate posting them at our discord server.
----------, Jun 15, 2024

Fixed:
  • Dynmap implementation not working.
Improved:
  • Some code parts to improve overall performance.
----------, Jan 15, 2024

This update requires config.yml and messages.yml to be deleted OR to add this lines to that files
Messages.yml (renamed "airdrop-auto-removed-broadcast" to "airdrop-removed-broadcast" and "airdrop-auto-removed-console" to "airdrop-removed-console")
Code (YAML):

airdrop-removed-console
: "&eAn airdrop with the ID %airdrop_id% has been removed from %x_coord% %y_coord% %z_coord%" # Placeholders: %airdrop_id%, %x_coord%, %y_coord%, %z_coord%

airdrop-removed-broadcast
: "&eAn %airdrop_name% around %max_corner_x_coord% %max_corner_z_coord% and %min_corner_x_coord% %min_corner_z_coord% has gone" # Placeholders: %airdrop_name%, %x_coord%, %y_coord%, %z_coord%, %max_corner_x_coord%, %max_corner_z_coord%, %min_corner_x_coord%, %min_corner_z_coord%; Corner placeholders are affected by the location offset, normal coords are the real ones.
 
Config.yml (added "broadcast-spawn-remove"):
Code (YAML):

broadcast-spawn-remove
: true # Broadcast messages when an airdrop is summoned or removed (customizable in messages.yml).
 
Added:
  • Option to disable broadcast messages on airdrop spawn and remove.
Improved:
  • Spawn and remove broadcast messages, they are now more consistent.
  • Removed "no-airdrops-created-list" message entry and mergued with "no-airdrop-created"
  • Database error messages.
Fixed:
  • Prefix on plugin reload.
----------, Jan 7, 2024

This two messages.yml lines have been updated to fix previous placeholders.

Messages.yml:

Code (YAML):

airdrop-auto-removed-broadcast
: "&eAn %airdrop_name% around %max_corner_x_coord% %max_corner_z_coord% and %min_corner_x_coord% %min_corner_z_coord% has gone" # Placeholders: %airdrop_name%, %x_coord%, %y_coord%, %z_coord%, %max_corner_x_coord%, %max_corner_z_coord%, %min_corner_x_coord%, %min_corner_z_coord%; Corner placeholders are affected by the location offset, normal coords are the real ones.
airdrop-summoned-broadcast
: "&aAn %airdrop_name% has landed around %max_corner_x_coord% %max_corner_z_coord% and %min_corner_x_coord% %min_corner_z_coord%"     # Placeholders: %airdrop_name%, %x_coord%, %y_coord%, %z_coord%, %max_corner_x_coord%, %max_corner_z_coord%, %min_corner_x_coord%, %min_corner_z_coord%; Corner placeholders are affected by the location offset, normal coords are the real ones.
 
Fixed:
  • Public coordinates placeholder names not making sense neither their outputs.
----------, Dec 6, 2023

This two messages.yml lines have been updated to specify the new available placeholders, you can replace them from your file

Messages.yml:

Code (YAML):

airdrop-summoned-broadcast
: "&aAn %airdrop_name% has landed around %max_corner_x_coord% %max_corner_y_coord% and %min_corner_x_coord% %min_corner_y_coord%"     # Placeholders: %airdrop_name%, %x_coord%, %y_coord%, %z_coord%, %max_corner_x_coord%, %max_corner_y_coord%, %min_corner_x_coord%, %min_corner_y_coord%; Corner placeholders are affected by the location offset, normal coords are the real ones.

airdrop-auto-removed-broadcast
: "&eAn %airdrop_name% around %max_corner_x_coord% %max_corner_y_coord% and %min_corner_x_coord% %min_corner_y_coord% has gone" # Placeholders: %airdrop_name%, %x_coord%, %y_coord%, %z_coord%, %max_corner_x_coord%, %max_corner_y_coord%, %min_corner_x_coord%, %min_corner_y_coord%; Corner placeholders are affected by the location offset, normal coords are the real ones.
 
Added:
  • Random coordinates range for broadcast messages that will be synchronized with the dynmap ones and future implementations.
Fixed:
  • Dynmap error while dynmap was not installed.
  • Visual error causing dynmap not showing as enabled neither disabled dependency on startup.
  • GuardianBeamAPI error in 1.20.2 (reported by @Nuttapillar).
  • Airdrop not being properly protected when using an custom Y value on /airdrops summon
Improved:
  • Some code cleanup.
----------, Nov 12, 2023

This update requires config.yml to be deleted OR to add this lines to that file

Config.yml

Code (YAML):
 
public-location-offset-x
: 0 # The players will be notified with an offset range of coordinates based on this, also affects the dynmap marker.
public-location-offset-z
: 0 # The players will be notified with an offset range of coordinates based on this, also affects the dynmap marker.

dynmap-markers
: true # Cretes markers in your server's Dynmap map (Dynmap markers replicate the location offset when used, otherwise it will just point to the exact block). [Dynmap]
dynmap-shape
: "CIRCLE" # Dynmap marker shape, CIRCLE or SQUARE. [Dynmap]
 
Messages.yml
Code (YAML):
 
dynmap-marker-display-name
: "<div> Airdrop: %drop_name% </div> <br/> <div> Time left: %time_left% </div> <br/> <div> Locked: %locked_status% </div>"     # Placeholders: %drop_name%, %locked_status%, %time_left%; Supports HTML code, as well as inline styles.
dynmap-unlocked-label
: "No"     # Placeholders: N/A; Used when locked time is 0 in any other messages
 
ADDED:
- New Dynmap implementation (softdepend), now you can display the airdrops with a marker in your Dynmap map.
- 3 types of dynmap marker, square, circle or marker.
- New public location offset, this will make that all the clues sent to the players about the airdrops location to be an area where they will need to search them (currently not added to the broadcast messages, planned to be added in the next update).
- Square and circle dynmap markers will be affected by the random public offset location, so they will display an area to search.

IMPROVED:

- Fixed a random warning when airdrops where auto-removed.
- Improved some error messages related to the database.
- Fixed some database error messages.
- Fixed error when using check loaded chunks.
- Updated some dependencies.
- Some code cleanup.
----------, Nov 1, 2023

FOR THIS NEW VERSION YOU MUST DELETE ALL YOUR PREVIOUS CONFIG FILES.

DISCLAIMER: This is a first stable version, we put all our efforts in testing this as deep as we could, but some unexpected minor errors could appear.


NOTE: This plugin will change its name to "ksAirdrops" in upcoming versions

Hello you all guys, first of all we need to thank you all, it has been a long way to get to this point but we finally did it, we have recreated UltimateAirdrops from scratch to give all your players a better experience, we have improved every aspect of the plugin and fixed all the bugs you all reported, we also added native 1.20.x compatibility. Special thanks to all the users that came to our Discord server to help us testing all the brand new snapshot versions, we appreciate it a lot.

This version is a starting point to continue building new features so do not hesitate to join our Discord server to request new features or test the new ones.
----------, Sep 24, 2023

Added:
  • Full 1.19 support.
Fixed:
  • Some 1.19 bugs.
----------, Jun 11, 2022

This update requires config.yml to be deleted OR to add this lines to that file

Config.yml

Code (YAML):
   
    check-redprotect-regions
: true
 
Added:
  • RedProtect support, now airdrops will not spawn in RedProtect regions.
  • Command Tab Completer.
Improved:
  • Some code improvements.
----------, Jun 9, 2022

This update requires config.yml to be deleted OR to add this lines to that file

Config.yml

Code (YAML):

    min-players-to-spawn-airdrop
: 0 # Minimum players to spawn an airdrop (set 0 to disable)
    check-griefprevention-regions
: true
 

Added:

  • Added minimum players to spawn airdrops option (suggested by @MatiPoirier).
  • Added GriefPrevention claims check option (suggested by @good_to_die).
Fixed:
  • Fixed dependencies loading before the plugin (reported by @Folinq).
Improved:
  • More code cleanup
----------, Jun 6, 2022

This updates requires to completely regenerate Database.yml & Config.yml

Features:
  • Added "DecentHolograms" support (requested by @The_osher ).
  • Now drops time left saves on server restart.
Improvements:
  • Full plugin recode.
  • Improved performance.
  • Improved dependencies handler.
  • Improved database functionality.
Fixes:
  • Fixed "/airdrops reload" not reloading plugin's prefix.
  • Fixed DecentHologras throwing an error while installed with HolographicDisplays (reported by @Folinq ).
  • Fixed error while WorldGuard was not installed.
Removed:
  • Removed "airdrop-despawning-time-after-server-restart" option because its no longer necessary.

PD: Thanks for the +30 servers using this plugin and the +250 downloads <3
----------, Jun 1, 2022

This update requires config.yml to be deleted OR to add this lines to that file

Config.yml

Code (YAML):

    create-holograms
: true
 

Added:

  • Config option to enable/disable holograms.
Improved:
  • Optimized some parts of the code.
----------, May 29, 2022

Fixed:
  • Fixed the new world config option not working properly
----------, May 28, 2022

This update requires config.yml to be deleted OR to add this lines to that file

Config.yml

Code (YAML):

    world
: world
 
(Also delete the world parameteer at the min and max config options)

Fixed:

  • Fixed plugin disabling when you dont have WorldGuard installed
  • Fixed airdrops not protecting when auto-spawning
  • Fixed Lasers at 1.16.x versions

Added:
  • Added a "world" config option and deleted that parameteer from the min & max options (Example below)
Before:
upload_2022-5-27_20-17-39.png
After:
upload_2022-5-27_20-18-39.png
----------, May 27, 2022

This update requires messages.yml to be deleted OR to add this lines to that file

Messages.yml

Code (YAML):

    airdrop-summoned-broadcast
: "&aAn airdrop has landed at %x_coord% %y_coord% %z_coord%"     # Placeholders: N/A
 

Added:

  • Now when a airdrop spawns a message will be sent to all online players.
----------, May 24, 2022

Fixes:
  • Fixed up plugin not enabling due not finding plugin.yml file, sorry for the inconvenience
----------, May 23, 2022

Fixes:
  • Fixed bStats metrics not working
----------, May 19, 2022

Fixed:
  • YAML files on 1.16.x and 1.17.x.
  • Now lasers and holograms will be removed when non protected airdrops get destroyed.
  • Other random stuff
----------, May 16, 2022

Resource Information
Author:
----------
Total Downloads: 28,077
First Release: May 16, 2022
Last Update: Dec 12, 2024
Category: ---------------
All-Time Rating:
31 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings