Skip to main content
Actions for managing island members, roles, and cooperative partnerships.

Invite

Invite players.

Roles

Manage permissions and ranks.

Invitations

Invite Member

Type: btcsky_invite_member Sends an invitation to another player to join the island permanently.
targetPlayer
String
required
The name of the player to invite.

Invite Coop Partner

Type: btcsky_invite_coop_partner Invites a player to be a coop partner.

Accept Invitation

Type: btcsky_accept_invite Accepts a pending invitation to join an island.
inviteId
String
required
ID of the invite to accept.

Decline Invitation

Type: btcsky_decline_invite Decline a pending island invitation.
inviteId
String
required
ID of the invite to decline.

Member Management

Kick Member

Type: btcsky_kick_member Removes a member from the island.
targetUuid
String
required
UUID of the member to kick.

Leave Island

Type: btcsky_leave_island Action for a member to voluntarily leave their current island.

Promote Member

Type: btcsky_promote_member Moves a member up one role in the hierarchy.

Demote Member

Type: btcsky_demote_member Moves a member down one role in the hierarchy.

Ban Player

Type: btcsky_ban_player Bans a player from the island.
targetUuid
String
required
UUID of the player to ban.

Cooperation & Interactions

Leave Coop

Type: btcsky_leave_coop Leave a cooperative island permanently.

Add Rating

Type: btcsky_add_rating Rate an island.
islandId
String
Target island ID (empty = current).
rating
Int
default:"5"
Rating value (1-5).

Exploration

Teleport to Player

Type: btcsky_teleport_to_player Teleport to another player on your island.
targetPlayer
String
default:"%target_player%"
Target player name or placeholder.

Random Public Visit

Type: btcsky_teleport_random_island Teleport to a random island that is open to visitors.