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)
Highly configurable
MassiveCore Factions Support
Excellent reward system
Multi world support
GUI allowing players to view rewards and chances
Random automated drops, as well as physical crates that can be given to players
(See video below for a demonstration/tutorial)
Highly configurable
MassiveCore Factions Support
Excellent reward system
Multi world support
GUI allowing players to view rewards and chances
Random automated drops, as well as physical crates that can be given to players
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
- /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:
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: 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
Rewards:
1:
Name: '&bDiamond Sword'
Item: DIAMOND_SWORD
Chance: 100
Commands:
- give %player% diamondsword 1
2:
Name: '&6Golden Apples'
Item: GOLDEN_APPLE
Chance: 50
Commands:
- give %player% goldenapple 1
3:
Name: '&6Daily Kit'
Item: IRON_HELMET
Chance: 50
Commands:
- 'kit daily %player%'
Note: The tutorial is missing some features such as physical SupplyDrops. Read the Spigot update notes if you don't know how to use them.
