aboutsummaryrefslogtreecommitdiffstats
path: root/docs/configuration/defining-items.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration/defining-items.md')
-rw-r--r--docs/configuration/defining-items.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/configuration/defining-items.md b/docs/configuration/defining-items.md
index aab18de9..e9085532 100644
--- a/docs/configuration/defining-items.md
+++ b/docs/configuration/defining-items.md
@@ -230,6 +230,7 @@ The types of quest items are as follows:
- `mmoitems` (items from MMOItems)
- `slimefun` (items from Slimefun)
- `customfishing` (items from CustomFishing)
+- `evenmorefish` (items from EvenMoreFish)
- `executableitems` (items from ExecutableItems)
- `itemsadder` (items from ItemsAdder)
- `nexo` (items from Nexo)
@@ -318,6 +319,20 @@ item:
- "customfishing_id_2"
```
+#### EvenMoreFish
+
+**EvenMoreFish quest items** are ItemStacks which belong to the
+EvenMoreFish plugin.
+
+ items/testitem.yml
+
+``` yaml
+type: "evenmorefish"
+item:
+ rarity: "evenmorefish_rarity_id" #evenmorefish rarity id
+ fish: "evenmorefish_fish_name" #evenmorefish fish name
+```
+
#### ExecutableItems
**ExecutableItems quest items** are ItemStacks which belong to the