Mystery Crate Plugin (Donation Perk)

Discussion in 'Archived: Plugin Requests' started by DragonitePvP, Jan 4, 2014.

  1. Offline

    DragonitePvP

    Hi,
    I've conveniently set up a format to show specifically what I would like.

    Plugin category: Misc.? I honestly don't have any earthly idea.

    Suggested name: Mystery Crate

    What I want: I would like a plugin that gives players the ability to buy crates through Buycraft, and these crates would contain whatever I set it to contain in the config. It seems pretty basic, and there is already a poorly coded plugin like this named Mystery Crates.

    So for example, someone wants to buy some Mystery Crates in hope to obtain some goodies. They go through Buycraft, buy the crates, and want to open them (These crates are not actually physical crates; just some things that hold items). They run the command /c bal for crate balance. This shows how many crates they have. To open a crate they do /c open for crate open. When they open the crate, they receive a god sword, or a god bow.

    Ideas for commands:
    /c bal - Shows crate balance
    /c open - Opens the crate

    Ideas for permissions:
    crate.give
    crate.open
    crate.balance

    When I'd like it by: As soon as possible would be ideal.
     
  2. Offline

    revanevan99

    okie -.- this is what pisses me off you said the exact name of the plugin i created when you search up Mystery Crate Look what pops up!!! there will be an update for it soon
     
  3. Offline

    DragonitePvP

    I know, I'm calling this Mystery Crate. And to be totally honest, the plugin wasn't that well made. If you read my request thoroughly, you would've seen I mentioned your plugin. I know it's your first plugin, so I know it won't be that well made. And a suggestion to the plugin; make the configuration more understandable. I really didn't even understand it. I was using it, but it wasn't ideal. I would like more basic commands, thus I'm posting this. revanevan99
     
  4. Offline

    revanevan99

    it is the test plugin that i made public :/ the One that work will be out very soon lol sorry
     
  5. Offline

    DarkRiddles

    Raven, You shouldn't even update this for this kid. you said you would update it, then he post this... Kinda seems like a dick move to me.
     
  6. Offline

    revanevan99

    true xD but it needs updateing lol so i will try my best in on getting it done and cleaning up the code
     
  7. Offline

    Desle

    !!THIS PLUGIN IS CAPITAL SENSITIVE!!
    !!IF YOUR SHIPMENT NAME CONTAINS A SPACE, REPLACE THE SPACE WITH _ WHEN USING THE COMMAND!!

    Here's something that might help:
    <Edit by Moderator: Redacted mediafire url>

    If you don't use this command correctly or mess up the config, it could give errors, so make sure you use it normally, like it's supposed to be used.

    command: /giveshipment <shipmentname> <shipment'snamecolor> <shipment'slorecolor> <player>

    example: /giveshipment Bow_Shipment &f &e Desle

    Here's an example of the configuration file:
    Code:
    Shipments:
      Bow Shipment:
        block-id: 54
        required-lore: Contains Bows
        ships-item-id: 261
        ships-item-name: '&fGodly Bow'
        ships-item-lore: '&eOnce owned by the legends'
        ships-min-amount: 1
        ships-max-amount: 10
        ticks-between-delivery: 25
      Arrow Shipment:
        block-id: 49
        required-lore: Contains Arrows
        ships-item-id: 262
        ships-item-name: '&fGodly Arrow'
        ships-item-lore: '&eOnce owned by the legends'
        ships-min-amount: 1
        ships-max-amount: 64
        ticks-between-delivery: 5
    
    You can open a crate by placing it down.
     
    Last edited by a moderator: Nov 4, 2016

Share This Page