Skip to content

Commit

Permalink
corrected grammar from enchanting-(task-type)
Browse files Browse the repository at this point in the history
  • Loading branch information
leogianfagna authored and LMBishop committed Feb 22, 2024
1 parent 80e8af6 commit 888d55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/task-types/enchanting-(task-type).md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | \- | \- |
Expand Down

0 comments on commit 888d55b

Please sign in to comment.