Commands & Permissions
The plugin provides a single base command, /airdrops, with the alias /ultimateairdrops. Each subcommand is gated by its own ultimateairdrops.<sub> permission.
Commands
| Command | Description | Permission |
|---|---|---|
/airdrops create |
Creates an airdrop and opens its editor GUI. | ultimateairdrops.create |
/airdrops edit <id> |
Opens the editor for an existing airdrop. | ultimateairdrops.edit |
/airdrops remove <id> |
Deletes an airdrop type. | ultimateairdrops.remove |
/airdrops list |
Lists all created airdrops. | ultimateairdrops.list |
/airdrops summon [id] [<x> <y> <z> | player] |
Summons an airdrop. Without arguments, a random type at a random location. Optionally accepts a specific id, exact coordinates, or a player. | ultimateairdrops.summon |
/airdrops clear |
Removes all currently spawned airdrops from the world. | ultimateairdrops.clear |
/airdrops countdown |
Displays the time remaining until the next airdrop spawns. | ultimateairdrops.countdown |
/airdrops compass [player] |
Gives the airdrop tracker compass to the sender or to another player. | ultimateairdrops.compass |
/airdrops reload |
Reloads the config, messages, behaviors and effects. | ultimateairdrops.reload |
/airdrops version |
Displays the current plugin version. | ultimateairdrops.version |
/airdrops help |
Lists all available commands. | ultimateairdrops.help |
Examples of
/airdrops summon:summon(random type, random location),summon 0(type 0, random location),summon 0 100 64 -200(exact coordinates) andsummon 0 Steve(at a player).
Permissions
| Node | Grants | Default |
|---|---|---|
ultimateairdrops.* |
All permissions below. | OP |
ultimateairdrops.create |
/airdrops create |
OP |
ultimateairdrops.edit |
/airdrops edit |
OP |
ultimateairdrops.remove |
/airdrops remove |
OP |
ultimateairdrops.list |
/airdrops list |
OP |
ultimateairdrops.summon |
/airdrops summon |
OP |
ultimateairdrops.clear |
/airdrops clear |
OP |
ultimateairdrops.reload |
/airdrops reload |
OP |
ultimateairdrops.version |
/airdrops version |
OP |
ultimateairdrops.compass |
/airdrops compass |
OP |
ultimateairdrops.countdown |
/airdrops countdown |
Everyone |
ultimateairdrops.help |
/airdrops help |
Everyone |
countdown and help are available to all players by default; all other subcommands are restricted to operators. Individual nodes can be granted through a permissions plugin to make specific commands available to staff ranks.