give user subids (Items)

Discussion in 'Bukkit Help' started by michidk, Jul 31, 2012.

Thread Status:
Not open for further replies.
  1. Hi,
    my code to give user items is that:

    Code:
    Player p = event.getPlayer();
    PlayerInventory inventory = p.getInventory();
     
    inventory.addItem(new ItemStack(276, 1));
    p.updateInventory();
    But how i give the Playr Items with sub ids? How i give the Player that Item:
    http://www.minecraftwiki.net/wiki/Wooden_Planks
    (item id 5:2)


    Sry for my bad English... I'm German ;D

    Greetz
     
  2. Offline

    mmorton89

    I'm not a developer so I can't personally help you, but check out this link it might help you out.
     
  3. thx, but i dont get it...
    anyone other ideas?
     
Thread Status:
Not open for further replies.

Share This Page