diff options
| author | Krakenied <Krakenied1@gmail.com> | 2024-05-31 16:49:13 +0200 |
|---|---|---|
| committer | Leonardo Bishop <13875753+LMBishop@users.noreply.github.com> | 2024-06-03 18:48:22 +0100 |
| commit | 7f44beb0010e16f0f1b2463ee5392ab148f73cd2 (patch) | |
| tree | b5ef9bb4ff81fb0128b7b83c770e3edff6c01c98 /docs/configuration/defining-items.md | |
| parent | 8338339b371770237d80b8397d8b0e2d00ab3c79 (diff) | |
Add Oraxen support
Diffstat (limited to 'docs/configuration/defining-items.md')
| -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 |
