> 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/pawstman/quickstart/for-oraxen.md).

# For Oraxen

## 🔘Stamp, Book stamp and Pawstman option :

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:`

   ```yaml
     menu_stamp_book:
       file: stamp_book/menu_stamp_book.yml
     menu_stamp_book2:
       file: stamp_book/menu_stamp_book2.yml
     menu_stamp_book3:
       file: stamp_book/menu_stamp_book3.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. You need to change the world where Pawstman will be spawned in

   ```
   plugins\MythicMobs\packs\pawstman\randomspawns\PawstmanRdmSpawn.yml
   Line 4 -> Worlds: 
   ```
10. Run `/mm` reload
11. Run `/o reload all`&#x20;
12. 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 %}

## 🔘Stamp, Book stamp option :

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:`

   ```yaml
     menu_stamp_book:
       file: stamp_book/menu_stamp_book.yml
     menu_stamp_book2:
       file: stamp_book/menu_stamp_book2.yml
     menu_stamp_book3:
       file: stamp_book/menu_stamp_book3.yml
   ```
5. Run `/o reload all`&#x20;
6. 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 %}

## 🔘Only stamp option :

1. Open `For Oraxen` folder
2. Drag & Drop `Oraxen` folders in your `plugins` folder
3. Run `/o reload all`&#x20;
