aboutsummaryrefslogtreecommitdiffstats
path: root/docs/task-types/iridiumskyblock_value-(task-type).md
blob: 102593e7635b69b91790372c31ad64f8a310cad9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
title: iridiumskyblock_value
parent: External task types
grand_parent: Task types
---

# iridiumskyblock_value (task type)

Since v3.5
{: .label .label-green }

Plugin 'IridiumSkyblock' required - version 2.x only
{: .label }

Reach a certain IridiumSkyblock value.

## Options

| Key     | Description         | Type    | Required | Default | Notes |
|---------|---------------------|---------|----------|---------|-------|
| `value` | The value to reach. | Integer | Yes      | \-      | \-    |

## Examples

Reach island value 10:

``` yaml
iridiumskyblock:
  type: "iridiumskyblock_value"
  value: 10                             # island level needed
```