diff options
Diffstat (limited to 'docs')
| -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 |
