McAirdrops is an easy to use plugin that allows players to claim airdrops with configurable contents!
- Multi-world support
- Configurable broadcast messages
- Create your own airdrops
- Customize airdrop contents
- Change how fast the airdrop falls
- Change the particle type and amount that beacons the airdrop
- Set a range of coordinates for each airdrop to randomly spawn in
- Enable/Disable scheduled airdrops
- Change the delay in between scheduled airdrops
Commands:
- /airdrop [Crate Name] - Spawns an airdrop at a random location (coordinate range defined in config)
- /airdrop [Crate Name] [x-Coord] [z-Coord] - Spawns an airdrop at a specific location
- /airdroplist - Lists all available airdrop names
- /airdroplocations - Lists all currently landed airdrop
Permissions:
- airdrop.call - Gives access to the /airdrop command
- airdrop.list - Gives access to the /airdroplist command
- airdrop.locations - Gives access to the /airdroplocations command
Default Config
# Plugin coded by Waldxn
# Materials: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
# Particles: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html
# List of all airdrop broadcasts
Prefix: "&9&lAirdrop &r≫"
BroadcastDropping: "&7Airdrop is falling at x:%x%, z:%z%!"
BroadcastLanding: "&7The supply drop has landed at x:%x%, z:%z%!"
BroadcastClaim: "&a%username% &7has claimed the supply drop at x:%x%, z:%z%!"
# Automatically spawn airdrops
AutomaticAirdrops: true
# IMPORTANT! List all of your worlds below. Make sure to disable any worlds by inputting false
AutomaticAirdropWorlds:
world: true
world_nether: false
world_the_end: false
# How many ticks in-between airdrops
AutomaticAirdropDelay: 36000
# Title of the airdrop's inventory
AirdropInventoryTitle: "&7Airdrop"
# How fast the airdrop falls 1 block downwards (20 ticks = 1 second)
AirdropFallingSpeed: 3
Crates:
# Copy this format for your custom crates
DefaultCrate:
# Crate included in automatic airdrops
AutomaticCrate: true
# Particle modifiers (See particles link above for correct syntax such as FIREWORKS_SPARK)
Particle: FIREWORKS_SPARK
ParticleAmount: 1
# Range of coordinates for this crate to drop
xMin: -100
xMax: 100
zMin: -100
zMax: 100
# List of items included in the airdrop (Up to 27 items)
Items:
DIAMOND:
Quantity: 2
# Materials: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
# Particles: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html
# List of all airdrop broadcasts
Prefix: "&9&lAirdrop &r≫"
BroadcastDropping: "&7Airdrop is falling at x:%x%, z:%z%!"
BroadcastLanding: "&7The supply drop has landed at x:%x%, z:%z%!"
BroadcastClaim: "&a%username% &7has claimed the supply drop at x:%x%, z:%z%!"
# Automatically spawn airdrops
AutomaticAirdrops: true
# IMPORTANT! List all of your worlds below. Make sure to disable any worlds by inputting false
AutomaticAirdropWorlds:
world: true
world_nether: false
world_the_end: false
# How many ticks in-between airdrops
AutomaticAirdropDelay: 36000
# Title of the airdrop's inventory
AirdropInventoryTitle: "&7Airdrop"
# How fast the airdrop falls 1 block downwards (20 ticks = 1 second)
AirdropFallingSpeed: 3
Crates:
# Copy this format for your custom crates
DefaultCrate:
# Crate included in automatic airdrops
AutomaticCrate: true
# Particle modifiers (See particles link above for correct syntax such as FIREWORKS_SPARK)
Particle: FIREWORKS_SPARK
ParticleAmount: 1
# Range of coordinates for this crate to drop
xMin: -100
xMax: 100
zMin: -100
zMax: 100
# List of items included in the airdrop (Up to 27 items)
Items:
DIAMOND:
Quantity: 2
For use w/ Spigot 1.12
- You may not resell the plugin
- You can not publish the plugin or the source code anywhere
- By purchasing the plugin you accept these terms and conditions
Price:
Jar - $2.99 USD
Contact Me:
Discord: @Waldxn#8152
Proof of Ownership:
Vouches:
Tutorial Video:
Last edited:
