> 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/valentines-day/quickstart/for-nexo.md).

# For Nexo

## **For Nexo**

1. Open `For Nexo` folder
2. Drag & Drop `Nexo` folders in your P`lugins` 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:`&#x20;

   ```yaml
     valentine_menu:
       file: st_valentin/valentine_menu.yml
     valentine_menu2:
       file: st_valentin/valentine_menu2.yml
   ```
5. Drag & Drop `ModelEngine` folder in your `Plugins` folder
6. Drag & Drop `MythicMobs` folder in your P`lugins` folder
7. Run `/meg` reload
8. Run `/mm` reload
9. Run `/n reload all`&#x20;
10. Run `/dm reload`

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

* Create <mark style="color:green;">`global.json`</mark> in <mark style="color:green;">`Nexo/pack/assets/minecraft/lang`</mark> with the following lines :

```yaml
{
  "DO_NOT_ALTER_THIS_LINE":
   "This file is for editing all languages at once. To, edit a specific language, use the corresponding file in the 'languages' folder.",


"container.inventory": ""
}

```

{% endhint %}
