Add-ons

Region-protection and map integrations are shipped as separate add-on plugins instead of being baked into the core, so the main plugin stays lightweight and dependency-free. Each add-on is open source — drop its jar into your plugins/ folder alongside UltimateAirdrops and it wires itself in automatically.

  • Region add-ons register a check_* option in the airdrop editor and veto candidate spawns inside protected areas (they listen to SpawnLocationValidateEvent — see the API).
  • Map add-ons place a marker at each live airdrop on your web map.

Region protection

Add-on What it does Download Source
WorldGuard Stops airdrops from spawning inside WorldGuard regions. SpigotMC GitLab
RedProtect Respects RedProtect regions when picking spawn spots. SpigotMC GitLab
Towny Keeps airdrops out of Towny towns and plots. SpigotMC GitLab
GriefPrevention Avoids spawning airdrops inside GriefPrevention claims. SpigotMC GitLab
Lands Avoids spawning airdrops inside Lands claims. SpigotMC GitLab

Map markers

Add-on What it does Download Source
Dynmap Marks live airdrops on your Dynmap web map. SpigotMC GitLab
Pl3xMap Marks live airdrops on your Pl3xMap web map. SpigotMC GitLab

Build your own

Because every add-on is just a normal plugin using the public API, you can write your own integration the same way the ones above do — register a custom property and/or listen to the airdrop events. If you build something useful, share it with us on Discord and we may feature it here.