Skyllia

Quick rating

Skyllia

No reviews yet

Skyblock Plugin for Folia and PaperMC

Adventure/Exploration
Economy & Trade Systems
AI Art
Mod Loaders
Paper
Spigot
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
3.0-163
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

About

Description

d3a18500b1a981a2207407035798e918437d0f94_96.webp Skyllia

The first Skyblock plugin built for Folia

Folia Paper Java License Servers Total downloads

DocumentationGitHubModrinthDiscord

Servers & Players


📖 About

Skyllia is a modern, high-performance Skyblock plugin, designed from the ground up to fully leverage the multi-threaded architecture of Folia. The first of its kind to offer native Folia compatibility, Skyllia delivers exceptional performance even with hundreds of simultaneous players.

✨ Key Features

🚀 Performance & Architecture

  • First Folia-compatible Skyblock plugin — Native multi-threaded architecture
  • Asynchronous system — No freezes, no lag (as long as your server configuration allows)

💾 Data Management

  • Database support — SQLite, MariaDB, PostgreSQL
  • HikariCP connection pool — Optimal performance
  • Asynchronous saving — Zero performance impact

🏝️ Island Management

  • Instant creation — Optimized queue system
  • Customizable schematics — WorldEdit/FAWE or built-in system
  • Multi-world — Overworld, Nether, End all configurable
  • Automatic portals — Smooth navigation between dimensions
  • Configurable spacing — Adjustable distance between islands

👥 Permission System

  • 6 predefined roles — Owner, Co-Owner, Moderator, Member, Visitor, Ban
  • 50+ granular permissions — Full control per role
  • Temporary trust — Configurable guest access
  • Modular system — Create your own permission

🎯 Advanced Features

  • Island warps — Quick teleportation to your island
  • Customizable biomes — Change the atmosphere of your island
  • Per-island game rules — PvP, mobs, explosions, etc.
  • Ban system — Ban griefers from your island
  • Invitations — Invitation system with expiry

🔌 Integrations

  • PlaceholderAPI — Variables for scoreboard, tab, etc.
  • Vault — Economy support (via SkylliaBank)
  • WorldEdit/FAWE — High-performance schematics
  • Insights — Block limits (via SkylliaInsights)

🎮 Official Addons

Extend Skyllia with 7 free official addons:

Addon Description
SkylliaBank Shared island bank system with transaction history
SkylliaOre Configurable automatic ore generator
SkylliaChallenge Daily/weekly challenges with rewards
SkylliaChat Per-island chat with multiple channels
SkylliaInsights Block and entity limits per island
SkylliaChest Share a chest across your entire island (beta)
SkylliaAcidRain The water is becoming acidic!
SkylliaIslandValue Island value depends on the number of blocks placed on the island

📋 Requirements

  • Server: Folia 1.20.6+ or Paper 1.20.6+
  • Java: 21
  • RAM: 4GB minimum, 8GB+ recommended
  • Database (optional): MariaDB 10.5+ or PostgreSQL 12+ (prefer PostgreSQL for large servers)

Compatible plugins (optional)

🚀 Quick Installation

  1. Download Skyllia from Modrinth or GitHub Releases
  2. Place the .jar in plugins/
  3. Start the server (first initialization)
  4. Configure in plugins/Skyllia/config/
  5. Restart and you're good to go!

Minimal Configuration

# config.toml
[settings.island]
region-distance = 10  # 5120 blocks between islands, 1 region = 512x512
max-islands = 500_000

# database.toml - SQLite by default
[sqlite]
enabled = true

For a full installation guide, check the documentation.

📚 Documentation

Full documentation is available on GitBook:

🔗 skyllia.euphyllia.moe

💻 For Developers

Skyllia provides a complete API to create your own addons:

<!-- Maven -->
<repository>
    <id>euphyllia-repo</id>
    <url>https://repo.euphyllia.moe/repository/maven-public/</url>
</repository>

<dependency>
    <groupId>fr.euphyllia.skyllia</groupId>
    <artifactId>api</artifactId>
    <version>3.x</version>
    <scope>provided</scope>
</dependency>
import fr.euphyllia.skyllia.api.SkylliaAPI;
import fr.euphyllia.skyllia.api.island.Island;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.player.PlayerJoinEvent;
import org.bukkit.event.Listener;

public class MyPlugin implements Listener {

    @EventHandler
    public void onPlayerJoin(PlayerJoinEvent event) {
        Player player = event.getPlayer();
        Island island = SkylliaAPI.getIslandByPlayerId(player.getUniqueId());
        if (island != null) {
            player.sendMessage("Your island: " + island.getId());
        }
    }
}

See the API documentation for more information.

🎯 Main Commands

Players

/island create <type>    - Create an island
/island home             - Teleport to your island
/island invite <player>  - Invite a player
/island delete           - Delete your island
/island biome <biome>    - Change the biome
/island expel <player>   - Expel a visitor

Administrators

/isadmin reload              - Reload configs
/isadmin setsize <player> <size> - Modify island size
/isadmin teleport <player>   - TP to a player's island

🤝 Contributing

Skyllia is open source, you can contribute via:

  • Bug reportsGitHub Issues
  • Suggestions — Discord or GitHub Discussions
  • Community addons — Share your creations!

📞 Support

📜 License

Skyllia is licensed under the MIT License. For more details, see the LICENSE file in the GitHub repository.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~8,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works