Drop items on death

Discussion in 'Archived: Plugin Requests' started by MrBlueWolf, May 22, 2013.

  1. Offline

    MrBlueWolf

    Hey guys,
    I was playing on a server and when I killed someone he didn't drop his inventory but instead he just dropped 6 coal.
    I couldn't find the name of the plugin yet, so my question is if someone can create a small plugin like this. I already set this gamerule: /gamerule keepInventory true
    I would really appreciate it if someone can make this or tell me the name of an existing plugin.

    Greetings :D
     
  2. Offline

    Zarius

    Not sure about the other plugin but OtherDrops can do this, eg. (this example goes at the bottom of the otherdrops-drops.yml file):

    PHP:
      PLAYER:
      - 
    dropCOAL/6/100%
     
  3. Offline

    MrBlueWolf

    Could you maybe setup the config for this? I am not that smart xD
    I want this otherdrop only enabled in the world called "pvpflat".
    And you will get 100% chance of dropping 6 to 10 coal

    If you could set this up and send it to me I would be really happy :D
     
  4. Offline

    Zarius

    It's not difficult & there's a tutorial on the project page but to summarise: install plugin, run once to generate config files, copy & paste the config example to the "otherdrops-drops.yml" file. For your changes:

    PHP:
      PLAYER:
      - 
    dropCOAL/6-10/100%
        
    worldpvpflat
     

Share This Page