Solved How to give someone an item in specific slot

Discussion in 'Plugin Development' started by michael566, Apr 24, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    michael566

    How would you give someone an item in a specific slot like for example the ninth one?
     
  2. Offline

    ZeusAllMighty11

    Code:
    player.getInventory().setItem(8, itemstack);
    
    That should set the 9th item in the player's inventory to your itemstack. However, my id is probably incorrect because I don't memorize the inventory IDs
     
  3. Offline

    michael566

    Thanks!
     
Thread Status:
Not open for further replies.

Share This Page