Get Started
Get Started with LiteSkullAPI library!
Supported Platforms
LiteSkullAPI currently supports only Bukkit / Spigot / PaperMC.
Platform | Version |
---|---|
Bukkit / Spigot / PaperMc | 1.8 - 1.19.2 |
MineStom (Coming soon) | (Coming soon) |
Add EternalCode to repositories & LiteSkullAPI to dependencies
To use LiteSkullAPI you need to add EternalCode to your repositories and LiteSkullAPI to your dependencies. For Maven, Gradle Groovy and Gradle Kotlin you can find the code below.
kotlin
maven { url = uri("https://repo.eternalcode.pl/releases") }
groovy
maven { url "https://repo.eternalcode.pl/releases" }
xml
<repository>
<id>eternalcode-reposilite-releases</id>
<name>EternalCode Repository</name>
<url>https://repo.eternalcode.pl/releases</url>
</repository>
kotlin
implementation("dev.rollczi:liteskullapi:1.3.0")
groovy
implementation "dev.rollczi:liteskullapi:1.3.0"
xml
<dependency>
<groupId>dev.rollczi</groupId>
<artifactId>liteskullapi</artifactId>
<version>1.3.0</version>
</dependency>