# ItemBridge

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

{% 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`` `` `<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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://itemsadder.devs.beer/japanese/compatibility-with-other-plugins/compatible/itembridge.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
