SpigotPaginatedGUI icon indicating copy to clipboard operation
SpigotPaginatedGUI copied to clipboard

My own paginated GUI API for Spigot

DEPRECATED

This API has been deprecated in favor of my rewrite, SpiGUI, which contains fundamental improvements and more features.

SpigotPaginatedGUI

My own paginated GUI API for Spigot!

Quick Start Guide

See the Quick Start Guide and more in the wiki.

Links

Releases
Wiki
Spigot Post

Todo List

  • Seriously, seriously, seriously put v1.3.2 on Maven!!!
  • Remove button listener altogether and make it a consumer interface
  • Builder pattern for creating a menu
    • "Have a separate builder for all the buttons and menus so it can be done in one neat statement. Try that as a challenge."
  • "Look through all the new interfaces implemented in Java 8 (like the consumer interface) and try to see if you can use them in any way"