> For the complete documentation index, see [llms.txt](https://wiki.shizuart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.shizuart.com/trick-or-treat/quickstart/for-itemsadder.md).

# For ItemsAdder

## **For ItemsAdder**

1. Open `For ItemsAdder` folder
2. Drag & Drop `shizuart_furnitures` folder in your `contents` folder
3. Drag & Drop `DeluxeMenus` folder in your `plugins` folder
4. In `DeluxeMenus` folder open `config.yml` and add the following lines at the end under `gui_menus:`

   ```yaml
     halloween_menu:
       file: trick_or_treat/halloween_menu.yml
     halloween_menu2:
       file: trick_or_treat/halloween_menu2.yml
   ```
5. Drag & Drop `ModelEngine` folder in your `plugins` folder
6. Drag & Drop `MythicMobs` folder in your `plugins` folder
7. Run `/meg` reload
8. Run `/mm` reload

   Make sure to have this lines in your ItemsAdder `config.yml` file :

   ```yaml
       merge_other_plugins_resourcepacks_folders:
       - ModelEngine/resource pack
   ```
9. Run `/iaz`
10. Run `/dm reload`

{% hint style="info" %}
To remove the inventory title between menu & player's inventory :

* <mark style="color:green;">uncomment</mark> (delete all the #) of <mark style="color:green;">minecraft\_lang\_overwrite</mark> part at the end of <mark style="color:green;">trick\_or\_treat.yml</mark> in <mark style="color:green;">ItemsAdder/contents/shizuart\_furnitures/configs/trick\_or\_treat</mark>
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://wiki.shizuart.com/trick-or-treat/quickstart/for-itemsadder.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.
