Desteria Crates plugin [$15.00 USD]

Status
This thread has been locked.

Badger

Software Developer
Supreme
Feedback score
22
Posts
2,366
Reactions
1,561
Resources
2
ad90ace59d0f0dec5c5e17ef0be2ff3d.png
Purchase here

This plugin is basically like the crates you can buy on Desteria and/or CosmicPvP. It is a crate plugin, in which they have certain chances to win different items that are specified in the config. Here is a video of what it is modeled after:
The plugin works very well and is well-worth the buy! It's a great donator option and it can boost your donation sales! You can sell these crates on your online store and make tons of money! Contact me if you are interested, thebadgerwolf via Skype. I will have the plugin posted via Spigot soon too.
5ecd96db6d93a1eaa9284a98a600bfbe.png
/gc <player> <crate>
/givecrate <player> <crate>
/gc all <crate> - Give everyone a crate on the server
/givecrate all <crate> - Give everyone a crate on the server
b2077504e031bb6e8f1259ed763e2053.png
SupplyCrates.giveCrate - Permission to use /gc or /givecrate
4fa319d7442909e107769c8130c5b4dc.png
Code:
##############
### Config ###
##############
Config:
    Material: CHEST
    DisplayName: '&7&l???'
    Lores: {}
    RegularGlassPane: STAINED_GLASS_PANE
    Sound: ANVIL_BREAK
################
### Messages ###
################
Messages:
    ReceivedCrate: '&7You have received a &a{CRATE} &7crate!'
#####################
### Supply Crates ###
#####################
SupplyCrates:
    Crates:
    - Vote
    - Common
    - Ultra
    - Rare
    - Legendary
    Vote:
        Glass_Pane: STAINED_GLASS_PANE:5
        GlassDisplayName: '&aVote'
        Cycle: true                     ## Do you want it to use other crates' chances of winning or do you want them to just win items from this crate?
        Chances:
        - 100
        - 40
        - 25
        - 20
        - 5
        ChestSize: 27                   ## Multiples of 9
        DisplayName: '&aVote'
        Title: '&aVote'
        Picks: 3
        Lores:
        - '&cLores'
        Items:                          ## Material, Amount, Chance, DisplayName, Lores, Enchants
        - 'GOLD_INGOT, 8, 100, &fGold Ingot, <COMMAND> eco give <USER> 100'
        - 'TNT, 16, 5, &fTNT'
        - 'OBSIDIAN, 32, 5, &fObsidian'
        - 'IRON_INGOT, 16, 5, &fIron Ingot'
        - 'EXP_BOTTLE, 32, 5, &fBottle o Enchanting'
        - 'DIAMOND, 10, 5, &fDiamond, &41st Lore // &22nd Lore'
        - 'DIAMOND_CHESTPLATE, 1, 5, &aVote Chest, &9Lucky, PROTECTION_ENVIRONMENTAL:1'
        - 'DIAMOND_SWORD, 1, 5, &aVote Sword, &4Vote Sword, DAMAGE_ALL:3 // FIRE_ASPECT:2'
        - 'BEACON, 1, 3, &fBeacon'
    Common:
        Glass_Pane: STAINED_GLASS_PANE:0
        GlassDisplayName: '&7Common'
        Cycle: true                     ## Do you want it to use other crates' chances of winning or do you want them to just win items from this crate?
        Chances:
        - 1
        - 100
        - 1
        - 1
        - 1
        ChestSize: 27                   ## Multiples of 9
        DisplayName: '&7Common'
        Title: '&7Common'
        Picks: 3
        Lores:
        - '&cLores'
        Items:                          ## Material, Amount, Chance, DisplayName, Lores, Enchants
        - 'MONSTER_EGG:50, 1, 100'
    Ultra:
        Glass_Pane: STAINED_GLASS_PANE:11
        GlassDisplayName: '&dUltra'
        Cycle: true                     ## Do you want it to use other crates' chances of winning (true) or do you want them to just win items from this crate? (false)
        Chances:
        - 100
        - 40
        - 25
        - 20
        - 5
        ChestSize: 54                   ## Multiples of 9
        DisplayName: '&dUltra'
        Title: '&dUltra'
        Picks: 2
        Lores:
        - '&cLores'
        Items:                          ## Material, Amount, Chance, DisplayName, Lores, Enchants
        - 'DIAMOND_SWORD, 1, 100, &6DisplayName, &41st Lore // &22nd Lore, DAMAGE_ALL:3 // FIRE_ASPECT:2'
        - 'DIAMOND, 1, 70, &6DisplayName, &41st Lore // &22nd Lore'
        - 'DIAMOND, 1, 60, &6DisplayName, &41st Lore // &22nd Lore'
        - 'DIAMOND, 1, 40, &6DisplayName, &41st Lore // &22nd Lore'
    Rare:
        Glass_Pane: STAINED_GLASS_PANE:2
        GlassDisplayName: '&cRare'
        Cycle: true                     ## Do you want it to use other crates' chances of winning or do you want them to just win items from this crate?
        Chances:
        - 100
        - 40
        - 25
        - 20
        - 5
        ChestSize: 54                   ## Multiples of 9
        DisplayName: '&cRare'
        Title: '&cRare'
        Picks: 4
        Lores:
        - '&cLores'
        Items:                          ## Material, Amount, Chance, DisplayName, Lores, Enchants
        - 'DIAMOND_SWORD, 1, 100, &6DisplayName, &41st Lore // &22nd Lore, DAMAGE_ALL:3 // FIRE_ASPECT:2'
        - 'DIAMOND, 1, 100, &6DisplayName, &41st Lore // &22nd Lore'
        - 'DIAMOND, 1, 100, &6DisplayName, &41st Lore // &22nd Lore'
        - 'DIAMOND, 1, 100, &6DisplayName, &41st Lore // &22nd Lore'
    Legendary:
        Glass_Pane: STAINED_GLASS_PANE:14
        GlassDisplayName: '&bLegendary'
        Cycle: true                     ## Do you want it to use other crates' chances of winning or do you want them to just win items from this crate?
        Chances:
        - 100
        - 40
        - 25
        - 20
        - 5
        ChestSize: 54                   ## Multiples of 9
        DisplayName: '&bLegendary'
        Title: '&bLegendary'
        Picks: 8
        Lores:
        - '&cLores'
        Items:                          ## Material, Amount, Chance, DisplayName, Lores, Enchants
        - 'DIAMOND_SWORD, 100, 5, &6DisplayName, &41st Lore // &22nd Lore, DAMAGE_ALL:3 // FIRE_ASPECT:2'
        - 'DIAMOND, 1, 100, &6DisplayName, &41st Lore // &22nd Lore'
        - 'DIAMOND, 1, 100, &6DisplayName, &41st Lore // &22nd Lore'
        - 'DIAMOND, 1, 100, &6DisplayName, &41st Lore // &22nd Lore'
275e3f3e4ad481e04415b6f097bc689c.png
Give the user a crate:
7b7cdd94b6db2232044f3a1223f13d33.gif

Place down the crate:
8517b5445cb96ae6174ed3ff79f7c436.gif

Select your chances:
1ddde54c7a08cab2abcf1599958cafdb.gif

The items will be added to your inventory as it reveals the items you won at the end.

5168ba7c3e36df1e88c15380039c3dd9.png

By purchasing this plugin you agree not to redistribute, decompile, or use it for any other purposes but for installing it into your server. You have the right to use it in one server only. For using it in another server, please purchase it again. The plugin is as is and the upcoming features, along with bug support -- are to be provided for free. I reserve my rights to refuse support in case of incompatibility with certain plugins. You agree not to ask for a refund, unless I violate the terms of this agreement. If you do not agree with the terms, please do not purchase this plugin.

PRICE
The price of this plugin is $15.00 USD
Terms and Conditions:
  • You may not redistribute this plugin in any way.
  • This plugin can only be used on 1 server.
  • No refunds are to be given. (I have no idea what you are going to do with the plugin once you get that refund). Could easily be a scam.
 
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
Hoping this didn't get leaked and people are still coming here to buy it... :(
 
Status
This thread has been locked.
Top