MinusKube / SmartInvs

Advanced Inventory API for your Minecraft Bukkit plugins.
https://minuskube.gitbook.io/smartinvs/
Apache License 2.0
263 stars 65 forks source link

How to update Inventory #196

Open ElseJunsuk opened 2 years ago

ElseJunsuk commented 2 years ago

The player.updateInventory() method doesn't work. How can I update Player's Inventory?

titivermeesch commented 2 years ago

What do you mean by updating it? If some things need to be refreshed I mostly just reopen the whole inventory, but you can also make changes to items in the update method of an InventoryProvider