Overview
The Command Is Fully Configurable¶
By default the main command is /island, with aliases /is, /sb, /ada,
/sky. Both the name and every alias are configurable in
config.yml under command:, and the plugin
registers them dynamically — there is no command in plugin.yml.
Every sub-command word is configurable too, and most accept several aliases
(English + Turkish out of the box). For example create also responds to
oluştur, kur; home also responds to go, tp, git.
This wiki uses /is and the default English sub-command words.
Tab completion everywhere
Every sub-command and its arguments support context-aware tab completion — player names, role IDs, warp names, border colors, bank actions, and more.
All Commands at a Glance¶
| Command | Description | Page |
|---|---|---|
/is |
Open the main menu | Island Basics |
/is create [type] |
Create your island | Island Basics |
/is home |
Teleport to your island | Island Basics |
/is visit <player> |
Visit another island | Island Basics |
/is sethome |
Set your island spawn | Island Basics |
/is delete |
Delete your island | Island Basics |
/is settings |
Open the settings menu | Island Basics |
/is fly |
Toggle flight on your island | Island Basics |
/is lock |
Open/close your island to visitors | Island Basics |
/is border <BLUE\|GREEN\|RED> |
Change border color | Island Basics |
/is invite <player> |
Invite a player | Team & Roles |
/is accept / /is deny |
Respond to an invite | Team & Roles |
/is leave |
Leave your team | Team & Roles |
/is kick <player> |
Remove a member | Team & Roles |
/is ban / /is unban <player> |
Ban/unban a player | Team & Roles |
/is trust / /is untrust <player> |
Quick-trust a player | Team & Roles |
/is transfer <player> |
Hand over ownership | Team & Roles |
/is role <player> <role> |
Assign a role | Team & Roles |
/is role create\|delete\|perm\|list |
Manage custom roles | Team & Roles |
/is members |
List your team | Team & Roles |
/is upgrade |
Open the upgrades menu | Progression |
/is level |
Show your island level | Leaderboard |
/is top [holo] |
Leaderboard / following hologram | Leaderboard |
/is block |
Browse block point values | Block Values |
/is bank [deposit\|withdraw] <amount> |
Manage the island bank | Bank & Economy |
/is warp <player> [name] |
Warp to a public island warp | Warps |
/is setwarp <name> / /is delwarp <name> |
Manage your warps | Warps |
/is info |
Show island info | Island Basics |
/is admin <...> |
Admin tools | Admin |
/is anaspawn |
Set the global return spawn | Admin |
/is proxy |
Show proxy/cross-server status | Admin |
Permissions¶
SkyblockCore uses very few server-level permission nodes — most "permissions" are island role permissions, not Bukkit ones.
| Node | Default | Purpose |
|---|---|---|
skyblock.admin |
op | Access to /is admin, /is anaspawn, /is proxy |
skyblock.time |
op | Lock the island time (day/night) |
skyblock.warps.<n> |
— | Raise a player's warp limit to <n> |
See Roles & Permissions for the in-island permission system.