aboutsummaryrefslogtreecommitdiffstats
path: root/docs/task-types/customfishing_fishing-(task-type).md
blob: 5d5c887721bd08afb8f2489d9ebabb1ce944fffd (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
32
33
34
35
36
---
title: customfishing_fishing
parent: External task types
grand_parent: Task types
---

# customfishing_fishing (task type)

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

Plugin 'CustomFishing' required
{: .label }

Catch a set amount of CustomFishing loots.

## Options

| Key                | Description                                      | Type                | Required | Default | Notes                                                              |
|--------------------|--------------------------------------------------|---------------------|----------|---------|--------------------------------------------------------------------|
| `amount`           | The number of loots to catch.                    | Integer             | Yes      | \-      | \-                                                                 |
| `loot` / `loots`   | The specific loot id(s) to catch.                | String              | No       | \-      | If this value is not specified, then any loot will count.          |
| `loot-match-mode`  | The match mode to be used to compare the strings | String              | No       | EQUALS  | One of: `EQUALS`, `STARTS_WITH`, `ENDS_WITH`.                      |
| `group` / `groups` | The specific group of loot to catch.             | String              | No       | \-      | If this value is not specified, then any group of loot will count. |
| `group-match-mode` | The match mode to be used to compare the strings | String              | No       | EQUALS  | One of: `EQUALS`, `STARTS_WITH`, `ENDS_WITH`.                      |
| `worlds`           | Worlds which should count towards the progress.  | List of world names | No       | \-      | \-                                                                 |

## Examples

Catch 10 CustomFishing loots:

```yaml
customfishing:
  type: "customfishing_fishing"
  amount: 10                             # number needed
```