Adding items to another player's custom inventory?

Discussion in 'Plugin Development' started by Foshizzle4nizzle, Feb 23, 2014.

Thread Status:
Not open for further replies.
  1. Hello everyone, my name is foshizzle4nizzle. I am very new to plugin developing, and still in the process of learning. My current project is adding a new, custom inventory. The player is not allowed to remove any items from the inventory, or to interact with the items at all. The problem I am having is, I don't know how to add the items. Can someone please show me how it's done?
    Thank you. ;)
     
  2. Offline

    LarsNitro

    Code:java
    1. YourInventoryHere.addItem(YourItemHere);
     
Thread Status:
Not open for further replies.

Share This Page