Skip to content

Hey there! If you like my work, you can support me by sponsoring me on GitHub. Thanks! ❤

Sponsor me
on GitHub

Get Started ​

Get Started with LiteSkullAPI library! ​

Supported Platforms ​

LiteSkullAPI currently supports only Bukkit / Spigot / PaperMc.

PlatformVersion
Bukkit / Spigot / PaperMc1.8 - 1.21.5
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:2.0.0")
groovy
implementation "dev.rollczi:liteskullapi:2.0.0"
xml
<dependency>
    <groupId>dev.rollczi</groupId>
    <artifactId>liteskullapi</artifactId>
    <version>2.0.0</version>
</dependency>

Made by LiteDevelopers and Contributors with ❤️