-
Notifications
You must be signed in to change notification settings - Fork 8
Commands
PinkGoosik edited this page Apr 10, 2025
·
13 revisions
This is the commands page listing all the Skylands mod commands, their description, and permissions.
By default, all the user commands are available for everyone.
| Command | Permission | Description |
|---|---|---|
| /sl create | skylands.create |
Creates a new Island. |
| /sl delete | skylands.delete |
Deletes your Island. Has a 24 hours cooldown. |
| /sl home | skylands.home |
Teleports you to your Island. |
| /sl home <player> | skylands.home |
Teleports you to an Island you are a member of. |
| /sl hub | skylands.hub |
Teleports you to the Hub. |
| /sl visit <player> | skylands.visit |
Teleports you to an Island of the specified player. |
| /sl members invite | skylands.members.invite |
Invites a specified player to be a member of your Island. |
| /sl members remove | skylands.members.remove |
Removes a specified player from being a member of your Island. |
| /sl accept <player> | skylands.accept |
Accepts invite request to be a member of the specified player's Island. |
| /sl kick <player> | skylands.kick |
Kicks a specified player from your Island. |
| /sl ban <player> | skylands.ban |
Bans a specified player from visiting your Island. |
| /sl unban <player> | skylands.unban |
Unbans a specified player to allow visiting your Island. |
| /sl settings set-spawn-pos | skylands.settings.spawn.position |
Changes home position. |
| /sl settings set-visits-pos | skylands.settings.visits.position |
Changes visit position. |
| /sl settings toggle-visits | skylands.settings.lock |
Enables/disables the ability to visit your Island for non-member players. |
Admin commands are only available for players with either permissions or operator level 4. (For versions 0.3.14 and below the root command is sl-force instead of skylands-admin)
| Command | Permission | Description |
|---|---|---|
| /skylands-admin delete | skylands.admin.delete |
Deletes an Island of the specified player without applying a cooldown. |
| /skylands-admin visit | skylands.admin.visit |
Teleports you to an Island of the specified player, bypassing lock and ban. |
| /skylands-admin hub set-spawn-pos | skylands.admin.hub.position |
Changes the spawn position of the Hub. |
| /skylands-admin hub toggle-protection | skylands.admin.hub.protection |
Enables/disables the world protection of the Hub. |
| /skylands-admin config <option> <value> | skylands.admin.config |
Settings config options. |
| /skylands-admin config reload | skylands.admin.config |
Reloads config from JSON file. |
| /skylands-admin config reset | skylands.admin.config |
Resets config to its default state. |