We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a972b58 commit 88bf219Copy full SHA for 88bf219
content/extra-storage/custom-item/_index.md
@@ -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