[Tiny Plugin] Extra Mob Loot

Discussion in 'Archived: Plugin Requests' started by chilbree, Aug 8, 2013.

  1. Offline

    chilbree

    Suggested Name: ExtraLoot

    What I want:

    This plugin will make all mobs drop 3x more loot (eg. chickens drop 3 chicken, cows drop up to 9 beef, zombies drop up to 6 rotten flesh, pig zombies drop up to 3 gold nuggets, wither skeletons drop up to 3 coal and 6 bones, etc) and 3x more experience. Rare drops are also 3x more common.

    For other people using this plugin, there should be a few options in the config (if possible):

    more loot: TRUE/FALSE - will mobs drop more loot?
    more XP: TRUE/FALSE - will mobs drop more experience?
    more rare loot: TRUE/FALSE - will mobs drop more rare loot?

    If any parts are impossible, tell me. Take as long as you want to make the plugin, don't rush :)
     
  2. Online

    timtower Administrator Administrator Moderator

    chilbree Try OtherDrops
    Zarius, you willing to create example config?
     
  3. Offline

    chilbree

    Hmm, I'll try it.
     
  4. Offline

    Zarius

    You can definitely do this with OtherDrops but you need to configure all the drops yourself manually, eg:

    PHP:
      SKELETON@WITHER:
      - 
    drop: [COAL/0-3BONE/0-6]
     
      
    CHICKEN:
      - 
    dropRAW_CHICKEN/1-3
     
      
    # etc
    Looking up the mobs on MinecraftWiki should tell you what the default drops are.

    Having said that this might be a good one for a custom plugin (or feature in OtherDrops but I haven't got time at the moment) that automatically triples the mob drops (this is possible as mob drops are accessible during the EntityDeathEvent).
     

Share This Page