Skyblock plugin for Paper/Spigot (1.21.10 tested) with isolated island worlds, GUI-driven settings, and granular permissions. Dual command style (/island and /sb …) keeps legacy players happy while giving admins structured subcommands.
mvn clean package
cp target/skyeblock-*.jar /path/to/server/plugins/
Start the server once to generate configs in plugins/SkyeBlock/.
/island create <type> – create an island (classic/desert/nether)/island home – go to your island/island settings – open settings GUI (gamerules/visiting/delete)/visit <player> – visit another island/hub and /spawn – quick travel/sb island … – subcommand equivalents; /sb shows help/sba …, /delete [player], /island list, /island statusskyeblock.player – default player bundle (island basics, hub/spawn, warp) no gamerules.skyeblock.settings.gamerules – safe/common gamerules (daylight/weather cycle, keepinventory, mobgriefing/spawn, fire/fall/fire/drown damage, insomnia, immediate respawn, natural regen, announce advancements, elytra check).skyeblock.gamerule.* – all gamerules; skyeblock.gamerules.adminbypass overrides checks.skyeblock.* – everything (op).Individual gamerule nodes mirror Bukkit names (e.g., skyeblock.gamerule.dodaylightcycle, skyeblock.gamerule.doweathercycle, skyeblock.gamerule.randomtickspeed).
/island settings → main menu → Gamerule Settings.Generated files live in plugins/SkyeBlock/:
config.yml – world names, hub, nether toggle/biome, distances.island-settings.yml – per-island gamerule values.warps.yml – warp definitions.schematics/ – bundled island templates; add your own .schem files here.src/main/resources/schematics/)..schem into plugins/SkyeBlock/schematics/, then reference it via your island type config.skyeblock.nobleskye.dev.skyeblock.SkyeBlockPlugin.src/main/resources/.PRs and issues welcome. For perms: start players with skyeblock.player, grant skyeblock.settings.gamerules for safe tweaks, reserve skyeblock.gamerule.*/adminbypass for staff.
Licensed under the GNU Lesser General Public License v3.0 (LGPL-3.0). See LICENSE file for details.

Just another sky(e) block plugin. But developed for own server with custom mechanics