From 475bc16cd362c7512a072781cad737b71f4e531d Mon Sep 17 00:00:00 2001 From: Krakenied Date: Sun, 20 Jul 2025 18:50:33 +0200 Subject: Add EvenMoreFish fishing and hunting types and dedicated item def impl --- docs/configuration/defining-items.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'docs/configuration') 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 -- cgit v1.2.3-70-g09d2