-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customizing Toolbar (Pagination) buttons #23
Comments
You should be able to use the Toolbar Customization API to generate and totally customize the toolbar buttons with your own lores, names, items and in slots of your choosing, etc., It is expected that most developers would use this API to customize the toolbar, however I haven't found the time to fully document it as it's a new API released a few weeks ago. There is an example of how this is done here: SpiGUI/src/test/java/com/samjakob/spiguitest/SpiGUITest.java Lines 77 to 116 in ed41ea1
(Please let me know if this solves your issue, if so I'll look to improve documentation on customizing toolbar items by including a more detailed example in the README or wiki). |
This is what I needed, thank you! |
Currently as far as I am aware, the Buttons for automatic pages cannot be localised or changed since their lore and names are hardcoded.
Hence a feature I would love to have is the ability to change the lore and names of the buttons.
The text was updated successfully, but these errors were encountered: