diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/configuration/defining-items.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/configuration/defining-items.md b/docs/configuration/defining-items.md index 86218378..1d9c8981 100644 --- a/docs/configuration/defining-items.md +++ b/docs/configuration/defining-items.md @@ -318,6 +318,19 @@ item: id: "itemsadder" #itemsdadder id ``` +#### Oraxen + +**Oraxen quest items** are ItemStacks which belong to the +Oraxen plugin. + + items/testitem.yml + +``` yaml +type: "oraxen" +item: + id: "oraxen_id" #oraxen id +``` + ### Referencing a quest item In most cases where an ItemStack is accepted in Quests, you can simply |
