# For Oraxen

## **For Oraxen**

1. Open `For Oraxen` folder
2. Drag & Drop`Oraxen` folders in your `plugins` 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 `plugins` folder
7. Run `/meg` reload
8. In `ModelEngine/resource pack` take `assets` folder and Drag & Drop into `Oraxen/pack`
9. Run `/mm` reload
10. Run `/o reload all`&#x20;
11. Run `/dm reload`

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

* Open <mark style="color:green;">`global.json`</mark> in <mark style="color:green;">`Oraxen/pack/lang`</mark> then delete `inventory` title between  <mark style="color:green;">`" "`</mark> for the <mark style="color:green;">`container.inventory:`</mark> line&#x20;

Ex:&#x20;

<mark style="color:green;">"container.inventory": "",</mark>
{% endhint %}


---

# Agent Instructions: 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/valentines-day/quickstart/for-oraxen.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.
