> For the complete documentation index, see [llms.txt](https://old.docs.volmit.com/iris/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://old.docs.volmit.com/iris/plugin/compatibility/mmoitems.md).

# MMOItems

Custom items in Iris

{% embed url="<https://www.spigotmc.org/resources/mmoitems.39267/>" %}

Adding items from MMOItems is simple. In your loot tables (or other places where you can put items, such as as equipment of mobs), if you want to add an MMOItems item which has type "sword" and name "excalibur", write `mmoitems_sword:excalibur` in the place where you would otherwise write `minecraft:diamond_sword`.

If you are using the [Iris VSCode Workspace](/iris/engine/vscode.md) the autocompletions (`ctrl + space`) will include the items as well.
