What is AirdropFlare?
AirdropFlare is a rewards plugin. It allows users to place a configured item on the ground. This item calls an airdrop, which drops from the sky after a certain amount of time. The airdrop will fall from the sky, and will contain configured rewards.
Is it configurable?
AirdropFlare is highly configurable, it allows the configuring of messages, timing, holograms, rewards, etc..
How does it work?
Upon being given an airdrop caller, you place it on the ground. A hologram appears stating the amount of time left for the airdrop to reach the ground. All players will know an airdrop was called. When it reaches the ground, random rewards will fill in it, and everyone is allowed to open the airdrop. After a configured amount of time, and even if no one opened the airdrop, it will be removed.
Showcase:
This was done by NewTubeGaming
Commands:
/afc help: shows the help page, permission: command.afc
/afc give <player> <amount>: gives a certain amount of airdrop callers to a player, permission: command.afc
Dependencies:
NONE
Features:
http://fusitoxmc.com/Images/
Configuration:
TOS:
You are not allowed to edit the code
You are not allowed to redistribute the plugin
You are not allowed to resell the plugin
Any hooking into the plugin requires a permission via PM
Purchase:
https://www.spigotmc.org/resources/airdropflare.48047/
AirdropFlare is a rewards plugin. It allows users to place a configured item on the ground. This item calls an airdrop, which drops from the sky after a certain amount of time. The airdrop will fall from the sky, and will contain configured rewards.
Is it configurable?
AirdropFlare is highly configurable, it allows the configuring of messages, timing, holograms, rewards, etc..
How does it work?
Upon being given an airdrop caller, you place it on the ground. A hologram appears stating the amount of time left for the airdrop to reach the ground. All players will know an airdrop was called. When it reaches the ground, random rewards will fill in it, and everyone is allowed to open the airdrop. After a configured amount of time, and even if no one opened the airdrop, it will be removed.
Showcase:
This was done by NewTubeGaming
Commands:
/afc help: shows the help page, permission: command.afc
/afc give <player> <amount>: gives a certain amount of airdrop callers to a player, permission: command.afc
Dependencies:
NONE
Features:
- Highly configurable
- Airdrops drop vertically
- Airdrops are removed after a certain amount of time
- Configurable time to reach ground, and time for removal
- Configurable rewards with rarities
- Messages broadcast on airdrop call, and drop
- Holograms
- Highly configurable items
- Commands can be executed by airdrops
http://fusitoxmc.com/Images/
Configuration:
Code:
# the main item configuration
MainItem:
type: 76
name: '&cAirdrop Caller &7(Right Click)'
lore:
- '&aRight click to call an airdrop'
# time to remove after drop in seconds
TimeToRemove: 30
# Messages for airdrop
Messages:
called-airdrop:
caller: '&aYou called an airdrop at &f%location%'
broadcast: '&f%player% &acalled an airdrop at &f%location%'
airdrop-arrived: '&aThe airdrop reached the ground at &f%location%'
noPermission: '&cYou do not have the permission to perform this command'
givenAirdropCaller: '&aYou were given &f%amount% &aairdrop caller(s)'
# Hologram configuration
# wait time in seconds
WaitTime: 60
# hologram lines
Hologram:
waiting:
- '&cAirdrop dropping in approximately &f%time% &csecond(s)'
arriving:
- '&aAirdrop arriving'
otherLoc:
- '&cThe airdrop Could not reach your exact location'
- '&cand therefore dropped at a different one'
# Reward amount per airdrop
RewardAmount:
minimum: 3
maximum: 5
# Rewards
# The total amount of the rarities should be equal to 100
# decimals are supported
# one reward can be won more than once per crate, be sure to reduce rarity of rewards you dont want to be won twice
Rewards:
# add as many as you want
command_rew_1:
type: cmd
rarity: 15.2
commands:
- 'eco give <player> 100'
message:
- '&3You won $100 from an airdrop'
broadcast:
- '&a<player> &cWon $100 from an airdrop'
gold:
type: item
item: 266
amount: 5
rarity: 15.4
item-data:
name: '&6Gold Reward'
lore:
- 'You won this in an airdrop'
diamond:
type: item
item: 266
amount: 3
rarity: 19.4
item-data:
name: '&6Diamond Reward'
lore:
- 'You won this in an airdrop'
sword:
type: item
item: 267
amount: 1
rarity: 30
item-data:
name: '&6Sword Reward'
lore:
- 'You won this in an airdrop'
tnt:
type: item
item: 46
amount: 10
rarity: 20
item-data:
name: '&6Tnt Reward'
lore:
- 'You won this in an airdrop'
TOS:
You are not allowed to edit the code
You are not allowed to redistribute the plugin
You are not allowed to resell the plugin
Any hooking into the plugin requires a permission via PM
Purchase:
https://www.spigotmc.org/resources/airdropflare.48047/
Last edited:
