diff options
| author | Léo <142264317+leogianfagna@users.noreply.github.com> | 2024-02-21 12:25:51 -0300 |
|---|---|---|
| committer | Leonardo Bishop <13875753+LMBishop@users.noreply.github.com> | 2024-02-22 16:36:11 +0000 |
| commit | 888d55bcbbc0e08b844c8448324758a7136bc175 (patch) | |
| tree | 925d77da5f63570725277fe8a9054a6055c9cf9a /docs | |
| parent | 80e8af636ef4c25e28635ea3b7f1d5c9716c7a7c (diff) | |
corrected grammar from enchanting-(task-type)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/task-types/enchanting-(task-type).md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/task-types/enchanting-(task-type).md b/docs/task-types/enchanting-(task-type).md index 754b2a26..46c81daf 100644 --- a/docs/task-types/enchanting-(task-type).md +++ b/docs/task-types/enchanting-(task-type).md @@ -16,7 +16,7 @@ Enchant an item. | Key | Description | Type | Required | Default | Notes | |---------------|-------------------------------------------------|--------------------------------------|----------|---------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `amount` | The number of items to obtain. | Integer | Yes | \- | \- | -| `item` | The specific item to encahnt. | Material, or ItemStack | No | \- | Accepts standard [item definition](../configuration/defining-items). 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. If no item is specified, then any item can be enchanted. | +| `item` | The specific item to enchant. | Material, or ItemStack | No | \- | Accepts standard [item definition](../configuration/defining-items). 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. If no item is specified, then any item can be enchanted. | | `enchantment` | The specific enchantment(s) to apply. | Enchantment, or list of enchantments | No | \- | If no enchantments are specified, then any enchantment can be applied. | | `min-level` | The minimum level of the enchantments. | Integer | No | \- | If no minimum level is specified, then any enchantment of any level can be applied. | | `worlds` | Worlds which should count towards the progress. | List of world names | No | \- | \- | |
