diff options
| author | Krakenied <krakenied1@gmail.com> | 2025-07-20 18:50:33 +0200 |
|---|---|---|
| committer | Krakenied <46192742+Krakenied@users.noreply.github.com> | 2025-07-29 00:06:46 +0200 |
| commit | 475bc16cd362c7512a072781cad737b71f4e531d (patch) | |
| tree | 2327f02f3016ef47fbc265d8dc9649f526d315ea /docs/configuration | |
| parent | 6f25b13f59e797ce48e0ec66740fb6c56843a24a (diff) | |
Add EvenMoreFish fishing and hunting types and dedicated item def impl
Diffstat (limited to 'docs/configuration')
| -rw-r--r-- | docs/configuration/defining-items.md | 15 |
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 |
