Introduction
IgniteSky is a skyblock plugin for Paper and Folia, built to be the last one a server owner has to install. It covers the ground that SuperiorSkyblock2 and BentoBox cover, then keeps going: three island modes in one plugin, a worth and level system that scans off the main thread, native client dialogs that work on Bedrock through Geyser, multi island ownership, proxy sharding, and an addon SDK that extends the plugin as a real dependency rather than through reflection.
If you run a skyblock server today, the goal of this wiki is simple. By the time you reach the end of it, there should be nothing about IgniteSky you have to guess at.
What makes it different
Three modes, one plugin
Classic Skyblock, OneBlock and ChunkBlock all ship together. Each can be hosted differently and enabled per server.
Native dialogs
Settings, confirmations and the admin config editor render as real client dialogs on Paper 1.21.7+, and as Bedrock forms through Geyser.
Built to scale
Run one server or a sharded network. Islands carry a home server tag and visiting works across backends with no extra infrastructure.
Extensible without reflection
The addon API and the worth and world SPIs are all typed. Addons depend on IgniteSky the way any library depends on another.
How this wiki is laid out
The sidebar follows the order most people need things in. Getting Started takes you from an empty server to a working island. Playing explains the systems your players touch every day. Features covers the bigger systems like the skill tree, prestige and seasons. Networks & Scaling is for multi server setups. Server Admin and Developers are the operator and integration reference.
Jump straight to the Quick Start. It gets you from a fresh install to your first island in about a minute.
Requirements at a glance
- A Paper or Folia server on 1.21.7 or newer (native dialogs need this; the rest is forgiving).
- Java 21.
- Optionally Vault and an economy plugin for the bank and economy features. Everything degrades gracefully if they are absent.
Ready? Start with Installation.