Hot Summer Deals are Here!
Celebrate with up to 99% off on 17,300 resources
02
Days
20
Hours
05
Mins
44
Secs

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.

ProfessionalDev

Feedback score
1
Posts
282
Reactions
111
Resources
0

ProfessionalDev

Feedback score
1
Posts
282
Reactions
111
Resources
0

Badger

Software Developer
Supreme
Feedback score
22
Posts
2,366
Reactions
1,561
Resources
2
I am asking if their is a problem with this plugin? Or are you just bumping?
Oh no, there is no problems with the plugin. I've been long-inactive, so I decided to come back here and bump here. Haven't sold in a while as college keeps me busy :(. Glad the semester is almost over and I can spend some more time on the site again though :)
 

ProfessionalDev

Feedback score
1
Posts
282
Reactions
111
Resources
0
Oh no, there is no problems with the plugin. I've been long-inactive, so I decided to come back here and bump here. Haven't sold in a while as college keeps me busy :(. Glad the semester is almost over and I can spend some more time on the site again though :)
Ok. Well send me a PM! when your semester is over. Mine is already over. I'll work with you on plugins if you would like :D
 
Status
This thread has been locked.
Top