Skip to content

Releases: masterdoctor/SpigotPaginatedGUI

The Bug Fix Update

27 Dec 03:27
063e31b
Compare
Choose a tag to compare

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

24 Dec 20:29
Compare
Choose a tag to compare
Pre-release

DO NOT USE THIS RELEASE.

The Maven Release

19 Dec 13:59
Compare
Choose a tag to compare

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

18 Dec 13:16
Compare
Choose a tag to compare

Changelog:

  • Fixed max page calculation on edge cases

Pagination Update

18 Dec 12:31
Compare
Choose a tag to compare

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.
  • Bug fixes:
    • Fixed a bug where #setButton(Integer, GUIButton) would cause a NullPointerException

Fixed Issues

Initial release - GitHub

16 Dec 16:49
Compare
Choose a tag to compare
v1.0

Merge branch 'master' of https://github.com/masterdoctor/SpigotPagina…