# ItemBridge

## [Download here](https://www.spigotmc.org/resources/77080/)

## How to get an ItemsAdder item using ItemBridge

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

` /ib get`` `` `<mark style="color:blue;">`ia:<item namespaced id>`</mark>

` /ib give <player>`` `` `<mark style="color:blue;">`ia:<item namespaced id>`</mark>

` /ib drop <world> <x> <y> <z>`` `` `<mark style="color:blue;">`ia:<item namespaced id>`</mark>` `` ``[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 %}
