Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 853 Bytes

File metadata and controls

30 lines (16 loc) · 853 Bytes

ItemBridge

{% hint style="warning" %} You need ItemsAdder 3.1.0+ and ItemBridge 3.1+. {% endhint %}

How to get an ItemsAdder item using ItemBridge

To get a custom item using Mimic you have to use this command:

/ib get`` ia:<item namespaced id>

/ib give <player>`` ia:<item namespaced id>

/ib drop <world> <x> <y> <z>`` ia:<item namespaced id> ``[amount]

Example

/ib give LoneDev ia:itemsadder:ruby_sword

{% hint style="warning" %} It's important to add ia: in front of the ItemsAdder custom item name or ItemBridge won't recognize it.

In this case itemsadder:ruby_sword must be specified as ia:itemsadder:ruby_sword. {% endhint %}