Skip to content

Commit 88bf219

Browse files
committed
up
1 parent a972b58 commit 88bf219

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
+++
2+
title = "Custom Item Support"
3+
weight = 4
4+
+++
5+
6+
Thanks to [UniItem](https://github.com/ProjectUnified/UniItem), the plugin now has support for custom items from many item plugins.
7+
8+
The key for these items would be in the format:
9+
```
10+
<type>:<id>
11+
```
12+
- `<type>`: The type of the plugin that the item belongs to
13+
- `<id>`: The ID of the item
14+
15+
[Here are a list of supported plugins and their types](https://github.com/ProjectUnified/UniItem#supported-plugins)
16+
17+
Here are some examples from some item plugins:
18+
- ItemsAdder: `ITEMSADDER:your_item`
19+
- Oraxen: `ORAXEN:onyx_axe`
20+
- Nexo: `NEXO:my_item`

0 commit comments

Comments
 (0)