File tree Expand file tree Collapse file tree 1 file changed +14
-34
lines changed
content/addon/itembridge-hook Expand file tree Collapse file tree 1 file changed +14
-34
lines changed Original file line number Diff line number Diff line change @@ -5,22 +5,27 @@ weight = 1
55
66{{% button href="https://github.com/BetterGUI-MC/ItemBridgeHook " style="gray" icon="code" %}}Code{{% /button %}} {{% button href="https://ci.codemc.io/job/BetterGUI-MC/view/Addon/job/ItemBridgeHook/ " style="green" icon="download" %}}Download{{% /button %}}
77
8- This addons add support for some plugins that generate custom items
8+ This addons add support for some plugins that generate custom items, through [ UniItem ] ( https://github.com/ProjectUnified/UniItem )
99
1010{{% notice warning %}}
1111The item modifier is order-sensitive. You have to set it before other modifiers.
1212{{% /notice %}}
1313
14- ## [ ItemBridge ] ( https://polymart.org/product/4/ )
14+ ## Format
1515
16- ### Format
16+ All the Item Modifiers to get items from these item plugins are in the format
1717
1818``` yaml
19- itembridge : <id>
20- item-bridge : <id>
19+ <type> : <id>
2120` ` `
2221
23- ### Example
22+ Where ` <type>` is the type of the item plugin, and `<id>` is the id of the item
23+
24+ You can check the available `<type>` here : [Supported Plugins](https://github.com/ProjectUnified/UniItem#supported-plugins)
25+
26+ # # Example
27+
28+ # ## [ItemBridge](https://polymart.org/product/4/)
2429
2530` ` ` yaml
2631test-itembridge:
@@ -29,16 +34,7 @@ test-itembridge:
2934 name: "&bItemBridge"
3035` ` `
3136
32- ## [ItemsAdder](https://www.spigotmc.org/resources/73355/)
33-
34- ### Format
35-
36- ` ` ` yaml
37- itemsadder : <id>
38- ia : <id>
39- ` ` `
40-
41- ### Example
37+ # ## [ItemsAdder](https://www.spigotmc.org/resources/73355/)
4238
4339` ` ` yaml
4440test-itemsadder:
@@ -47,15 +43,7 @@ test-itemsadder:
4743 name: "&bItemsAdder"
4844` ` `
4945
50- ## [Oraxen](https://www.spigotmc.org/resources/72448/)
51-
52- ### Format
53-
54- ` ` ` yaml
55- oraxen : <id>
56- ` ` `
57-
58- ### Example
46+ # ## [Oraxen](https://www.spigotmc.org/resources/72448/)
5947
6048` ` ` yaml
6149test-oraxen:
@@ -64,15 +52,7 @@ test-oraxen:
6452 name: "&bOraxen"
6553` ` `
6654
67- ## [Nexo](https://polymart.org/product/6901/)
68-
69- ### Format
70-
71- ` ` ` yaml
72- nexo : <id>
73- ` ` `
74-
75- ### Example
55+ # ## [Nexo](https://polymart.org/product/6901/)
7656
7757` ` ` yaml
7858test-nexo:
You can’t perform that action at this time.
0 commit comments