As a server operator you can call in packages using:
/airdrop starter # drops the starter package
Otherwise, using LuckPerms you can allow everyone to use packages through either of these methods:
/lp group default permission set airdrop.package.all
OR
Add the airdrop-user
group to the desired players
Install the following plugins:
Download and copy the .jar
files for these plugins into your plugins
folder:
Download the latest stable release of Airdrop
here
Place the .jar
into your plugins folder
In your plugins
folder look for the Airdrop
folder.
Open the packages.yml
in your favorite text editor (reccommended to use one that supports YAML)
Use the existing starter
package as an example.
An example of adding another package to the config in addition to the starter
package:
packages:
starter:
items:
- ==: org.bukkit.inventory.ItemStack
v: 3465
type: IRON_HELMET
- ==: org.bukkit.inventory.ItemStack
v: 3465
type: IRON_CHESTPLATE
- ==: org.bukkit.inventory.ItemStack
v: 3465
type: IRON_LEGGINGS
- ==: org.bukkit.inventory.ItemStack
v: 3465
type: IRON_BOOTS
- ==: org.bukkit.inventory.ItemStack
v: 3465
type: BREAD
amount: 2
price: 10.0
/airdrop <command> [args]
Drops a package on the current players location
Displays the current version of the plugin
Lists all the airdrop packages and view contents
Show details about a package
Create a new package, opens up a GUI to add items
Delete a package