[MECH] DeathControl v2.1.0 - Take control over item deaths [BukkitDev]

Discussion in 'Archived: Plugin Releases' started by Bone008, Jun 22, 2011.

  1. Offline

    shazman333

    Bone008, first of all Awesome Plugin, i have seen lots of other "keep items when you die-addons" but they kept all items and werent so configurable.
    Second of all, THANKS you're AWESOME! the help was really appriciated and thanks for taking your time to make this awesome plugin.

    /Shazman333
     

    Attached Files:

    Bone008 likes this.
  2. Offline

    Zanchee

    Thanks for this plugin, its way better than tombstone in that i dont have to worry about chests everywhere now. However I am having trouble with my permissions. I am using group manager as my permissions, however when i add the permission to a group and they type the command, it says
    "You Don't Have Any Items to Get Back!"
    I cannot figure this out, I gave my group "ELITE" the permissions
    deathcontrol.use
    deathcontrol.info

    And even though I only gave it to them, all the other groups can see it when they type </death back> aswell
    PLEASE HELP!!!!
     
  3. Zanchee
    The command "/death back" isn't affected by permission nodes. Only the death handling part won't work - thus making the command redundant if you don't have the node.

    If someone without the use-node dies, no inventory is kept, so the command also doesn't return anything.
    If someone with the use-node dies, the inventory is kept as configured, and the command does return the items (or it happens automatically, depending on how you set it).

    So it's perfectly fine when people without permissions see the message "You don't have any items to get back!", as that will never change ;)

    Note: If items are actually kept for people without the permission node, make sure you set "use-bukkit-permissions" to true in the config!
     
  4. Offline

    Zanchee

    Ok, Thanks so much, I LOVE THIS PLUGIN!!!! I'll go test it right now!
     
  5. Offline

    Myph

    [SUGGESTION]
    Adding Custom Messages with Color and Code support would be very helpful, a Donation Might have to be made.
    %cause is what made the player die, example Falling, Creeper, Fire
    %recovered is the Percentage of items you Recovered after Death, 100 29.42 52.6
    %lost is the Percentage of items you Lose at Death, Nothing, 70.58 47.4

    Death: &4You've died from &2%cause &4and lost &6%lost &4percent (%) of your items.

    Cause
    Creeper: A Mighty Creeper
    Falling: Jumping To High

    ON SCREEN MESSAGE:
    You've died from A Mighty Creeper and lost 29.42 percent (%) of your items.
     
  6. Offline

    ShadowFury12

    Show Spoiler

    Ive been wondering how to make it so that when a person dies they automatically keep all their stuff. Cause on one server that used this plugin they were able to do that. How do you write it so the plugin will do that?
     
  7. Hey, for that you simply define ALL the causes and set keep-inventory to true, as explained here:
    http://dev.bukkit.org/server-mods/deathcontrol/forum/misc/39108/
     
  8. Offline

    Cube_destroyer

    IS IT POSSIBLE TO CHOOSE WHAT WORLDS YOU WANT PLAYERS TO KEEP THEIR ITEMS IN AND WHAT WORLD NOT ?
    PLEASE REPLAY ASAP

     
  9. Offline

    Plumeex

    Could you add a Locale file system ? I would like to translate the messages in french for my server.
     
  10. I just released v1.87 which basically adds that (and some other improvements). You can get it here: http://dev.bukkit.org/server-mods/deathcontrol/files/16/
    Though I'd let you know, even though it's been a while ;)
     
    Plumeex likes this.
  11. Offline

    Plumeex

    Awesome, thanks ! :)
     
  12. Offline

    Kaaji

    Hello, I want to know if it's possible with this plugin to remove all the item (they will be not dropped, just deleted) of the player's inventory after death ?
    It's for an arena system.
    Thank you. :)
     
  13. Just updating this thread here with the new 2.0.0 release.

    And
    Yes, that, and so much more is now possible with v2.0.0 ;)
     

Share This Page