blob: 19accfa508adcf0543204a85eebc122536f53d8a (
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_finalkill
parent: External task types
grand_parent: Task types
---
# bedwars1058_finalkill (task type)
Not released yet (dev builds)
{: .label .label-green }
Plugin 'BedWars1058' required
{: .label }
Get a final kill in a BedWars1058 game.
## Options
| Key | Description | Type | Required | Default | Notes |
|----------|----------------------------|---------------------|----------|---------|-------|
| `amount` | The amount of final kills. | Integer | Yes | \- | \- |
## Examples
Final kill 5 players:
``` yaml
bedwars1058:
type: "bedwars1058_finalkill"
amount: 5 # amount of final kills
```
|