aboutsummaryrefslogtreecommitdiffstats
path: root/docs/configuration/defining-items.md
diff options
context:
space:
mode:
authorKrakenied <Krakenied1@gmail.com>2024-06-11 18:48:05 +0200
committerKrakenied <46192742+Krakenied@users.noreply.github.com>2024-08-28 11:37:11 +0200
commit87244bdb1169267cc6171dca2de57c8f3b9fcdbf (patch)
tree880bc16020949dbdb30f293d2e9b134b007a2df8 /docs/configuration/defining-items.md
parenta82c96b60d6a78644d0b74ae4f494a5653d9484d (diff)
PyroFishingPro support improvements
Add dedicated PyroFishingPro item support Use dedicated PyroFishingPro player getter
Diffstat (limited to 'docs/configuration/defining-items.md')
-rw-r--r--docs/configuration/defining-items.md19
1 files changed, 19 insertions, 0 deletions
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