> For the complete documentation index, see [llms.txt](https://plugins.elitefantasy.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://plugins.elitefantasy.net/elite-plugins/elitefurniture/example-config.md).

# Example Config

{% embed url="<https://cdn.discordapp.com/attachments/992865320098344961/1015797546259582986/2022-09-03_20-35-34.mp4>" %}

### Example

<pre class="language-yaml"><code class="lang-yaml">Inventory:
  Tables:
    table:
      id: ia:example_table #mm/o
#      material: Stone
      displayname: "&#x3C;Example>"
#      custom-id:
#      lore:
<strong>#      - "Example"
</strong>#      enchants:
#        - DURABILITY:1 //Enchantment:level
#      itemFlags:
#        - HIDE_ATTRIBUTES
    items:
      unique-name-item:
        recipes:
          unique-name-recipe:
            id: ia/mm/o
            material:
            displayname:
            custom-id:
            lore:
            enchants:
              - DURABILITY:1 //Enchantment:level
            itemFlags:
              - HIDE_ATTRIBUTES
        item:
          id: ia/mm/o
          material:
          displayname:
          custom-id:
          lore:
          enchants:
            - DURABILITY:1 //Enchantment:level
          itemFlags:
            - HIDE_ATTRIBUTES
</code></pre>

### Other Example

```yaml
Inventory:
  Tables:
    table:
      id: ia:elitefantasy:furniture_table
    items:
      item1:
        item:
          id: ia:elitefantasy:mullet_fish_silver_star
        recipes:
          Recipe1:
            id: ia:elitefantasy:mullet_fish
          Recipe2:
            id: ia:elitefantasy:mullet_fish
          Recipe3:
            id: ia:elitefantasy:mullet_fish
      item2:
        item:
          id: ia:elitefantasy:mullet_fish_golden_star
        recipes:
          Recipe1:
            id: ia:elitefantasy:mullet_fish
          Recipe2:
            id: ia:elitefantasy:mullet_fish
          Recipe3:
            id: ia:elitefantasy:mullet_fish
          Recipe4:
            id: ia:elitefantasy:mullet_fish
```
