# Custom Items

BattleArena has support for a number of plugins with custom items. This means that anywhere an [item can be defined](https://docs.bplug.in/books/user-guide/page/item-syntax), if one of these plugins is installed, you can use an item from there.

### Plugins Supported

- **QualityArmory**
- **Oraxen**
- **ItemsAdder**
- **MythicCrucible**
- **Magic**
- **MMOItems**
    - Contains support for defining MMOItem type, level and tier
    - Example: **mmoitems:epic\_sword{type=sword;level=5;tier=rare}**
- **WeaponMechanics**

### Defining Items  


In order to use items from these plugins, the same format of **&lt;namespace&gt;:&lt;key&gt;** for Minecraft items is used, with the **namespace** being the lowercase name of the plugin. For example:

- **oraxen:emerald\_bow** - Gets an emerald bow from Oraxen
- **qualityarmory:blaster** - Gets a blaster from QualityArmory
- **minecraft:iron\_sword** - Gets an iron sword from vanilla Minecraft