FirstJoin Items

Discussion in 'Archived: Plugin Requests' started by Niknea, Dec 1, 2013.

  1. Offline

    Niknea

    Plugin category: General

    Suggested name: JoinItems

    What I want: I'd like a plugin where when a player joins they will get certain item(s) specified in the config with a custom name and lore and slot it will be assigned to. When they die they keep the items in the same slot same name same lore everything the same. Also I would like it that they cant drop or move the item from the slot it was first on.


    Ideas for commands: No commands needed for this plugin.

    Ideas for permissions: None

    When I'd like it by: As soon as possible
     
  2. Offline

    Mathias Eklund

    So you want permanent Items?
     
  3. Essentials has spawn kits, maybe you could fiddle with it so that on death it gives you a kit again. Do you want the items to be unbreakable?(when you die the durability, if any, is reset) Or would you like the items(if they have a durability) to break and never come back after that point? Items with durability would be armor or tools.
     
    thomas15v likes this.
  4. Offline

    Niknea

    Yes, there will be NO way possible to remove it from your inventory, and even if they do they will get it back on rejoin or death.

    I would like it that the durability wont even go down
     
  5. Offline

    Niknea

    That's when they die however I still need that they cant drop or move the item from their inventory, also I would like it that the items are in certain slots, and it wont work with this.
     
  6. Offline

    rbrick

    http://dev.bukkit.org/bukkit-plugins/custom-join-items/
    i believe this is what you are looking for m8. Has a config, you can allow them to drop/not drop items with in the config, define items with in the config and be able to give the player the items on death. Enjoy!
    PS: not made by me(obviously :p )
     
    Verringer likes this.
  7. Offline

    Niknea

    I don't think that has a feature for not allowing the players to even move the slot the item was in.
     
  8. Offline

    timtower Administrator Administrator Moderator

    Verringer likes this.
  9. Offline

    Verringer

    timtower likes this.
  10. Offline

    CrispyLipz

    Verringer
    Code:java
    1. @EventHandler
    2. public void onPlayerJoin(PlayerJoinEvent event) {
    3. int item = getConfig().getInt("item", item here);
    4. event.getPlayer().getInventory().addItem(new ItemStack(item));
    5. }

    And maybe set configurable? xD That code is from my JoinClock plugin :p
     
  11. Offline

    Niknea

    I have tried everything for this however it dosent work, I tried using the default config items on a no plugin server ( besides the slot lock plugin ) and it still dosent work
     
  12. Offline

    timtower Administrator Administrator Moderator

    Report it to the original devs, not my plugin, never used it either
     

Share This Page