Add-ons
Region-protection and map integrations are distributed as separate add-on plugins rather than being included in the core, which keeps the main plugin lightweight and free of hard dependencies. Every add-on is open source. Placing its jar in the plugins/ folder alongside UltimateAirdrops is sufficient, as each one registers itself automatically.
- Region add-ons register a
check_*option in the airdrop editor and reject candidate spawns inside protected areas, by listening toSpawnLocationValidateEvent. See the API for details. - Map add-ons place a marker at each live airdrop on the server’s web map.
Region protection
| Add-on | Description | Download | Source |
|---|---|---|---|
| WorldGuard | Prevents airdrops from spawning inside WorldGuard regions. | SpigotMC | GitLab |
| RedProtect | Respects RedProtect regions when selecting spawn locations. | SpigotMC | GitLab |
| Towny | Prevents airdrops from spawning inside Towny towns and plots. | SpigotMC | GitLab |
| GriefPrevention | Prevents airdrops from spawning inside GriefPrevention claims. | SpigotMC | GitLab |
| Lands | Prevents airdrops from spawning inside Lands claims. | SpigotMC | GitLab |
Map markers
| Add-on | Description | Download | Source |
|---|---|---|---|
| Dynmap | Marks live airdrops on a Dynmap web map. | SpigotMC | GitLab |
| Pl3xMap | Marks live airdrops on a Pl3xMap web map. | SpigotMC | GitLab |
Building an add-on
Every add-on is a standard plugin built on the public API, so third-party integrations can be developed in the same way: by registering a custom property, by listening to the airdrop events, or both. Completed integrations can be shared on our Discord and may be listed on this page.