Skip to main content
Island management is at the core of SuperiorSkyblock2. Players can create their own islands, customize them, and manage their team members.

Creating an Island

1

Use the create command

Execute the command to create your island:
/island create
Players need the superior.island.create permission.
2

Select a schematic

Choose from available island schematics configured by the server administrator. Each schematic provides a different starting layout.
3

Island generation

Your island will be generated at a unique position in the islands world. The default island size is configurable in config.yml.
The maximum island size can be set in the configuration. Island distances are automatically calculated as 3 times the max island size to prevent overlap.

Island Information

View detailed information about your island or another player’s island:
/island show [player]
This displays:
  • Island owner and creation date
  • Current level and worth
  • Number of members
  • Island rating
  • Location and size

Teleporting to Islands

Teleport to Your Island

Return to your island home location:
/island teleport
Island owners and admins can set a custom teleport location using /island setteleport with the superior.island.setteleport permission.

Visit Other Islands

Teleport to another player’s island (if it’s open):
/island visit <player>

Island Settings

Configure your island’s privacy and other settings:
/island settings
This opens a menu where you can:
  • Toggle island privacy (open/closed)
  • Configure island flags and permissions
  • Adjust member privileges

Opening and Closing Islands

Quickly toggle island access:
# Open your island to visitors
/island open

# Close your island to visitors
/island close
Members with the CLOSE_ISLAND and OPEN_ISLAND permissions can control island access. Moderator role and above have these permissions by default.

Disbanding Islands

Permanently delete your island:
/island disband
Disbanding an island is permanent and cannot be undone. All island data, builds, and progress will be lost.
Requirements:
  • Must be the island owner
  • Requires superior.island.disband permission

Island Naming

Customize your island with a unique name:
/island name <name>
The island name appears in:
  • Top islands leaderboard
  • Island information displays
  • Visitor lists

Island Biomes

Change your island’s biome:
/island biome
This opens a menu where you can select from available biomes. Different biomes affect:
  • Mob spawning
  • Grass and foliage colors
  • Weather effects
  • Ambient sounds
Biome changes require the superior.island.biome permission. Some servers may restrict certain biomes or charge for biome changes through upgrades.

Recalculating Island Values

Manually recalculate your island’s worth and level:
/island recalc
This scans all blocks on your island and updates:
  • Total island worth
  • Island level
  • Block counts
  • Position in leaderboards
With auto-blocks-tracking enabled in the config, island values update automatically when you place or break blocks.

Block Counts

View detailed block counts on your island:
/island counts
This shows how many of each block type you have placed, which contributes to your island’s level and worth.

Admin Commands

Server administrators have access to additional island management commands:
# Add a player to an island
/admin add <player> <island-owner>

# Disband any island
/admin disband <player>

# Change island name
/admin name <player> <name>

# Teleport to any island
/admin teleport <player>

# Set island biome
/admin setbiome <player> <biome>
All admin commands require the appropriate superior.admin.* permissions.