Island Conditions
Conditions for checking island state in TypeWriter flows.Has Island Condition
Type:has_island
Checks if the player owns an island.
Configuration
| Field | Type | Default | Description |
|---|---|---|---|
inverted | Boolean | false | Invert the check |
Returns
trueif player has an islandfalseif player has no island
Is Coop Condition
Type:is_coop_island
Checks if the player’s island is a cooperative island (shared with a partner).
Configuration
| Field | Type | Default | Description |
|---|---|---|---|
inverted | Boolean | false | Invert the check |
Returns
trueif island has a coop partnerfalseif solo island
Island Level Condition
Type:island_level_condition
Checks if the island level meets a requirement.
Configuration
| Field | Type | Default | Description |
|---|---|---|---|
minimumLevel | Int | 1 | Required level |
operator | Operator | GREATER_EQUAL | Comparison operator |
Operators
| Operator | Description |
|---|---|
EQUALS | Exactly equal |
GREATER | Greater than |
GREATER_EQUAL | Greater or equal |
LESS | Less than |
LESS_EQUAL | Less or equal |
Island Role Condition
Type:island_role_condition
Checks the player’s role on their island.
Configuration
| Field | Type | Default | Description |
|---|---|---|---|
minimumRole | IslandRole | MEMBER | Required minimum role |
Role Hierarchy
OWNER- Full controlADMIN- Administrative accessMODERATOR- Member managementMEMBER- Basic accessCOOP- Temporary coop accessVISITOR- View-only access