aboutsummaryrefslogtreecommitdiffstats
path: root/docs/configuration
diff options
context:
space:
mode:
authorKrakenied <krakenied1@gmail.com>2025-05-13 17:24:07 +0200
committerKrakenied <46192742+Krakenied@users.noreply.github.com>2025-05-13 17:27:43 +0200
commitde11df0a59f0dea1a7a23936ec87a4a053414d65 (patch)
treede64526fb71d82a2acec3e6fa288dcc32e25e10f /docs/configuration
parent092ef4787c3497dea85afa7eefa6aa44f1cb217d (diff)
Add Nexo quest item support
Closes https://github.com/LMBishop/Quests/issues/783
Diffstat (limited to 'docs/configuration')
-rw-r--r--docs/configuration/defining-items.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/configuration/defining-items.md b/docs/configuration/defining-items.md
index 1e7aeaf3..c4b3802b 100644
--- a/docs/configuration/defining-items.md
+++ b/docs/configuration/defining-items.md
@@ -231,6 +231,7 @@ The types of quest items are as follows:
- `slimefun` (items from Slimefun)
- `executableitems` (items from ExecutableItems)
- `itemsadder` (items from ItemsAdder)
+- `nexo` (items from Nexo)
- `oraxen` (items from Oraxen)
- `pyrofishingpro` (items from PyroFishingPro)
@@ -321,6 +322,19 @@ item:
id: "itemsadder" #itemsdadder id
```
+#### Nexo
+
+**Nexo quest items** are ItemStacks which belong to the
+Nexo plugin.
+
+ items/testitem.yml
+
+``` yaml
+type: "nexo"
+item:
+ id: "nexo_id" #nexo id
+```
+
#### Oraxen
**Oraxen quest items** are ItemStacks which belong to the