CrateDrops
Features
GUI ✔
Unlimited Crates ✔
Everything Configurable ✔
Air Drops ✔
Add Location Message ✔
Cheap and Affordable ✔
Good Quality ✔
How It Works
Terms Of Service
1)You may not share this plugin with anyone else at all.
2)You may only use this on your server(s).
3)You may not chargeback at any point.
Credits:
Developer- @TheWolfBadger
Proof of Permission:
How To Purchase:
1) You can PM me and pay $10 and then I give you the jar.
2) You can buy it on Spigot- https://www.spigotmc.org/resources/cratedrops.11022/
Features
GUI ✔
Unlimited Crates ✔
Everything Configurable ✔
Air Drops ✔
Add Location Message ✔
Cheap and Affordable ✔
Good Quality ✔
How It Works
Crate GUI
Drop Animation
Default Messages
Drop Animation
Default Messages
Code:
###############
### Options ###
###############
Options:
RadiusMin: 100.0
RadiusMax: 1000.0
DropEach: 8600 ## drop a crate every x seconds
WorldEnabled: 'Hub'
CrateMaterialDrop: 'EMERALD_BLOCK'
CrateMaterial: 'CHEST'
DropFrom: 200 ## drop the crates from x distance from the ground, this is the y coordinate it drops from
DespawnIn: 2200 ## despawn the dropped crate in x seconds
################
### Messages ###
################
Messages:
alert_header: '&6&m--------------------------------------------------------'
alert: '&7A crate has been dropped at (&d{X}&7, &d{Y}&7, &d{Z}&7)...'
alert_footer: '&6&m--------------------------------------------------------'
crate_collected: '&e{PLAYER} &7has collected the crate at (&d{X}&7, &d{Y}&7, &d{Z}&7)...'
##############
### Crates ###
##############
CrateList:
- common
- uncommon
- rare
CrateChance:
- 100
- 50
- 20
######################
### Crate Commands ###
######################
CrateCommands:
- 'tell {PLAYER} hi there ;) :chance: 100 :next: tell {PLAYER} this is the second command :chance: 100 :end:'
- ''
- ''
Crates:
common:
title: '&aCommon'
rows: 1
rewards:
- 'DIAMOND'
- 'IRON_INGOT'
- 'GOLD_INGOT'
amount:
- 1
- 2
- 3
enchant:
- ''
- ''
- ''
displayName:
- ''
- ''
- ''
lore:
- '1st lore // 2nd lore // 3rd lore'
- ''
- ''
chance:
- 100
- 100
- 100
uncommon:
title: '&dUncommon'
rows: 1
rewards:
- 'DIAMOND'
- 'IRON_INGOT'
- 'GOLD_INGOT'
amount:
- 10
- 20
- 30
enchant:
- ''
- ''
- ''
displayName:
- ''
- ''
- ''
lore:
- ''
- ''
- ''
chance:
- 100
- 100
- 100
rare:
title: '&cRare'
rows: 1
rewards:
- 'DIAMOND'
- 'IRON_INGOT'
- 'GOLD_INGOT'
- 'DIAMOND_SWORD'
amount:
- 16
- 32
- 64
- 1
enchant:
- ''
- ''
- ''
- 'FIRE_ASPECT:1, DAMAGE_ALL:3'
displayName:
- ''
- ''
- ''
- '&7[&aGOD&7] &a&lSword'
lore:
- ''
- ''
- ''
- ''
chance:
- 100
- 100
- 100
- 100
You want the CrateChance list to be in order from most common to least common. The CrateList list should be ordered in the same way the CrateChance list is (by corresponding to each index they are in, the indexes must match to be considered it's chance). The most common crate should always have a chance rate of 100 as it will always be there in case none of the other crates are chosen in the chance rate.
Here is an example:
CrateList:
- mostcommon # 100% chance if the others don't win
- common # 50% chance
- leastcommon # 10% chance
CrateChance:
- 100
- 50
- 10"
Here is an example:
CrateList:
- mostcommon # 100% chance if the others don't win
- common # 50% chance
- leastcommon # 10% chance
CrateChance:
- 100
- 50
- 10"
1)You may not share this plugin with anyone else at all.
2)You may only use this on your server(s).
3)You may not chargeback at any point.
Credits:
Developer- @TheWolfBadger
Proof of Permission:
How To Purchase:
1) You can PM me and pay $10 and then I give you the jar.
2) You can buy it on Spigot- https://www.spigotmc.org/resources/cratedrops.11022/
Last edited:
