[MECH] Drops v1.1 - Block Drop Customizer [1000]

Discussion in 'Inactive/Unsupported Plugins' started by dkramer, Aug 4, 2011.

  1. Offline

    dkramer

    Drops, a Block Drop Customizer
    Version: 1.1

    Description:
    Server admins can edit what blocks drop. It has support for multiple drops, random chance, and can disable the normal drop from the block.

    Download:
    v1.1 http://dl.dropbox.com/u/36326695/Dropsv1.1.zip
    v1.0 http://dl.dropbox.com/u/36326695/Dropsv1.0.zip

    Installation:
    Extract Drops.zip. Insert Drops.jar and DropsSettings.yml into your plugins folder.

    Customizing:
    DropsSettings.yml is where all of your customizing will take place. The file itself explains nearly everything.
    Changelog:
    1.1: I think I fixed a block drop bug
    1.0: Release
     
  2. Offline

    Plague

    Sorry for the delay in submission approvals, I've been away for a while.
     
  3. Offline

    Wehttam664

    I click download and it gives me RandomGlass?
     
  4. Offline

    Kalais

    Can you make this multiworld compatible?
     
  5. Offline

    dkramer

    Oh I'm very sorry. I think it is fixed now :\ Dropbox was being odd.

    Hmm if someone can give me a link to how to do that, sure.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  6. Offline

    morizuki

    I'm having a glitched here, I have residence plugin and worldguard plugin.. and have a custom drops for glass.. inside that region, there's a glass block.. and other players don't have that permissiosn to break the glass.. but, when they break it, it drops the custom drops and return it to normal.. for the stairs, it's totally gone and drop a custom drop, but of course they don't have the permissions to break.
     
  7. Offline

    dkramer

    Oooh I think I know a quick fix

    Can you try it now please?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  8. Offline

    morizuki

    ok wait.. dropbox is down i think..

    EDIT: nvm..

    oh yeah.. also can you put the dropsetting.yml to a folder Drops?

    it's working on the Main World.. but in another world.. it's not working.. it's still drop the custom block..

    in glass, the glass return but it drop the custom drop
    in woodenstair and glowstone they disappear but they drop the custom drop

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  9. Offline

    noneandnonly

    I think this plugin is very cool but there is another alternative called Fruitful. I already used it for a while and it really does its job.
    Another problem there is also that I think it hasn't multiworld-support.

    That's all,
    NoNe aNd NoNly.
     
  10. Offline

    Altobot

    Well, doesnt work.

    No error, no Servercrash, but no custom drops.
     
  11. Offline

    KodeKatt

    Fantastic plugin, only one request is the ability to reload config without reloading server.
    The config file on this plugin makes it better than the rest for me. Easy configurations are always better for me.


    Sample mod I did.
    Code:
    # gravel can drop gunpowder
    
    block(SET_VARIABLE_HERE):
      blockID: 13
      stopnormaldrop: false
      differentdrops: 1
      drop1:
        dropID: 289
        number: 1
        chance: .02
     
  12. Offline

    weresdrim

    I have everything ok on my yml file, I even checked through a YAML parser.
    Yet it won't work, I break the block, nothing different happens. I have the same problem as Altobot^^
    I have no idea why this won't work but it won't. Please help! Do you know why it won't work?
     

Share This Page