Skip to main content
Airdrops background
First-party pluginPreviewPublic plugins
Airdrops icon

Airdrops

Timed airdrops and reward crate events.

Run scheduled drops and manual flare call-ins from the same crate system.
Use crate families, loot tables, zones, open actions, and live admin GUIs instead of hardcoding every event by hand.
Preview a future-stage first-party system that already has a real runtime, real docs, and a clear event loop.

Runtime

Paper 1.21.10+ / Java 21

Admin tools

/airdrop commands, config.yml, crateTypes.yml, admin GUI

Notable lanes

Scheduler, flare call-ins, loot simulation, cleanup, display-model drops

Stage

Future preview

Latest release

Airdrops

Timed airdrops and reward crate events.

  • Run scheduled drops and manual flare call-ins from the same crate system.
  • Use crate families, loot tables, zones, open actions, and live admin GUIs instead of hardcoding every event by hand.
  • Preview a future-stage first-party system that already has a real runtime, real docs, and a clear event loop.
Browse plugin directory

Overview

Airdrops is much more than one chest falling from the sky. The plugin already covers scheduled events, flare-driven manual call-ins, loot tables, zones, model-backed visuals, admin editing, and crash-safe cleanup behavior.

It is marked as a future-stage page in the catalog because the product surface is still being shaped, but the core system is real and already documented in depth.

At a glance

  • Run scheduled drops and manual flare call-ins from the same crate system.
  • Use crate families, loot tables, zones, open actions, and live admin GUIs instead of hardcoding every event by hand.
  • Preview a future-stage first-party system that already has a real runtime, real docs, and a clear event loop.

Compatibility and setup

Runtime

Paper 1.21.10+ / Java 21

Admin tools

/airdrop commands, config.yml, crateTypes.yml, admin GUI

Notable lanes

Scheduler, flare call-ins, loot simulation, cleanup, display-model drops

Stage

Future preview

Guide

Airdrops purpose banner

Purpose

Make crate drops feel like live server events, not random loot pops

Airdrops is built for servers that want the drop itself to be part of the spectacle and the admin workflow.

The plugin handles the full event pipeline: when drops happen, where they can happen, what they look like, how they open, and what rewards are delivered when players get there.

That makes it useful as both a gameplay system and an event-operations tool. It is not only about the reward crate. It is about everything around the drop that makes players care.

Overview

  • Scheduled drop rotation and manual flare call-ins.
  • Per-crate zones, loot actions, and model-backed presentation.
  • Admin GUIs, migration tools, and live testing surfaces.
Airdrops quickstart banner

First Boot

Start with one clean crate family and one controlled zone

The smartest rollout is to prove one scheduled crate and one manual call-in before building a whole event rotation.

After the first boot, the core admin surface lives in config.yml and crateTypes.yml. That covers scheduler cadence, interactions, visuals, zones, rewards, and cleanup rules.

YAML
callins:
  crackshot:
    enabled: false
    weaponTitle: "flaregun"
interactions:
  crate:
    blockClickRadius: 1.75

Use one crate family, one zone, one manual flare, and one scheduled drop as the first milestone. If those feel stable, the larger event surface is worth expanding.

First boot

  • The drop spawns, lands, and opens correctly.
  • Zones and interactions behave the way staff expect.
  • The admin GUI and migration tools match the live file structure.
Airdrops features banner

Standout Features

The standout feature is how much of the event pipeline already lives in one plugin

Airdrops covers crate families, flare call-ins, loot simulation, drop physics, visuals, migration, and crash recovery instead of only spawning a reward container.

That breadth is what makes the plugin useful on event-heavy servers. Staff can manage scheduler flow, manual activations, crate content, visuals, and cleanup without stitching several different tools together.

It also means the server can treat drops as a repeatable live event instead of one-off manual admin theater.

Where the plugin already goes deep

  • Manual call-ins and scheduled drops share one crate system.
  • Loot tables, itemspray logic, and open actions are already first-class features.
  • Migration, simulation, and cleanup routes make live operation safer.
Airdrops showcase banner

Showcase

Show the flyover, the flare, and the reward moment

Airdrops is best sold through a live event sequence, not only a config list.

Use the gallery to show one scheduled plane or display flyover, one manual flare call-in, and one opened reward scene that proves the drop is worth fighting over.

That immediately communicates the difference between a cinematic event system and a simple loot chest plugin.

Gallery

  • Drops feel like events, not static crates.
  • The flare and scheduler lanes both look credible.
  • The reward side feels polished enough to keep players engaged.

Gallery

Preview slot

Airdrops in a live server scene

A real in-world shot that shows Airdrops doing its job instead of hiding behind a menu.

Preview slot

Airdrops admin tools

A clean admin, editor, or config view that proves the plugin is practical to run.

Preview slot

Airdrops final payoff

A polished result that shows why the plugin belongs in a production server stack.