diff options
| author | Krakenied <krakenied1@gmail.com> | 2025-05-13 17:24:07 +0200 |
|---|---|---|
| committer | Krakenied <46192742+Krakenied@users.noreply.github.com> | 2025-05-13 17:27:43 +0200 |
| commit | de11df0a59f0dea1a7a23936ec87a4a053414d65 (patch) | |
| tree | de64526fb71d82a2acec3e6fa288dcc32e25e10f /docs/configuration | |
| parent | 092ef4787c3497dea85afa7eefa6aa44f1cb217d (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.md | 14 |
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 |
