Admin Commands

The operator toolkit lives under /is admin and is gated by the ignitesky.admin permission (see Permissions). These are kept separate from the player commands so the moderation surface is easy to find and reason about.

CommandWhat it does
/is admin reloadReload config and language in place
/is admin configOpen the live config editor (a native dialog)
/is admin info <player>Show a player's island summary
/is admin delete <player>Delete a player's island
/is admin setlevel <player> <level>Set a player's island level
/is admin snapshot <player>Open a player's island snapshots (restore for them)
/is admin booster <type> <amount> <minutes> [self]Start a timed stat booster (server-wide, or 'self')
/is admin feature <player>Pin a player's island as the Island of the Week
/is admin countdown <seconds> [title]Show a server-wide countdown boss bar
/is admin perfShow the slowest profiled operations (avg/p95/max)
/is admin setspawnSet the server spawn where you stand
/is admin endseasonEnd the season, pay winners, reset scores
/is admin import [source] [path]Import islands from another plugin
/is admin addonsList loaded addons
/is admin addons reloadReload all addons from disk

Timed boosters

/is admin booster <type> <amount> <minutes> [self] starts a temporary stat event layered over the permanent modifiers. It broadcasts to the server and every consumer of that stat (worth, spawner rate, mob drops, XP, crop growth, fly speed, bank interest) picks it up automatically until it expires. Omit self for a server-wide booster; pass self to boost only your own island.

typeBoosts
worth_multiplierWorth gained as the island grows
spawner_rateStacked-spawner output
mob_dropsMob drop quantity
xp_multiplierXP gained on the island
crop_growthExtra crop-growth chance
fly_speedIsland flight speed
bank_interestBank interest rate

amount is the added bonus as a fraction: 0.5 = +50%, 1.0 = double. Example: /is admin booster worth_multiplier 1.0 30 doubles worth gains server-wide for 30 minutes. Boosters live in memory (a short event need not survive a restart).

The live config editor

/is admin config opens a native client dialog with sliders and tick boxes for the common settings: hologram height and toggle, preview duration and orbit radius, recalc scan radius, boss bar timing and toggle, worth points per level, ChunkBlock unlock cost, auto-save interval, and bank interest rate, interval and toggle. Adjust them, submit, and the values are written back to config.yml and reloaded on the spot. It is an in game config editor that neither SuperiorSkyblock2 nor BentoBox offers.

Needs dialogs

The config editor is a dialog, so it requires dialogs.enabled: true and a Paper 1.21.7+ server. With dialogs off, edit config.yml by hand and run /is admin reload.

Reloading vs restarting

/is admin reload reloads config and language live. Structural changes (the storage backend, registries, world pools) still need a full restart, and IgniteSky tells you when a setting you changed falls into that category.

Targeting offline owners

The admin actions resolve their target by owner name from the island cache, so they work for offline owners whose island is loaded. /is admin delete <player> and /is admin info <player> do not need the owner online.

Delete is final

/is admin delete removes the island. Use it deliberately. For accidental damage rather than removal, players can roll back their own snapshots.