-
Notifications
You must be signed in to change notification settings - Fork 9
Installing
David Rodriguez edited this page Oct 18, 2022
·
2 revisions
Java 8 or above is required to use this API
First, you will need to add the JitPack repository to your pom.xml file:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>Next, you need to add the playersettings-api as a dependency.
<dependencies>
<dependency>
<groupId>com.github.limbo56.PlayerSettings</groupId>
<artifactId>playersettings-api</artifactId>
<version>master-SNAPSHOT</version>
</dependency>
</dependencies>Getting Started
Developers