Skip to content

πŸš€ Skyllia 2.0 – Major Release

Pre-release
Pre-release

Choose a tag to compare

@Euphillya Euphillya released this 17 Apr 16:35
653bfe2

πŸš€ Skyllia 2.0 – Major Release

This is the first stable release of Skyllia 2.0, compatible with Minecraft 1.21.5 and above.
⚠️ Not backward compatible with Skyllia 1.0. A full migration is required.
πŸ“¦ Always back up your configuration and data before upgrading.


βœ… Highlights

  • βœ… Support for Paper 1.21.5
  • βœ… Experimental support for Folia 1.21.5

    πŸ§ͺ Note: Folia 1.21.5 is not released yet, so compatibility is theoretical and untested.

  • βœ… Reworked portal system
  • βœ… New config system with full refactoring
  • βœ… SQLite support by default (fallback when MariaDB is missing)
  • βœ… API cleanup & better modularity
  • βœ… Multi-language support enabled
  • βœ… Improved /is biome performance
  • βœ… Reload config support via command
  • βœ… New world generator plugin support
  • βœ… More flexible schematic configs
  • βœ… Nexo integration (plugin support)
  • βœ… Full cache system rewrite

πŸ› οΈ Full Patch Notes

  • Add Paper & Folia 1.21.5 support
  • Rework portal permissions and behavior
  • Prevent ConcurrentModificationException on tab completions
  • Fix config reading/writing issues
  • Refactor internal API for modular use
  • Reload commands now hot-swap configuration
  • Add support for SQLite (fallback when MariaDB is unavailable)
  • Add support for Nexo integration
  • Refactor /is biome logic for better performance
  • Add FAWE support to the Paper plugin
  • Add more options for schematic configuration
  • Add permission skyllia.use.portal.[nether/end]
  • Refactor PlayerPrepareChangeWorldSkyblockEvent
  • Add support for custom world generators
  • Fix issues with portals and SkylliaOre dependency
  • Fix world border placement and config cleanup