[SPIGOT-3523] Custom Inventory Title does not work for Anvil Created: 19/Aug/17 Updated: 19/Aug/17 Resolved: 19/Aug/17 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | GitGraf | Assignee: | Unassigned |
Resolution: | Invalid | Votes: | 0 |
Labels: | anvil, inventory, title | ||
Environment: |
Windows 10 64bit Java 1.8.0_141 |
Description |
When showing a custom inventory to a player, one has the option to specify a custom title for that inventory. Bukkit.createInventory(<holder>, <size>, <custom name>); However, when trying to apply this concept to the anvil inventory, the name does not change. It stays as the default "Repair & Name". Inventory anvilInventory = Bukkit.createInventory(player, InventoryType.ANVIL, "My Custom Title!");
player.openInventory(anvilInventory);
|
Comments |
Comment by md_5 [ 19/Aug/17 ] |
Client limitation, nothing we can do |