[REQ] Item Loss on Death Plugin

Discussion in 'Archived: Plugin Requests' started by echibahn, Oct 23, 2012.

  1. Offline

    echibahn

    Is there a plugin out there where you permanently lose your items/armor upon dying? I would like something like this if there isn't, thought it would be a cool and interesting challenge to take on.. :)
     
  2. Offline

    libraryaddict

    Code:
    @EventHandler
    public void onDeath(PlayerDeathEvent event) {
    event.getDrops().clear();
    }
     
    chakyl and MrBluebear3 like this.
  3. Offline

    echibahn

    Clearly said plugin request, not code -.-
     
  4. Offline

    libraryaddict

    Now you can follow this tutorial.

    http://wiki.bukkit.org/Plugin_Tutorial

    And use that code :D

    Easy peasy. And I won't even charge you for teaching you how to code!
     
    d33k40 likes this.
  5. Offline

    echibahn

    I don't program.... I requested it. You sir are a failure.

     
  6. Well you can always learn, everyday atleast someone has to learn something.
     
  7. Offline

    bob7

    Most of it is bukkit API, simple stuff... Just make a listener lol...
     
  8. Offline

    OstlerDev

    Calling someone a failure when they are only trying to help you is no way to treat people... I doubt that there is anyone that is going to want to help you with such a simple plugin when you are going to act like plugin developers are your personal slaves.
     
  9. Offline

    gomeow

    It's so simple you don't even need a separate Listener class

    echibahn
    Often in a plugin request thread, developers will discuss how to do it. It doesn't always mean they are giving code to you, but you could always learn

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

    CeramicTitan

    I would gladly make this for you. Give me a date when you want it done. If for any reason i am unable to do this I will let you know.

    Also any additional features, you would like me to add let me know.

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

    jamietech

Share This Page