[REQ] Custom Drop Rates

Discussion in 'Archived: Plugin Requests' started by Exoaria, May 28, 2012.

  1. Offline

    Exoaria

    Currently, the general idea is that OtherDrops is the standard custom drop-rate plugin. However as of recently, it is no longer operational and doesn't work.

    I really want something that can edit the drop rates of blocks, varying on what tool you use for my Hardcore Desert Survival server. Even things like dirt, and sand.

    I have no experience with making plugins, only installing them and running servers. I'm happy to use the CraftBukkit enums, and I think that's far easier to use as well.

    If anyone can direct me to a working plugin that modifies the drops that come from a block, I'd appreciate it, or if someone could create it, I'd like that as well.

    Thanks!
     
  2. Offline

    DocRedstone

    [​IMG]

    Download: http://dl.dropbox.com/u/41947783/CustomDrops.jar
    No commands, no permissions, just edit the simple config file.

    Code:
    # CustomDrops - By DocRedstone
    RandomValue: true // Determines if you want to drop a random value of blocks or the set value
    ChancePercent: '5' //Percent chance to get the custom item. 1 = 10%, 2 = 20% etc.
    CustomDrops:
    - BlockDug:ToolDugWith|BlockToDrop:NumberToDrop
    - 3:IRON_SPADE|98:3
    - 3:WOOD_SPADE|115:2
    
    Exoaria
     
  3. Offline

    pom32

    download otherdrops beta version it works 4 me
    1.2.5 R3
     

Share This Page