
fix(SkylliaOre): Restore reload arguments
Optimizations: permissions (LuckPerms hook) and on-island checks (#144)
- Optimized Bukkit permission checks via a LuckPerms hook with caching.
- Optimized on-island event checks (cached island bounds, no reallocation on each event).
- New
IslandAPI methods:getMinimumPoint,getMaximumPointto get the island's two corner points, plusisInside. - Various micro-optimizations across the code (NMS mob spawning, region lookups, thread-safe
IslandFlags).
Support 26.2
fix publish on modrinth
fix(SkylliaBank): don't disable plugin if no Vault economy is registered before config load (island economy mode)
Update faststats + clean banner start
Closes https://github.com/Euphillya/Skyllia/issues/143 : fix cannot activate Nether Portal while inside the nether/end skyblock world
An old listener for blocking portals on earlier versions of Folia (1.19.4 to 1.20.4) which is no longer supported.
Fixed plugin startup issue following changes to faststats. Added version check.
All addon use 1.20.6 version
New addon : SkylliaExtra
SkylliaExtra includes small features that improve the user experience and additional commands too minor to warrant their own dedicated add-on.
Currently, it allows you to:
- Name your island
- Add a description to your island
More features may be added in the future.
This version offers nothing (it's just used for publishing on Nexus).
feat: add /is setvisit command and Island#getVisit/setVisit API methods
Merge pull request #142 from Javavailable/fix/portal-safe-location
Fix portal loop when teleporting into portal blocks
Fix: https://github.com/Euphillya/Skyllia/issues/141 Nether portal transition is cancelled but does not teleport player to sky-nether
Uniformiser les variables dans les langues
New Addons: SkylliaBackup
Add SkylliaBackup addon:
/is backupfor players (with cooldown)/isadmin backup <player|all>for admins- Packages
.mcaregion files into a ZIP per island - Configurable backup rotation and optional HTTP upload
fix: lazy-load WE/FAWE hooks to avoid NoClassDefFoundError
Ne pas bloquer l'interaction si c'est un Container, car il y a InventoryOpenPermissions
Support : Gamerule/Flags per world
Reduce CPU usage during island scans
Add Support ReSpawn Event on Canvas and Paper (not folia)
