Skip to content

Euphillya/Skyllia

Repository files navigation

Wiki

Contact :

Join us on Discord

bStats

Plugin Skyblock for Minecraft

Skyllia is a Skyblock plugin that will essentially run on Folia, but work on Spigot and Paper (1.17+). The plugin will have very little innovative functionality, and it's not my intention at all that there should be external features (like quests, for example). The plugin has an API that you can use to add feature extensions to customize your server.

Download Plugin

API

Gradle Groovy

repositories {
    maven {
        url = uri("https://maven.pkg.github.com/Euphillya/Skyllia")
    }
}

dependencies {
    compileOnly("fr.euphyllia.skyllia:api:VERSION")
}

Example :

import fr.euphyllia.skyllia.api.SkylliaAPI;
import fr.euphyllia.skyllia.api.skyblock.Island;

import java.util.UUID;

Island playerIsland = SkylliaAPI.getIslandByPlayerId(player.getUniqueId()).join();
UUID islandId = playerIsland.getId();

Compatible Software

Software Version
PaperMC 1.17-1.20.4
Purpur 1.17-1.20.4
Folia 1.19.4-1.20.4
Spigot(Not Recommended) 1.17-1.20.4

Generation Island

Each island will be generated on a single region file with distance region configurable!

Addons