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

First way

⚠️ 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

Navigate to the folder with your game server on the launcher server.

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.

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

resourcePacks:["YourResourcePack.zip"]

✅ Restart the launcher server

⚠️ The changes will take effect only for new users. Reinstall the launcher to test

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. Install the mod in the launcher

  2. Move to the /Servers /{YOUR SERVER NAME}/configs folder

  3. Create resources folder

  4. Put the unzipped resource pack there

  5. Restart the launcher server and the launcher on your computer

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

Last updated