-
Notifications
You must be signed in to change notification settings - Fork 9
Setup
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!