From de11df0a59f0dea1a7a23936ec87a4a053414d65 Mon Sep 17 00:00:00 2001 From: Krakenied Date: Tue, 13 May 2025 17:24:07 +0200 Subject: Add Nexo quest item support Closes https://github.com/LMBishop/Quests/issues/783 --- docs/configuration/defining-items.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'docs') 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 -- cgit v1.2.3-70-g09d2