
Paojiao134's Airdrop
Within the game, you can summon drop-offs by using commands and customize the contents of the drop-offs.
Screenshots

About this Mod
Airdrop Mod
English | 中文
Version: 1.0
Minecraft Version: 1.20.1
Mod Loader: Forge 47+
Author: Alku
Introduction
Airdrop is a server-oriented Minecraft mod that adds an exciting airdrop system. Players can summon airdrop crates using flare guns, which slowly descend from the sky bringing valuable supplies. The mod supports custom loot pools, scheduled airdrops, range restrictions, and more.
Items
Flare Gun
- Rarity: Epic (EPIC)
- Max Stack: 1
- Function: Right-click to summon an airdrop crate at the player's current position
- Cooldown: 100 ticks (5 seconds)
- Durability: Unlimited uses
Disposable Flare Gun
- Rarity: Common (COMMON)
- Max Stack: 16
- Function: Right-click to summon an airdrop crate at the player's current position
- Cooldown: 20 ticks (1 second)
- Feature: Consumes one item on use, all players receive coordinate notification
Range Limiter
- Max Stack: 1
- Function: Set the area where airdrops can randomly spawn
- Usage:
- Right-click the first block → Set point A
- Right-click the second block → Set point B, area defined
- Sneak + Right-click → Clear range restriction
Airdrop Entity
Airdrop Crate Properties
| Property | Description |
|---|---|
| Inventory Size | 27 slots (equivalent to a large chest) |
| Drop Height | Y = 300 |
| Drop Duration | Approximately 2 minutes |
| Drop Speed | 0.0983 blocks/tick |
Descent Process
- Airdrop crate starts descending from Y=300
- Produces flame and smoke particle trails during descent
- Triggers server-wide notification upon landing
Landing Effects
- Chat Message:
[Alert] Airdrop landed! Coordinates: [X, Y, Z] - Screen Title: Large text displaying "Airdrop Landed!" + coordinate subtitle
- Sound Effect: Plays challenge complete sound
- Particle Effects:
- Light beam from ground to sky (soul flame + glow particles)
- Tall campfire signal smoke
- Flame and large smoke at the base
Interaction
- Right-click the airdrop crate to open inventory
- Survival mode players' first open marks it as "claimed"
Command System
All commands require OP level 2 or higher permission.
Basic Commands
| Command | Description |
|---|---|
/airdrop summon |
Summon an airdrop crate at a random location |
Loot Pool Management
| Command | Description |
|---|---|
/airdrop edit <name> |
Open GUI to edit specified loot pool |
/airdrop delete <name> |
Delete specified loot pool |
Config Import/Export
| Command | Description |
|---|---|
/airdrop export <name> |
Export single loot pool to JSON file |
/airdrop import <filename> |
Import loot pool from JSON file |
/airdrop exportall [filename] |
Export all loot pools (default filename: airdrop_all) |
/airdrop importall <filename> |
Import all loot pools from JSON file |
Scheduled Airdrops
| Command | Description |
|---|---|
/airdrop schedule list |
List all scheduled airdrop tasks |
/airdrop schedule add <name> <time> <chance> |
Add scheduled airdrop task |
/airdrop schedule remove <name> |
Remove scheduled airdrop task |
Parameter Description:
time: Minecraft in-game time (0-24000)chance: Trigger probability (0.0-1.0, e.g., 0.5 means 50%)
Other
| Command | Description |
|---|---|
/airdrop particles |
Toggle airdrop particle effect display (client-side) |
Scheduled Airdrop System
Scheduled airdrops allow the server to automatically generate airdrops at specific times.
Configuration Example
/airdrop schedule add morning 6000 0.3
This will trigger a 30% chance of airdrop at game time 6000 (noon).
How It Works
- The system checks all scheduled airdrop tasks every game day
- When game time matches, it decides whether to trigger based on set probability
- When triggered, airdrop spawns randomly within configured range
Airdrop Range System
Range Priority
- World Border Integration (if border_weaver mod is installed)
- Manually Set Range (via Range Limiter)
- Random Around Player (default: player position ±100 blocks)
World Border Support
The mod automatically detects world borders, ensuring airdrops always spawn within bounds.
Configuration Files
Configuration files located at: config/airdrop/
Main Config (Forge Config)
# Whether to log the dirt block
logDirtBlock = true
# Magic number
magicNumber = 42
# Magic number introduction
magicNumberIntroduction = "The magic number is... "
# Item list
items = ["minecraft:iron_ingot"]
Loot Pool System
Loot Pool Concept
Loot pools are the random source for items in airdrop crates. Each loot pool contains 27 item slots, and a random pool is selected when an airdrop spawns.
Creating Loot Pools
- Use command
/airdrop edit <name>to open edit interface - Place items in the opened chest interface
- Close interface to auto-save
Loot Pool Files
Loot pool configurations are saved in world data and can be backed up or shared via export functionality.
Mod Compatibility
| Mod | Compatibility |
|---|---|
| border_weaver | Optional dependency, provides world border integration |
Installation
- Ensure Forge 47+ is installed (Minecraft 1.20.1)
- Place mod JAR file in
modsfolder - Launch the game
Development Info
- Mod ID:
airdrop - License: All Rights Reserved
- Source Code: Java 17+
FAQ
Q: Airdrops don't generate items?
A: Make sure at least one loot pool is created. Use /airdrop edit <name> to create one.
Q: How to modify airdrop descent speed?
A: Current descent speed is fixed at approximately 2 minutes. To modify, you need to edit AirdropEntity.java in the source code.
Q: Can airdrops be set in specific biomes?
A: Not currently supported, but similar effect can be achieved using the Range Limiter.
Changelog
1.0
- Initial release
- Basic airdrop system
- Flare gun items
- Scheduled airdrop feature
- Loot pool management
- Config import/export
Available Versions
How to Install Paojiao134's Airdrop on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set forge Loader
In the panel under "Egg", select the forge loader and matching Minecraft version (1.21.11).
Install Mod
Open the mod browser in the dashboard and search for "Paojiao134's Airdrop". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.21.11, 1.21.10, 1.21.9 (+14 more)
Server-side
✓ RequiredRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
Paojiao134's Airdrop server crashes on startup – what to do?
Most common cause: wrong forge version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.11). You can switch loaders with one click in the panel.
Is Paojiao134's Airdrop compatible with forge and neoforge?
Paojiao134's Airdrop officially supports forge, neoforge for Minecraft 1.21.11, 1.21.10, 1.21.9. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with Paojiao134's Airdrop – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Paojiao134's Airdrop consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install Paojiao134's Airdrop with just one click on your server.