How to Start a Minecraft SkyBlock Server
Build a Minecraft 26.2 SkyBlock server: island cores compared by verified 26.2 support, island distance and reset settings, and the BentoBox addon gap.
SkyBlock drops each player onto a tiny floating island — a few blocks of dirt, one tree, a chest of starter items — with nothing underneath but void. Everything that follows is built out of that: a cobblestone generator, a mob farm, a bit of trade with the neighbours. It is the most durable server gametype there is, because the constraint is the content.
This guide gives you a named plugin stack for Minecraft 26.2 with each component's current version and its declared 26.2 status, the island-generation and reset decisions that actually matter, and an honest account of one thing that is broken in the ecosystem right now.
Every version number on this page was read from the plugin's own distribution metadata on 19 August 2026
Not from a blog, not from memory. Modrinth's API, PaperMC's Hangar API and
api.spiget.orgall publish which Minecraft versions a given build declares. Where two channels disagree about the same build — and they do — this page says which one it is quoting. Plugin ecosystems move weekly, so re-check before you install.
What SkyBlock Is, and How It Differs From the Alternatives
A SkyBlock server hands every player (or every team) a private island in an otherwise empty world, plus a scoring system that ranks islands. There is no shared map to explore and no land to claim, because there is no land — the island is the claim, and the plugin owns its boundary.
That makes SkyBlock structurally different from the other big gametypes. Factions is about contesting shared territory; SkyBlock has none. Prison is a linear rank ladder through mines you are given; SkyBlock is open-ended and player-driven. An SMP is one world everybody shares; SkyBlock is thousands of tiny worlds that never touch. If you are still choosing, the practical question is whether you want players competing over space (Factions), progressing through content (Prison), or building in isolation and comparing results (SkyBlock).
The engineering consequence is that SkyBlock is chunk-cheap and entity-expensive. Islands are small and far apart, so very little terrain is ever loaded — but mature islands are wall-to-wall farms, hoppers and mob spawners, and that is where your tick budget goes.
Server Software: Paper
SkyBlock is a plugin gametype, not a mod gametype. Every island core below is a Bukkit-family plugin, so you need Paper or a Paper fork — not Fabric, not Forge, not NeoForge, and not Vanilla. Choosing your Minecraft server software covers why a Bukkit plugin can never load on a mod loader.
Checked against PaperMC's Fill v3 API on 19 August 2026, Paper 26.2 has support status SUPPORTED and a declared Java minimum of 25. Purpur works too — it is a drop-in Paper fork — and is a reasonable pick if you want its extra gameplay toggles.
Folia is a genuinely interesting option here, and SkyBlock is the reason
Folia's own README answers the question directly: "Server types that naturally spread players out, like skyblock or SMP, will benefit the most from Folia. The server should have a sizeable player count, too." It also names the hardware bar — "ideally, at least 16 cores (not threads)" — and recommends pre-generating the world. The cost is that almost no plugin runs on it: a plugin must be specifically developed for Folia's schedulers, not merely flagged as supported. Of the island cores below, only Skyllia publishes a Folia build. Read section 4 of choosing your server software before you go down this road.
The Island Core Is the Decision
Everything else is replaceable. The island core owns world generation, island creation, resets, protection, invites, the level/scoring system and usually the GUI. Changing it later means rebuilding the world.
Here is what the five serious options declare, read from their own distribution metadata on 19 August 2026.
| Island core | Current build | Released | Declares 26.2? | Where it publishes |
|---|---|---|---|---|
| IridiumSkyblock | 4.1.5 | 2026-07-31 | Yes | Modrinth (paper, purpur, spigot) |
| uSkyBlock | 3.6.1 | 2026-08-18 | Yes | Modrinth + SpigotMC (resource 66795) |
| Skyllia | 3.0-163 | 2026-07-29 | Yes | Modrinth (folia, paper, purpur) |
| SuperiorSkyblock2 | 2026.2 | 2026-06-28 | Yes | SpigotMC (resource 87411, off-site download) |
| BentoBox + BSkyBlock | core 3.22.2 / BSkyBlock 1.20.0 | 2026-08-10 / 2026-04-27 | Core yes, gamemode no | Modrinth + Hangar |
IridiumSkyblock 4.1.5
The most straightforward all-in-one. Version 4.1.5 was published to Modrinth on 31 July 2026 and its version metadata lists every Minecraft release from 1.13 through 26.2 — an unusually wide net, which tells you the project abstracts hard over version differences. It declares no required dependencies at all, which makes it the lowest-risk starting point on this list. It brings its own islands, upgrades, missions, boosters and shop.
uSkyBlock 3.6.1
Published 18 August 2026 — the most recently updated core here, and it declares 1.21.10 through 26.2 and nothing older, so it is a modern-only project. Worth knowing: the older 3.4.2 build declared WorldEdit and WorldGuard as required dependencies, with VaultUnlocked optional. The current 3.6.1 build declares none. If you run 3.6.1 and see missing-dependency errors on boot, install WorldEdit and WorldGuard — both have current 26.2 builds.
Skyllia 3.0-163
The one to pick if you want Folia. Build 3.0-163 (29 July 2026) publishes for folia, paper and purpur and lists 26.2. It is also the only core here whose metadata acknowledges 26.2 release candidates, which suggests the author tracks Minecraft prereleases closely.
SuperiorSkyblock2 2026.2
The commercial-grade option, distributed free through SpigotMC resource 87411 but with the actual jar hosted off-site (Spiget flags it external: true). Its resource page declares 26.1 and 26.2, last updated 28 June 2026. Because SpigotMC's API publishes no dependency field, its dependency graph could not be verified here at all — only its version support.
BentoBox — and the thing you need to know before you use it
BentoBox is the modular framework most SkyBlock guides recommend: a core plugin plus a gamemode addon (BSkyBlock, AcidIsland, AOneBlock, CaveBlock) plus a catalogue of feature addons (Level, Challenges, Warps, Biomes, Greenhouses, Bank, Limits).
BentoBox's core supports 26.2. Its flagship SkyBlock gamemode does not
BentoBox core 3.22.2 (10 August 2026) declares 26.2 on both Modrinth and Hangar. But BSkyBlock 1.20.0 — the newest release, published 27 April 2026 — stops at 26.1.2 on Hangar and 26.1.1 on Modrinth. Neither channel lists 26.2. The addon catalogue is in the same position: Level 2.28.1 (29 July 2026), Challenges (26 July 2026), Warps 1.19.1 (30 July 2026), Island Biomes 2.3.0 (7 May 2026), Greenhouses 1.10.0 (26 July 2026) and Island Chat all top out at 26.1.2 or lower, and Island Bank has not shipped since 17 December 2024. Two parts of the family have moved: AcidIsland 2.1.1 (26 July 2026) declares 26.2 on both channels, and AOneBlock 1.27.0 declares 26.2 on Hangar — though Modrinth still shows 26.1.2 for the same build.
That is not a reason to write BentoBox off; it is a very actively developed project and the gamemode will almost certainly catch up. It is a reason not to plan a 26.2 launch around BSkyBlock this week. If BentoBox is what you want, either run 26.1.2 deliberately, or start on AcidIsland, or pick one of the four all-in-one cores above.
The Supporting Stack
These sit under whichever core you chose. All versions read 19 August 2026.
| Role | Plugin | Version | 26.2 status | Notes |
|---|---|---|---|---|
| Permissions | LuckPerms | v5.5.71-bukkit (2026-08-06) | Declares 26.2 | No dependencies — see LuckPerms |
| Placeholders | PlaceholderAPI | 2.12.3 (2026-07-03) | Declares 26.2 | Nearly everything else hooks it |
| Economy bridge | VaultUnlocked | 2.20.2 (2026-06-22) | Declares 26.2 | Self-describes as "a modern drop-in Vault fork" |
| Shop | EconomyShopGUI | 7.2.1 (2026-08-16) | Declares 26.2 (SpigotMC 69927) | The default answer for selling island output |
| Money sink/source | Jobs Reborn | 5.2.6.6 (2026-07-10) | Declares 26.2 (SpigotMC 4216) | Optional, but it gives non-farmers an income |
| Entity control | WildStacker | 2026.2 (2026-06-28) | Declares 26.2 (SpigotMC 87404) | The single most useful performance plugin on a SkyBlock server |
| World tools | WorldEdit / WorldGuard | 7.4.5 / 7.0.18 | Both declare 26.2 | WorldGuard declares WorldEdit as a required dependency — see WorldEdit and WorldGuard |
| Spawn/hub world | Multiverse-Core | 5.8.0 (2026-08-14) | Declares 26.2 | Portals 5.2.3 and Inventories 5.3.5 also at 26.2; both require Core — see Multiverse |
| Void world generation | VoidWorldGenerator | 1.3.13 (2026-08-03) | Declares 26.2 (Hangar) | Only needed if your core does not generate its own void world |
| Live map | BlueMap | 5.23-paper (2026-08-06) | Declares 26.2 | Dynmap's latest, v3.8 from 14 January 2026, still stops at 1.21.11 |
Two things in the usual SkyBlock stack have no 26.2 build
EssentialsX 2.22.0 (31 May 2026) declares up to 26.1.2 — confirmed identically on Modrinth, Hangar and SpigotMC. CoreProtect 24.0 (7 July 2026) also stops at 26.1.2, on both Modrinth and Hangar. Both are load-bearing on most servers. Your options are to run 26.1.2 instead of 26.2, to wait, or to substitute: Server Essentials 2.6.0 (15 August 2026, SpigotMC 86675) declares 26.2 and covers much of EssentialsX's command surface. There is no equivalent substitute for CoreProtect's block logging that declares 26.2 today, and EssentialsX setup documents what you would be doing without.
The Vault trap
Half the plugins in the economy corner of this ecosystem talk to each other through Vault. Vault's own last release is 1.7.3, published 17 July 2020, declaring support up to Minecraft 1.17. VaultUnlocked 2.20.2 is the maintained fork and does declare 26.2.
The catch is that plugins declare a dependency by name. ChestShop's 26.2-capable build (3.13-pre-1) declares Vault — the original — as a required dependency. LiteEco declares both Vault and VaultUnlocked as required. So "install VaultUnlocked instead" is not automatically safe; check what each plugin's metadata actually names before you drop the old jar.
The Config Decisions That Make SkyBlock Work
Three settings decide whether your server feels like SkyBlock or like a bad survival server.
Island generation: distance and the starter schematic
Every core asks you for an island distance — the spacing, in blocks, between island centres. Too small and neighbours can see, shoot and grief across the gap. Too large and your world file grows for no reason, because each island still needs its own chunks generated.
The value interacts directly with your island protection radius: protection must be comfortably smaller than half the distance, or two adjacent islands' protected zones will touch and the plugin will have to arbitrate. Set distance first, then protection to something meaningfully less than half of it, then leave both alone forever — island distance cannot be changed after islands exist without invalidating every existing island's coordinates. This is the single most expensive mistake on a SkyBlock server.
The starter schematic is the other half. A generous start (full tree, lava bucket, ice, a chest of saplings) makes the first hour pleasant; a spartan one makes the first hour the entire game. Both are legitimate designs. What is not legitimate is changing it three weeks in, because your early players and your new players will then be playing different games.
Island resets: how many, and what happens to the old one
Every core exposes a reset command that wipes a player's island and hands them a fresh one. The two decisions are how many resets a player gets and whether the old island is deleted or left as an orphan.
Leaving orphans is the default in some cores and it is how SkyBlock worlds quietly reach hundreds of gigabytes. Prefer a configuration that actually deletes the abandoned island region, and pair it with an inactivity purge — most cores can delete islands whose owner has not logged in for N days. That purge is the difference between a world folder that stabilises and one that grows forever.
Decide the reset policy before launch, not after the first complaint
Unlimited resets turn island level into a measure of patience rather than skill, because a player can reroll until they get a favourable start. One or two resets, plus a clear rule about what happens to the old island, is the usual compromise.
The cobblestone generator, and why it is a config setting now
Vanilla lava-and-water generators produce cobblestone, and occasionally stone or obsidian. Most SkyBlock cores let you replace that table outright — adding ores at configurable weights, sometimes scaling with island level. This is your main progression dial. A generator that yields diamonds at level 1 removes the mid-game; one that yields nothing but cobblestone forever removes the late game.
If your chosen core does not include a generator system, BlockRegen 3.33.1 (31 July 2026, SpigotMC 9885) declares 26.2 and can drive regenerating custom blocks.
Permissions
Do not hand out island-core admin commands with operator status. Every core registers permission nodes for its admin commands, and a SkyBlock server needs at least a three-tier ladder: default players, a helper tier that can inspect islands but not delete them, and an admin tier that can.
LuckPerms v5.5.71-bukkit (6 August 2026) declares 26.2 and is the tool for this. Managing permissions with LuckPerms covers groups, inheritance, weights and tracks in full — build the ladder there, then grant your island core's admin nodes to the top group only.
The one SkyBlock-specific note: island cores frequently expose per-island limits as permission nodes (hopper counts, spawner counts, team size), which means your donor tiers are expressed as permissions rather than as plugin config. Plan the node names before you build the ladder.
Realistic Resource Expectations
SkyBlock's memory profile is unusual: low chunk load, high entity and tile-entity count. A hundred players spread over a hundred islands generate far less terrain than a hundred players in one town, but every mature island is a hopper farm.
That means your bottleneck is almost always the single-threaded tick loop, not the heap. Adding memory to a SkyBlock server that is stuttering from 40,000 hoppers changes nothing. Diagnosing Minecraft server lag shows how to tell those apart in about five minutes, and it is worth doing before you conclude you need a bigger plan.
For sizing, use the heap figures in Minecraft server RAM and JVM flags — a small SkyBlock server sits comfortably in the same band as a small Paper survival server, and grows with island count rather than with player count.
On a GameServerKings server the heap follows your plan automatically
Our Minecraft servers launch with
-Xms128M -XX:MaxRAMPercentage=95.0and no-Xmx. There is noMEMORYvariable on the Startup tab. The heap ceiling is 95% of the RAM your plan allocates and moves with it, so the lever is the plan, not a flag. Article 559 explains the mechanics and what the Extra Flags field can and cannot do.
The two levers that genuinely help a busy SkyBlock server are entity stacking (WildStacker 2026.2 declares 26.2) and per-island limits on hoppers and spawners, which every core on this page supports. Use both from day one; retrofitting limits onto islands that already exceed them is a support nightmare.
What Was Verified Here — and What Was Not
This is worth being blunt about, because most guides in this category are not.
Verified, from each plugin's own distribution metadata on 19 August 2026: the current version number, the release date, the list of Minecraft versions that build declares, the release channel it was published on, and any dependencies the channel exposes.
Not verified, because it requires actually booting a server: that these plugins run together. Nobody has run this stack end to end for you here. Declared version support is a statement by the author about what they targeted; it is not a test result. Two plugins can each support 26.2 perfectly and still conflict at runtime — two protection systems both cancelling the same block-break event, or two economies both registering as the Vault provider.
Also worth knowing: SpigotMC's API publishes no dependency information at all. For SuperiorSkyblock2, EconomyShopGUI, Jobs Reborn, WildStacker, Server Essentials and BlockRegen, version support could be confirmed but the dependency graph could not.
And a plugin declaring 26.1.2 will often run fine on 26.2 — Paper's plugin API is usually stable across point releases. But "usually" is a prediction, and this page is trying to only tell you things that are facts.
Common Issues
Islands generate as normal terrain, not void. Your core is not managing the world it thinks it is, or the world was created by Multiverse with the default generator before the core loaded. Delete the island world and let the core create it, or specify the void generator explicitly at creation.
"Missing dependency" on boot after installing uSkyBlock. Older uSkyBlock builds declared WorldEdit and WorldGuard as required. Install both — 7.4.5 and 7.0.18 respectively, both at 26.2.
Two plugins fight over island protection. If you run WorldGuard and an island core, do not create a WorldGuard region over the island world. The core already owns protection there; overlapping systems produce inconsistent results that are extremely hard to debug. WorldGuard's place on a SkyBlock server is the hub/spawn world. See grief protection and rollback.
Island level never updates. On a BentoBox setup, the Level addon is a separate download and its newest build (2.28.1) declares up to 26.1.2. On the all-in-one cores, levelling is built in and usually runs on a schedule rather than instantly.
The world folder grows without limit. Resets are orphaning old islands. Enable actual deletion, and enable the inactivity purge.
FAQ
Can I run SkyBlock on Fabric or Forge?
No. Every core on this page is a Bukkit-family plugin. See choosing your server software.
Do players need to install anything?
No. Plugins run server-side and vanilla clients connect normally.
Which core is best if I just want it to work?
IridiumSkyblock 4.1.5 — it declares 26.2, declares no required dependencies, and is a single jar.
Can I use BentoBox on 26.2 at all?
The core, yes (3.22.2). The BSkyBlock gamemode, not according to its own metadata as of 19 August 2026 — its newest release is from 27 April 2026 and stops at 26.1.2. AcidIsland 2.1.1 does declare 26.2 if you want a BentoBox-family gamemode today.
Do I need Multiverse?
Only if you want a separate hub or spawn world. The island cores generate and manage their own world.
Will an island core protect against griefing by island members?
No — members you invite have build rights by design. That is what per-role island permissions are for, and it is why island team size is worth limiting.
What to Read Next
- Choosing your Minecraft server software for why SkyBlock means Paper, and what Folia would cost you
- How to install plugins for Minecraft Java Edition for getting these jars onto the server
- Managing permissions with LuckPerms for the group ladder and the per-island limit nodes
- Minecraft server RAM and JVM flags for heap sizing and why there is no
-Xmxfield - Diagnosing Minecraft server lag before you blame memory for a tick-loop problem
- Grief protection and rollback for WorldGuard on your hub world
- Minecraft world management and Multiverse for handling the hub world alongside the island world
- Minecraft WorldGuard for protecting your spawn — but not the island world
- How to make a Minecraft SMP server for friends if a shared world suits your group better
- Managing your Minecraft server for backups — take one before you change island distance
Made with 💜 by GameServerKings

Need a Minecraft server?
Deploy an instantly-provisioned Minecraft server on high-clock hardware — DDoS protected, no contracts, cancel anytime.
From $4.80 /month