blob: b29759f8567e02a9a606fd1a250b5e7e46aac4f9 (
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: essentials_moneyearn
parent: External task types
grand_parent: Task types
---
# essentials_moneyearn (task type)
Since v2.12
{: .label .label-green }
Plugin 'Essentials' required
{: .label }
Earn a certain amount of money after starting quest.
## Options
| Key | Description | Type | Required | Default | Notes |
|----------|---------------------|---------|----------|---------|-------|
| `amount` | The amount to earn. | Integer | Yes | \- | \- |
## Examples
Earn \$1000:
``` yaml
essentialsbalance:
type: "essentials_moneyearn"
amount: 1000 # amount of money to earn
```
|