GiveAll Plugin

Discussion in 'Archived: Plugin Requests' started by Bigboss1456, Mar 19, 2014.

  1. Offline

    Bigboss1456

    Hey guys I was wondering if someone could make me a giveall plugin I want one that can give any item like enchanted items.There was one but you couldn't give enchanted items Commands: /giveall hand /giveall itemid Please make this for me!
     
  2. Offline

    Mindcraftson

    Are you saying something like /give with /enchant?
     
  3. Offline

    Bigboss1456

    I menalike /giveall hand that will give any item in your hand to everyone like make sure it can be enchanted and can be different quanitties Thanks!
     
  4. Offline

    Carnivore

  5. Offline

    SirJava

    Cant you just use Essentials to CONFIG the amount of items? You can set it to like 300 as a max, rather than 64. Instead of /giveall, just use /give, or /i
     
  6. Offline

    97WaterPolo

    SirJava
    I think he means send the item in his hand to all players, including enchants and amount, at least thats what I got out of it, lol.
     
  7. Offline

    vortex25565

    I think he means when he does /giveall to a items he's holding it'll put all the enchantments with max levels on that item
     
  8. Offline

    SirJava

    Timetheenchanter
    EndlessEnchants..
     
    97WaterPolo likes this.
  9. Offline

    Bigboss1456

    I mean the item in my hand will give everyone on the server that item even if it has enchantments

    I mean like the item in my hand wether its enchnated or not will give everyone on the server that exact same item it should be able to do any item.Ex. DiamondPickaxe Enchnated efficiency 10 all i would do will /giveall hand and it will give veryone that is on the sevrer at that time the item i was holding in my hand. I want it so it can be any item with any enchants thanks!

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

    vortex25565

    Oh alright so when you do that let's say you have a stack of diamonds and you type in the command /give all hand will it give a player 1 diamond each or a stack of diamonds each?
     
  11. Offline

    Desle

    vortex25565

    From what I can tell;
    If he types "/giveall hand", it would have to give every player online the same itemstack. So it should copy all data of it. The enchantments, lores, displaynames and also the amount.
     
  12. Offline

    Carnivore

    Did uh... anyone check the plugin I made, at all?
     
  13. Offline

    Bigboss1456

    Can anyone make this please?
     
  14. Online

    timtower Administrator Administrator Moderator

     
  15. Offline

    Bigboss1456

    Did anyone make this the way i wanted please! And Carnivore you ddint make it the way i wanted
     
  16. Offline

    Bigboss1456

  17. Offline

    Bigboss1456

  18. Offline

    themadman300

    Please explain how he didn't make it the way you wanted...
     
  19. Offline

    Bigboss1456

    Because when i do /giveall all it does is give me a stack of the item in my hand like a duplicator thats completely not what i wanted
     
  20. Offline

    iMarv

    He gives everyone on the server your item. Everyone includes you. Mystery solved.
     
    timtower likes this.
  21. Online

    timtower Administrator Administrator Moderator

    Carnivore Apparently not what was wanted.
     
    e1kfws7 likes this.
  22. Offline

    Carnivore

    There is still one mistery though: It does not give the item back to the command issuer.
    These are the sources : http://pastebin.com/raw.php?i=8NaDuLxS

    Specifically :
    Code:java
    1.  
    2. Player[] onlinePlayers = getServer().getOnlinePlayers();
    3. for(Player player : onlinePlayers)
    4. if(player != senderPlayer)
    5. player.getInventory().addItem(currentItemInHand);
    6.  
     
  23. Offline

    Bigboss1456

    Ok thats fine but i mean can you do 1 thing to it can you make it so in chat it syas a message Saying Bigboss1456 has gaven eevryone and the thing in my hand. Also i want the command to be /giveall hand. And make it so it gives everyone online players the iotem even if its enhcnated
    Thanks Please put link in the post
     
  24. Offline

    Carnivore

  25. Offline

    iMarv

    *has given
     
  26. Offline

    Bigboss1456

  27. Offline

    Bigboss1456

  28. Offline

    bradleycraftftw

Share This Page