Filled No ItemDrop on Death.

Discussion in 'Archived: Plugin Requests' started by stephano013, Mar 4, 2014.

  1. Offline

    stephano013

    I want to disable in a certain WorldGuard region item droping in Death. I already disabled the Item Droping. But I can't disable it when they die :( Please help! If there is a plugin doing this please tell me about it! I need it Asap
     
  2. Offline

    timtower Administrator Administrator Moderator

  3. Offline

    stephano013

    timtower, You see I have BattleKits. Therefore they need to die... And lose everything... But at the same time drop nothing.. D:
     
  4. Offline

    timtower Administrator Administrator Moderator

  5. Offline

    stephano013

    timtower, I don't think so.. I Just want a simple one.. Got more choices?
     
  6. Offline

    timtower Administrator Administrator Moderator

  7. Offline

    stephano013

    timtower I got my own never mind :p

    timtower nvm. I dont have it. Plus the Keep-Items is not for 1.7.2 Developer put it in the Desc...

    timtower, It has to be compatible with multiverse! Please help

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 7, 2016
    timtower likes this.
  8. Offline

    timtower Administrator Administrator Moderator

    stephano013 I am not sure if that exists yet, and please don't double post
     
  9. Skript...

    Code:
    options:
        message: You are not allowed to drop this item!
    on drop:
        cancel event
        message "&e{@message}" to player
    on death:
        clear drops
     
  10. Offline

    timtower Administrator Administrator Moderator

  11. Offline

    stephano013

    Da_Pepsi_Monster, How do I get that to work? I really need a plugin like that
     
  12. Offline

    rfsantos1996

  13. Offline

    stephano013

    rfsantos1996, Yesterday I downloaded a plugin and now it messed up my whole server! My players can't Equip / Drop & Pick up Items / Destroy.. or Anything! I don't know what caused this :( !!!!
     
  14. Offline

    rfsantos1996

    I just sent a no item drop on death plugin .-.

    But, for personal experience, probably a permission issue. Try removing all plugins and testing it with bunch of plugins, like stop server, put 3 more plugins, reopen and test. So you can easily search for the issue if is caused by a plugin.
     
  15. Offline

    stephano013

    rfsantos1996, the issue is I have multiverse so I'm afraid I'll lose all my work / coding :((!
     
  16. stephano013 do /gamerule keepInventory true, and then put a command block that has the command /clearinventory @p and put the pressure-plate to activate it right where you spawn. Thats how i do it on my server
     
  17. Offline

    sterrenman

    Or use essentials antibuild to make it that players cannot pickup items and clear the items once so often

    EDIT:
    Using a commandblock clock or clearlagg
     
  18. Offline

    stephano013

    @TO4ST3DMinecraft, I don't think you understand. I have 4 Worlds. Games / Kit PvP / Factions / Towny. I want Factions & Towny, to be able to Drop Inv. Drop Items pick up items, build & Destroy. But in Games & KitPvP, I only want them to PvP (and get the kit) you see, I can't globally enable KeepInventory... It's not how it works man.
     
  19. Offline

    sterrenman

    KeepInventory gamerule is Per world.
     
  20. Offline

    stephano013

    sterrenman Ok, But first I need to try enabling so they can pick up , drop, place , destroy & equip stuff..
     
  21. Offline

    Alshain01

    stephano013 Not sure if your still looking, but Flags 1.3.0+ has this ability, exactly as you described in the original post. Because you have Factions also installed you need to open config.yml and make sure WorldGuard appears first in the plugin list.
     
  22. Offline

    stephano013

    Alshain01 What? Can you be a little more specific?

    Alshain01, I'm still looking for one. I tried your plugin. It is not working... :(

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 7, 2016
  23. Offline

    Alshain01

    What did you do to try it?

    Quick instructions:

    1. Download, install at a minimum Flags.jar and FlagsCore.jar.
    2. Start your server, stop your server.
    3. Open plugins/Flags/config.yml
    4. Move WorldGuard to the top of the list under AreaPlugins.
    5. Save & Start server.
    6. Log in, stand in your world guard region and type /flag set area DropItemsOnDeath false

    After that, you won't drop items if you die, but they will be removed from your inventory.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 7, 2016
  24. Offline

    stephano013

    LOL never mind! I'm so stupid. Those perms came with the plugin. :( So dumb of me.
     

Share This Page