From 87244bdb1169267cc6171dca2de57c8f3b9fcdbf Mon Sep 17 00:00:00 2001 From: Krakenied Date: Tue, 11 Jun 2024 18:48:05 +0200 Subject: PyroFishingPro support improvements Add dedicated PyroFishingPro item support Use dedicated PyroFishingPro player getter --- docs/configuration/defining-items.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'docs') diff --git a/docs/configuration/defining-items.md b/docs/configuration/defining-items.md index 1d9c8981..1e7aeaf3 100644 --- a/docs/configuration/defining-items.md +++ b/docs/configuration/defining-items.md @@ -230,6 +230,9 @@ The types of quest items are as follows: - `mmoitems` (items from MMOItems) - `slimefun` (items from Slimefun) - `executableitems` (items from ExecutableItems) +- `itemsadder` (items from ItemsAdder) +- `oraxen` (items from Oraxen) +- `pyrofishingpro` (items from PyroFishingPro) ### Importing items @@ -331,6 +334,22 @@ item: id: "oraxen_id" #oraxen id ``` +#### PyroFishingPro + +**PyroFishingPro quest items** are ItemStacks which belong to the +PyroFishingPro plugin. Can be used with many task types except `fishing`. +To ensure the orderly functioning, `pyrofishingpro_fishing` type should +be used instead of utilising defined item in regular `fishing` tasks. + + items/testitem.yml + +``` yaml +type: "pyrofishingpro" +item: + fish-number: 123 #pyrofishingpro fish number (optional) + tier: "Mythical" #pyrofishing fish tier (optional) +``` + ### Referencing a quest item In most cases where an ItemStack is accepted in Quests, you can simply -- cgit v1.2.3-70-g09d2