Open Matix-Media opened 2 years ago
As far as I know its not possible to change the name of an existing Inventory. Quickfix would be creating a new inventory and set the provider to your already existing class.
SmartInventory inventory = SmartInventory.builder()
.id("playerInv")
.title(playerName)
.provider(new InvSeeInventory(toSee))
.size(4,9).build();
Hello, I want to change the title of an existing inventory. Is that possible?