aboutsummaryrefslogtreecommitdiffstats
path: root/docs/task-types
diff options
context:
space:
mode:
authorKrakenied <Krakenied1@gmail.com>2024-08-28 19:45:02 +0200
committerKrakenied <46192742+Krakenied@users.noreply.github.com>2024-08-28 19:48:37 +0200
commit5a09ba5600d6a1fdb83d05b2226dc75fe358eace (patch)
tree8ceee8c4013a6a3e086281159c09c0bf3e1f74b7 /docs/task-types
parent5eb0ffd98dc6beaae7235563fd5369a016a54a06 (diff)
Add missing options to farming docs
Diffstat (limited to 'docs/task-types')
-rw-r--r--docs/task-types/farming-(task-type).md15
1 files changed, 9 insertions, 6 deletions
diff --git a/docs/task-types/farming-(task-type).md b/docs/task-types/farming-(task-type).md
index d3705e9a..f47c28dc 100644
--- a/docs/task-types/farming-(task-type).md
+++ b/docs/task-types/farming-(task-type).md
@@ -22,12 +22,15 @@ one. Both names can be used to refer to this task.
## Options
-| Key | Description | Type | Required | Default | Notes |
-|----------|-------------------------------------------------|-------------------------------|----------|---------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| `amount` | The number of crops to farm. | Integer | Yes | \- | \- |
-| `block` | The specific crop(s) to farm. | Material, or list of material | No | \- | Please see [this list](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html) (1.13+) or [this list](https://helpch.at/docs/1.12.2/org/bukkit/Material.html) (1.8-1.12) for material names. Note that some items are confusingly named, they may refer to the held item or block instead of the crop block. |
-| `mode` | The mode to harvest crops. | String | No | \- | One of: `break`, `harvest`. A harvest is where a block drops an item (usually a crop) but does not change state. If this is not specified, both will be accepted. |
-| `worlds` | Worlds which should count towards the progress. | List of world names | No | \- | \- |
+| Key | Description | Type | Required | Default | Notes |
+|----------------------------|------------------------------------------------------------------------------------------------|-------------------------------|----------|---------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| `amount` | The number of crops to farm. | Integer | Yes | \- | \- |
+| `block` | The specific crop(s) to farm. | Material, or list of material | No | \- | Please see [this list](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html) (1.13+) or [this list](https://helpch.at/docs/1.12.2/org/bukkit/Material.html) (1.8-1.12) for material names. Note that some items are confusingly named, they may refer to the held item or block instead of the crop block. |
+| `check-coreprotect` | Whether the plugin should query CoreProtect if a block has been recently placed. | Boolean | No | false | This requires the CoreProtect plugin. |
+| `check-coreprotect-time` | How long ago (in seconds) the plugin should check with CoreProtect whether a block was placed. | Integer | No | \- | Used with `check-coreprotect`. |
+| `check-playerblocktracker` | Whether the plugin should query PlayerBlockTracker if a block has been recently placed. | Boolean | No | false | This requires the PlayerBlockTracker plugin. |
+| `mode` | The mode to harvest crops. | String | No | \- | One of: `break`, `harvest`. A harvest is where a block drops an item (usually a crop) but does not change state. If this is not specified, both will be accepted. |
+| `worlds` | Worlds which should count towards the progress. | List of world names | No | \- | \- |
## Examples