# Installation

<figure><img src="https://4206912506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk9ENTkzkAvOrJ7MXo3Ct%2Fuploads%2F1opWpBjTaOikWExET6RT%2Fhalloween_menu.gif?alt=media&amp;token=c6046c1b-2858-4fca-9489-46d761736a50" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
&#x20;Make sure you have backed up your folders before adding a new model pack

Make sure to have PAPI player placeholder: <mark style="color:green;">`/papi ecloud download player`</mark> then <mark style="color:green;">`/papi reload`</mark>
{% endhint %}

{% hint style="success" %}
To summon your witch npc run this command : <mark style="color:green;">`/mm s create halloween_witch halloween_witch`</mark> If you don't want to use the witch but still open the menu the command is: <mark style="color:green;">`/dm open halloween_menu <player_name>`</mark> (the player\_name placeholder depend on your plugin) ItemsAdder placeholder : `{player}`

Papi placeholder : `%player_name%`
{% endhint %}

**Choose your plugin :**

{% content-ref url="/pages/1tG5EGDhQ9JDDUWKoElw" %}
[For ItemsAdder](/trick-or-treat/quickstart/for-itemsadder)
{% endcontent-ref %}

{% content-ref url="/pages/lb0SdcYVpyMdV73NuXmm" %}
[For Oraxen](/trick-or-treat/quickstart/for-oraxen)
{% endcontent-ref %}


# 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 %}


# For Oraxen

## **For Oraxen**

1. Open `For Oraxen` folder
2. Drag & Drop `items`, `pack` and `glyphs` folders in your `Oraxen` 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
     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. 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 %}


# For Nexo

## **For Nexo**

1. Open `For Nexo` folder
2. Drag & Drop `Nexo` folder 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
     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
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 %}


# Installation

<figure><img src="https://4206912506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk9ENTkzkAvOrJ7MXo3Ct%2Fuploads%2F92G3u3qaPL5MxOyScCts%2Fxmas.gif?alt=media&amp;token=4e4f1b4c-4c01-4dfd-89b6-b6ee31e1f0bd" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
&#x20;Make sure you have backed up your folders before adding a new model pack

Make sure to have PAPI player placeholder: <mark style="color:green;">`/papi ecloud download player`</mark> then <mark style="color:green;">`/papi reload`</mark>
{% endhint %}

{% hint style="success" %}
To summon your Elf npc run this command : <mark style="color:green;">`/mm s create christmas_elf christmas_elf`</mark> If you don't want to use the witch but still open the menu the command is: <mark style="color:green;">`/dm open christmas_menu <player_name>`</mark> (the player\_name placeholder depend on your plugin) ItemsAdder placeholder : `{player}`

Papi placeholder : `%player_name%`
{% endhint %}

**Choose your plugin :**

{% content-ref url="/pages/v3xK7mDLvhQsZe6sfEhn" %}
[For ItemsAdder](/merry-xmas/quickstart/for-itemsadder)
{% endcontent-ref %}

{% content-ref url="/pages/l4a7S8jwucuIJuOwpj9u" %}
[For Oraxen](/merry-xmas/quickstart/for-oraxen)
{% endcontent-ref %}


# 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
     christmas_menu:
       file: merry_xmas/christmas_menu.yml
     christmas_menu2:
       file: merry_xmas/christmas_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 %}


# For Oraxen

## **For Oraxen**

1. Open `For Oraxen` folder
2. Drag & Drop `items`, `pack` and `glyphs` folders in your `Oraxen` 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
     christmas_menu:
       file: merry_xmas/christmas_menu.yml
     christmas_menu2:
       file: merry_xmas/christmas_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 %}


# 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: merry_xmas/christmas_menu.yml
     christmas_menu2:
       file: merry_xmas/christmas_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 %}


# Installation

<figure><img src="https://4206912506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk9ENTkzkAvOrJ7MXo3Ct%2Fuploads%2FWwqTLwi0cOOtGTRQ7SDb%2Fcupidon.gif?alt=media&amp;token=911f42db-4066-4dc9-ae5e-77e7b80d9d46" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
&#x20;Make sure you have backed up your folders before adding a new model pack

Make sure to have PAPI player placeholder: <mark style="color:green;">`/papi ecloud download player`</mark> then <mark style="color:green;">`/papi reload`</mark>
{% endhint %}

{% hint style="success" %}
To summon your Cupidon npc run this command : <mark style="color:green;">`/mm s create cupidon cupidon_npc`</mark>If you don't want to use the cupidon but still open the menu the command is: <mark style="color:green;">`/dm open valentine_menu <player_name>`</mark> (the player\_name placeholder depend on your plugin) ItemsAdder placeholder : `{player}`

Papi placeholder : `%player_name%`
{% endhint %}

**Choose your plugin :**

{% content-ref url="/pages/ikKG8LcOI3i6kpnCzIMu" %}
[For ItemsAdder](/valentines-day/quickstart/for-itemsadder)
{% endcontent-ref %}

{% content-ref url="/pages/P5FxXLi65KmqIYWTfHQp" %}
[For Oraxen](/valentines-day/quickstart/for-oraxen)
{% endcontent-ref %}

{% content-ref url="/pages/c6dtOax3NMnai5zYCt0T" %}
[For Nexo](/valentines-day/quickstart/for-nexo)
{% endcontent-ref %}


# For ItemsAdder

## **For ItemsAdder**

1. Open `For ItemsAdder` folder
2. Drag & Drop `ItemsAdder` folder 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
     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. 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;">st\_valentin.yml</mark> in <mark style="color:green;">ItemsAdder/contents/shizuart\_furnitures/configs/</mark>
  {% endhint %}


# 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 %}


# 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 %}


# Installation

<figure><img src="https://4206912506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk9ENTkzkAvOrJ7MXo3Ct%2Fuploads%2FaSuZwrACcVZN8nOM3Zku%2Fpawstman.gif?alt=media&amp;token=09442a1b-3708-45b0-a601-41c1dd35f324" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}

* Make sure you have backed up your folders before adding a new model pack

**For Stamp, Book stamp and Pawstman option :**

* Make sure to have PAPI player placeholder: <mark style="color:green;">`/papi ecloud download player`</mark> then <mark style="color:green;">`/papi reload`</mark>
* Make sure to have <mark style="color:green;">`GenerateSpawnPoints: true`</mark> in <mark style="color:green;">MythicsMobs/config/config-spawning.yml</mark> and restart your server to apply

**For Stamp and Book stamp option :**&#x20;

* Make sure to have PAPI player placeholder: <mark style="color:green;">`/papi ecloud download player`</mark> then <mark style="color:green;">`/papi reload`</mark>
  {% endhint %}

{% hint style="info" %}
If you want to change the chance spawn rate go in :&#x20;

* <mark style="color:blue;">`MythicMobs/packs/pawstman/randomspawns/PawstmanRdmSpawn.yml`</mark>
* Edit the line <mark style="color:blue;">`Chance :`</mark>
  {% endhint %}

{% hint style="success" %} <mark style="color:green;">Spawn conditions :</mark>&#x20;

* Only in birch\_forest, cherry\_grove, dark\_forest, flower\_forest, forest, windswept\_forest, plains, meadow
* Only below Y:150
* Only on surface
* Only on ground

\ <mark style="color:red;">Despawn conditions :</mark>&#x20;

* If no player is within 60 blocks radius of Pawstman
* After 3600 ticks without any interaction
* Immediately after any interaction with Pawstman
  {% endhint %}

**Choose your plugin :**

{% content-ref url="/pages/M5ZagKu8IIlQqeuqSIgJ" %}
[For ItemsAdder](/pawstman/quickstart/for-itemsadder)
{% endcontent-ref %}

{% content-ref url="/pages/ke6MWHHNzdaMMbbEZSWR" %}
[For Oraxen](/pawstman/quickstart/for-oraxen)
{% endcontent-ref %}

Thanks to Queen :heart: for her help ! Check her store [here](https://mcmodels.net/vendors/151/queens-garden)


# For ItemsAdder

## 🔘Stamp, Book stamp and Pawstman option :

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:`&#x20;

   ```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. You need to change the world where Pawstman will be spawned in

   ```
   plugins\MythicMobs\packs\pawstman\randomspawns\PawstmanRdmSpawn.yml
   Line 4 -> Worlds: 
   ```
9. Run `/mm` reload

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

   ```yaml
       merge_other_plugins_resourcepacks_folders:
       - ModelEngine/resource pack
   ```
10. Run `/iaz`
11. 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;">stamp\_book.yml</mark> in <mark style="color:green;">ItemsAdder/contents/shizuart\_furnitures/configs/stamp\_book.yml</mark>
  {% endhint %}

## 🔘Stamp, Book stamp option :

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:`&#x20;

   ```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 `/iaz`
6. 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 %}

## 🔘Only stamp option :

1. Open `For ItemsAdder` folder
2. Drag & Drop `shizuart_furnitures` folder in your `contents` folder
3. Run `/iaz`


# 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;


