-
Notifications
You must be signed in to change notification settings - Fork 9
Installation
SamJakob edited this page Dec 24, 2017
·
3 revisions
Description: This guide will show you how to install the Spigot Paginated GUI API into your project.
Time: less than 1 minute
Difficulty: 1/5 (Very Easy)
- Head over to the releases section.
- Click 'Source code (zip)' under 'Assets'
- Extract the downloaded zip.
- Copy
SpigotPaginatedGUI-1.3.1/src/main/java/com
into your project'ssrc
folder. - Profit!
- Add the following repository to your pom.xml
<repositories>
...
<repository>
<id>clout_team</id>
<url>http://app.clout-team.com:8081/repository/clout_team/</url>
</repository>
</repositories>
- Add the following dependency to your pom.xml
<dependencies>
...
<!-- Spigot PaginatedGUI API -->
<dependency>
<groupId>com.clout-team.samjakob</groupId>
<artifactId>SpigotPaginatedGUI</artifactId>
<version>1.3.1-SNAPSHOT</version>
</dependency>
</dependencies>
- Profit!