CrateDrops

Status
This thread has been locked.

SoldierAlex

Well-Known Member
Supreme
Feedback score
8
Posts
3,205
Reactions
1,319
Resources
0
CrateDrops
Features
GUI ✔
Unlimited Crates ✔
Everything Configurable ✔
Air Drops
Add Location Message
Cheap and Affordable
Good Quality


How It Works


Crate GUI
2f53f8d4c692635c7e1ba4a18a0c5d34.png

Drop Animation
86f71e2e2078c438de5de04b688f2486.gif

Default Messages
2c412b5e95c3311f3f2ce54bd327b70b.png


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"
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:
4ff94ae5b41e126ecb38bcd11b2d328b.png

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:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Badger

Software Developer
Supreme
Feedback score
22
Posts
2,366
Reactions
1,561
Resources
2
CrateDrops
Features
GUI ✔
Unlimited Crates ✔
Everything Configurable ✔
Air Drops
Add Location Message
Cheap and Affordable
Good Quality


How It Works


Crate GUI
2f53f8d4c692635c7e1ba4a18a0c5d34.png

Drop Animation
86f71e2e2078c438de5de04b688f2486.gif

Default Messages
2c412b5e95c3311f3f2ce54bd327b70b.png
###############
### 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
################
### 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
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"
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:
4ff94ae5b41e126ecb38bcd11b2d328b.png

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/
Vouch, plugin is made by me and SoldierAlex has my permission to retail it.
 

SoldierAlex

Well-Known Member
Supreme
Feedback score
8
Posts
3,205
Reactions
1,319
Resources
0
Vouch! Bought the plugin, Very good and works great!
You bought the NGX-LOOT plugin which is similar but this one is much more advanced and better code :)
 

Badger

Software Developer
Supreme
Feedback score
22
Posts
2,366
Reactions
1,561
Resources
2
I'm stupid, what exactly does it do? Drop down these slime blocks then turns to a chest?
If you check the config, you can see that all that is configurable. It drops down a block and then when the block hits the ground you can right click it and open a chest gui with items with chances you can define in the config. It's all configurable and a very advanced cratedrop plugin :).
 

SoldierAlex

Well-Known Member
Supreme
Feedback score
8
Posts
3,205
Reactions
1,319
Resources
0
I'm stupid, what exactly does it do? Drop down these slime blocks then turns to a chest?
No they are emerald blocks but you can choose what you want it to be. And basically it's like a supply drop :)
 

SoldierAlex

Well-Known Member
Supreme
Feedback score
8
Posts
3,205
Reactions
1,319
Resources
0
Hmm, this is what I have a dev for. XD
Well if you ordered this same plugin from a dev it'd cost more while here it's only $10 for a quality plugin without any bugs whatsoever :).
 

Badger

Software Developer
Supreme
Feedback score
22
Posts
2,366
Reactions
1,561
Resources
2
How much is it? - Is it compatible (by any chance.) with modded items?
Which modded items are you talking about? It is only $10. You can have unlimited crates too! :)
 

Badger

Software Developer
Supreme
Feedback score
22
Posts
2,366
Reactions
1,561
Resources
2
I meant for them to configure the plugin.XD
I knew it wasn't for getting it remade xD. No point lol![DOUBLEPOST=1439825638,1439825551][/DOUBLEPOST]
I am thinking off using it for generally Pixelmon and factions. As Pixelmon supply packages.
Hmm it's not tested, but I don't believe so because this uses material names in the config. I do know if you have commands in game to set items up that you can do it for modded items. So possibly in the future :)
Can it also have a timer? I mean, if you set it so every one spawns on the server for 24 hours (each time), it would drop a crate at a random location?
It already has this actually! :)
 

SoldierAlex

Well-Known Member
Supreme
Feedback score
8
Posts
3,205
Reactions
1,319
Resources
0
Honestly I don't know if I should buy this now. I don't have a lot of worldwide servers apart from Factions (Pixelmon is in development.)

Maybe in the future I guess?
Factions is best if you wanna use this plugin actually so you should really buy a copy :). Anyways good luck with your server and I hope it does good :p
 

Badger

Software Developer
Supreme
Feedback score
22
Posts
2,366
Reactions
1,561
Resources
2
New video made by gorillasmash :)
[DOUBLEPOST=1439916646,1439909770][/DOUBLEPOST]Bump
 
Status
This thread has been locked.
Top