Releases: masterdoctor/SpigotPaginatedGUI
Releases · masterdoctor/SpigotPaginatedGUI
The Bug Fix Update
This is a patched version of the v1.3.0 and (now defunct) v1.3.1-x releases.
This fixes the #addButton(GUIButton)
method not actually adding a button.
[BROKEN] The Bug Fix Update
DO NOT USE THIS RELEASE.
The Maven Release
No code changes.
Just a new method of installing the project.
Refer to https://github.com/masterdoctor/SpigotPaginatedGUI/wiki/Installation for more information.
Bug Fixes
Changelog:
- Fixed max page calculation on edge cases
Pagination Update
Changelog:
- Added configuration options for pagination - refer to the wiki: Customizing the pagination items
- Fixed a design oversight:
#nextPage()
and#previousPage()
will now only change the page if it exists.- They also now return
boolean
values:true
for when the page was changed,false
if it was out of range.
- They also now return
- Bug fixes:
- Fixed a bug where
#setButton(Integer, GUIButton)
would cause a NullPointerException
- Fixed a bug where
Fixed Issues
Initial release - GitHub
v1.0 Merge branch 'master' of https://github.com/masterdoctor/SpigotPagina…