Multiple Islands

By default a player owns one island, the classic skyblock rule. IgniteSky can lift that: let a player own several islands and switch which one is "active", the one all the other commands act on.

config.yml
island:
  # 1 = classic single island. Higher enables multi island.
  max-per-player: 1

How it plays

With max-per-player above 1:

CommandWhat it does
/is create [mode]Make another island (up to your cap)
/is islandsList the islands you own
/is switch <n>Set your active island by its number

Every command that acts on "your island" (home, warps, bank, upgrades, and the rest) acts on your active island. Switching changes which one that is. Each island still occupies its own grid cell or pool world, so owning several costs real space.

What active means

When you visit your home, deposit to the bank, or open settings, those apply to the island you last switched to. Think of /is switch as choosing which island you are currently running.

Why allow it

Multi island suits players who want a separate base per mode, a build island kept apart from a grind island, or simply more room than one claim allows. Set the cap to match how much world you can afford to hand out.