Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
Platforms
Bukkit
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Wiki
- FR_FR : https://github.com/Euphillya/Skyllia/wiki
- EN_EN : https://github.com/Euphillya/Skyllia/tree/dev/wiki/en_en/all_files
- ZH_CN : https://github.com/Euphillya/Skyllia/tree/dev/wiki/zh_cn/all_files
Contact :
bStats
Plugin Skyblock for Minecraft
Skyllia is a Skyblock plugin that will essentially run on Folia, but work on Spigot and Paper (1.20+). 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
- Dev : https://github.com/Euphillya/Skyllia/actions
- Releases Versions : https://modrinth.com/plugin/skyllia
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.20.1-1.21 |
Purpur | 1.20.1-1.21 |
Folia | 1.20-1.21 |
Spigot(Not Recommended) | Cancelled |
Generation Island
Each island will be generated on a single region file with distance region configurable!
Addons
- SkylliaOre by Euphyllia
- Insight Skyllia by Euphyllia
- PAPI Skyllia by Euphyllia