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