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.

SoldierAlex

Well-Known Member
Supreme
Feedback score
8
Posts
3,205
Reactions
1,319
Resources
0
Devouch developer hasn't updated this in over a year now.
This hasn't been updated in a while, partially bc of the lack of contact between SoldierAlex and I, but even if you're talking about this plugin, it's been about 3 months, not even close to a year... Developers tend to not update plugins if features aren't requested btw. You can always PM SoldierAlex and he will let me know what I need to add/fix for an update and in how long he wants it in. Thanks for your criticism, hopefully you will reconsider it. :)
As well as the plugin is perfectly working and supports each and every version of Spigot. If we find that one makes it not work then Badger will update it no problem but as of right now we fail to find one. Let us know if you have any issues with the plugin. Also if you want a feature added, just PM me.
 

SoldierAlex

Well-Known Member
Supreme
Feedback score
8
Posts
3,205
Reactions
1,319
Resources
0

SoldierAlex

Well-Known Member
Supreme
Feedback score
8
Posts
3,205
Reactions
1,319
Resources
0
I would really like to get this plugin, but, I have a few questions.
1. is it possible to make it for factions? such as when someone types /crate bla bla, thats when it drops, and they can use a key to open it....? OR it costs money to make it drop.
Sadly you can't. But it is really cool and was inspired to me by an old server that SSundee (think that's his name) played where in warzone crates would spawn and you could collect them. We've taken it a step further and added an option to set where they spawn and what you want in the crates as well as different tiers and chances of getting said crate. Badger did a good job of coding what I requested :D.
 

SoldierAlex

Well-Known Member
Supreme
Feedback score
8
Posts
3,205
Reactions
1,319
Resources
0
ahhh, so how would it work,
how would I make it so that its only in the warzone and not outside of it or in spawn?
also, is it possible to turn the broadcast off?
so it never displays where a crate has dropped?
You can turn the broadcast off by simply leaving it blank. You can easily make it not be in spawn or outside or warzone using coordinates. You set where the crates start and where they finish. Hope you are a future buyer :D.
 

SoldierAlex

Well-Known Member
Supreme
Feedback score
8
Posts
3,205
Reactions
1,319
Resources
0
Yeah it sounds cool,
ill be sure to buy when I get some money in my pockets...
Alright good to know man :D. I got scammed for $90 earlier today and trying to make it back.
 

SoldierAlex

Well-Known Member
Supreme
Feedback score
8
Posts
3,205
Reactions
1,319
Resources
0
dang.....o_O
how and what got scammed....
feel sorry for u man..
Well I was middlemanning and everything was fine but 3 days later (today). The user took back the account from the other user through TID and now the other user chargebacked on my PayPal and I can't chargeback the guy that TID'd the account because his PayPal account is limited so I gave him is payment through steam cards. The funny thing is that they were both trying to scam each other xD.
 

Thijs

Feedback score
0
Posts
195
Reactions
50
Resources
0
I see that you can post a max. Y and X radius, but is there a possibility to set it that only these cratedrops drop in warzone ;c
 

SoldierAlex

Well-Known Member
Supreme
Feedback score
8
Posts
3,205
Reactions
1,319
Resources
0
I see that you can post a max. Y and X radius, but is there a possibility to set it that only these cratedrops drop in warzone ;c
If you buy the plugin I can provide support to setting up the config so that it only spawns in warzone.[DOUBLEPOST=1454979032,1454975847][/DOUBLEPOST]Now doing a sale!!! Plugin only $8!!! Buy now for a discount :).[DOUBLEPOST=1455386384][/DOUBLEPOST]Plugin will go back up to $10 in two days, buy the plugin now!
 

SoldierAlex

Well-Known Member
Supreme
Feedback score
8
Posts
3,205
Reactions
1,319
Resources
0
We have a new update done adding lots of new features. Waiting for people to finish mopping up that sale to upload it. When the new update is uploaded, sale is over. Get the plugin now!
 

SoldierAlex

Well-Known Member
Supreme
Feedback score
8
Posts
3,205
Reactions
1,319
Resources
0
New update has dropped! Sale has now ended. Buy it now with the amazing new features :).
 

Stylez

Server Owner & World Painter
Premium
Feedback score
3
Posts
725
Reactions
240
Resources
0
Can you schedule times for it and set cords to where it lands? If so I may purchase
 

SoldierAlex

Well-Known Member
Supreme
Feedback score
8
Posts
3,205
Reactions
1,319
Resources
0
Can you schedule times for it and set cords to where it lands? If so I may purchase
Sorry for this late response but yes, you can schedule times and set what cords.
 
Status
This thread has been locked.
Top