Phoenix616 / InventoryGui

A library for Bukkit plugins to create GUIs with inventories
https://wiki.phoenix616.dev/library/inventorygui/
MIT License
184 stars 22 forks source link

Inventories Title, Placeholders & Pagination #14

Open lewysDavies opened 4 years ago

lewysDavies commented 4 years ago

Used Version

Latest

What is happening?

A inventories title that contains pagination placeholders does not update when the page changes.

Phoenix616 commented 4 years ago

Updating titles is not supported by the library nor is it properly supported by the plugin API itself without doing some packet hackery. You would need to re-open a new/the same GUI for that to update.