Solved Custom Inventory

Discussion in 'Plugin Development' started by MCMatters, Dec 15, 2015.

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

    MCMatters

    Hey, i want to Open a Players Inventory from an other Person, but not like OpenInv does it with simulating a chest, but with showing the exactly showing the whole inventory (with skin, armor slots and so on) on the screen of an other player.
     
  2. Offline

    mythbusterma

    @MCMatters

    You can't really do that (with the skin anyway).
     
  3. Offline

    MCMatters

    @mythbusterma Alright the skin is fine. But armor slots and Inventory.
     
  4. Offline

    elian1203

    Create a new inventory with the size greater than normal player inventory. Set the contents of the inventory to the player inventory and armor contents. Finally open that inventory for the player. The only way to do it is with openInventory.
     
  5. Offline

    MCMatters

    @elian1203 there is a way to open it as a player inv with the armor slots and shizzle
     
  6. Offline

    Gorbit99

    No, you can't, Just take a look at InventoryType class. All the inventorys you can get are there
     
  7. Offline

    MCMatters

  8. Offline

    mcdorli

    Mark as solved
     
Thread Status:
Not open for further replies.

Share This Page