A simple to use, highly configurable crate drop plugin that allows players to find and claim randomly dropped crates for configurable rewards.
(See video below for a demonstration/tutorial)
Previously rated 5 stars, updated and brought back due to request from users
Available here: https://www.spigotmc.org/resources/alpha-drops-supply-drop-care-package-plugin.49559/
Highly configurable
MassiveCore Factions Support
Excellent reward system
Multi world support
GUI allowing players to view rewards and chances
Disable drops when no players are online
Particles around active drops
Random automated drops, as well as physical crates that can be given to players
- /supplydrop -> Lists all SupplyDrop Sub-Commands
- /supplydrop drop {x} {z} -> Spawns a SupplyDrop at X and Z
- /supplydrop random -> Initiates a random SupplyDrop
- /supplydrop locations -> Lists all current SupplyDrop locations
- /supplydrop remove -> Removes all current SupplyDrops
- /supplydrop give {player} {amount} -> Gives player their own SupplyDrops which they can place and claim
Note: To create the rewards GUI simply set the first line of a sign to: [SupplyDrops]
- supplydrop.drop -> Allows user to use /supplydrop drop
- supplydrop.random -> Allows user to use /supplydrop random
- supplydrop.locations -> Allows user to use /supplydrop locations
- supplydrop.remove -> Allows user to use /supplydrop remove
- supplydrop.rewardsign -> Allows user to create a RewardSign
- supplydrop.give -> Allows user to give player their own SupplyDrops
Sample Config:
Code:
SupplyDrop:[/SIZE][/FONT][/COLOR]
[FONT=Arial][SIZE=5][COLOR=rgb(44, 44, 44)] Messages:
Prefix: '&8[&6SupplyDrops&8] '
Drop-Message: '%prefix% &6A SupplyDrop has landed at &cX: %x% Y: %y% Z: %z% &6in &c%world%'
Claim-Message: '%prefix% &c%player% &6has claimed a supply crate at &cX: %x% Y: %y% Z: %z% &6 in &c%world%'
Check-Location-Message: '%prefix% &6Found a crate at: &cWorld: %world% X: %x% Y: %y% Z: %z%'
Crate-Give-Message: '&6You have been given &c%amount% &6SupplyDrops!'
Options:
Interval: 1000
Number-Of-Drops: 1
Factions-Support: false
Disable-Ocean-Drop: true
Disable-Drop-Message: false
Disable-Claim-Message: false
Play-Drop-Sound: true
Sound: ENTITY_GENERIC_EXPLODE
Number-Of-Rewards: 5
Reward-Inventory-Name: '&lSupplyDrop Rewards'
Crate-DisplayName: '&6&lSupply Drop'
Show-Reward-Chance: true
Reward-Chance-Lore: '&6Chance: &c%chance%'
Reward-Sign-Lines:
- '&8[&6SupplyDrop&8]'
- ' '
- '&a&lRewards'
- ' '
Worlds:
1:
Name: 'world'
Bounds: 10000
2:
Name: 'world_nether'
Bounds: 3000
Rewards:
1:
Name: '&bDiamond Sword'
Item: DIAMOND_SWORD
Durability: 0
Chance: 100
Commands:
- give %player% diamondsword 1
2:
Name: '&6Golden Apples'
Item: GOLDEN_APPLE
Durability: 1
Chance: 50
Commands:
- give %player% goldenapple 1
3:
Name: '&6Daily Kit'
Item: IRON_HELMET
Durability: 0
Chance: 50
Commands:
- 'kit daily %player%'
4:
Name: '&6Vote Keys'
Item: TRIPWIRE_HOOK
Durability: 0
Chance: 50
Commands:
- votekeys give %player%
Note: The tutorial is missing some features such as physical SupplyDrops. (Check the commands for instructions on how to use them)
You will not redistribute or resell this plugin.
You will only use this plugin on servers you own
You will not decompile or view the source of this plugin
You will only use this plugin on servers you own
You will not decompile or view the source of this plugin
Last edited:
