Rename Inventory.

Discussion in 'Plugin Development' started by vasil7112, Sep 11, 2013.

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

    vasil7112

    You can easily create a new inventory by doing Bukkit.getServer().createInventory(....,....,....);
    Is there any way though to rename its name?
    Kind regards
     
  2. Offline

    uyuyuy99

    You'll need to create a new inventory and replace the old one with it. There's no other way.
     
  3. Offline

    vasil7112

    Alright thanks
     
Thread Status:
Not open for further replies.

Share This Page