Skip to content
SamJakob edited this page Dec 16, 2017 · 1 revision

Description: This guide will show you how to setup the Spigot Paginated GUI API in your project.
Time: less than 1 minute
Difficulty: 1/5 (Very Easy)


  • In your #onEnable method (in the main class), add the following:
// Register the listeners for the PaginatedGUI API
PaginatedGUI.prepare(this);
  • Profit!

DEPRECATED

This API is deprecated in favor of my improved rewrite, SpiGUI.

Clone this wiki locally