> For the complete documentation index, see [llms.txt](https://btarg.gitbook.io/origami-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://btarg.gitbook.io/origami-docs/item-strings.md).

# Item Strings

An Item String consists of a [Material](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html) or the ID of a custom item/block, optionally followed by a count in brackets. `DIAMOND` is one diamond, `origami:rainbow_block(3)` is 3 "rainbow blocks" (the custom block shown above, in item form.)

Custom items must have the prefix `origami:` before their actual names, which come from the name of their respective `.yml` file.
