blob: 06dc416443b2d0289f340a1ef1adff72c011106e (
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: bedwars1058_win
parent: External task types
grand_parent: Task types
---
# bedwars1058_win (task type)
Not released yet (dev builds)
{: .label .label-green }
Plugin 'BedWars1058' required
{: .label }
Win a game of BedWars in BedWars1058.
## Options
| Key | Description | Type | Required | Default | Notes |
|----------|-----------------------------|---------------------|----------|---------|-------|
| `amount` | The amount of games to win. | Integer | Yes | \- | \- |
## Examples
Win 5 games:
``` yaml
bedwars1058:
type: "bedwars1058_win"
amount: 5 # amount of games to win
```
|