> For the complete documentation index, see [llms.txt](https://docs.taigo.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.taigo.xyz/setup-game-server/setting-up-the-game-server/how-do-i-add-a-resource-pack-to-the-launcher.md).

# How do I add a resource pack to the launcher?

You can add a resource pack in two ways. The first method assumes the possibility of disabling the resource pack by the player, the second method does not imply the possibility of disabling your resource pack by the player inside the game&#x20;

### First way

{% hint style="info" %}
⚠️ It is not supported in launchers with more than one game server. If you want to use this method for a launcher with multiple game servers, then the name of the resource pack (but not the content) should be the same
{% endhint %}

Navigate to the folder with your game server on the launcher server.&#x20;

> The universal path to the folder we need /Servers/{YOUR SERVER NAME}/configs

Create a resourcepacks folder and place your resource pack in zip format in this folder.&#x20;

Go to your server folder and open options.txt

> The universal path to the folder we need /Servers/{YOUR SERVER NAME}/options.txt

Add/change a line resourcePacks:\["YourResourcePack.zip"] in the file. Instead of aba, specify the name of your resource pack file that you put in the folder /Servers/{YOUR SERVER NAME}/configs/resourcepacks &#x20;

```
resourcePacks:["YourResourcePack.zip"]
```

✅ Restart the launcher server

{% hint style="info" %}
⚠️ The changes will take effect only for new users. Reinstall the launcher to test&#x20;
{% endhint %}

### Second way

You can also use the Load My Resources mod. However, the player will not be able to disable the resource pack in the game settings.

1. Download mod <https://www.curseforge.com/minecraft/mc-mods/load-my-resources-forge>
2. Install the mod in the launcher
3. Move to the /Servers /{YOUR SERVER NAME}/configs folder
4. Create **resources** folder&#x20;
5. Put the unzipped resource pack there&#x20;
6. Restart the launcher server and the launcher on your computer&#x20;

### Other ways

You can also use the plugin to automatically install the resource pack on your minecraft server. You can also use another mod instead of load my resources, however, the instructions written above will not be suitable for them. Analog - [https://www.curseforge.com/minecraft/mc-mods/resource-mod-loader ](https://www.curseforge.com/minecraft/mc-mods/resource-mod-loader)
