Servers · 10 min

Add a server resource pack

Host a resource pack, add it to server.properties, and test prompts for players.

Intermediateserverresource packmultiplayer

What you will accomplish

Host a resource pack, add it to server.properties, and test prompts for players. The goal is a repeatable result you can verify, not a pile of unexplained files.

  • You know your Minecraft version
  • You are using the correct loader or platform
  • Important worlds are backed up
  • The file came from an official project page

Protect the live server before changing it

Host a resource pack, add it to server.properties, and test prompts for players. Server work affects other players, world data, permissions, and uptime. Use backups, maintenance windows, staging tests, and console logs before treating a change as finished.

Use this guide when the goal is add a server resource pack. Work from a copy or clean instance when the task can affect saves, configs, servers, or account settings.

What to verify first

Before starting, write down the target Minecraft version, loader or platform, and the folder or account area this task changes. That small note makes rollback and support requests much easier.

After restart, join the server, test the affected feature, and read logs for warnings that were not visible in-game.

How to know you are finished

For add a server resource pack, the work is not finished when a file is merely downloaded. Treat it as finished when you can point to the setup you changed, explain why it matches the intended Minecraft version or platform, and repeat the result in a clean test or copied world.

Use the checklist as the exit test: you know your minecraft version, you are using the correct loader or platform, important worlds are backed up. If one of those checks is still uncertain, stop and verify that detail before moving to a main world, public server, or shared pack.

If the first failure you hit is "Minecraft crashes after the change", start with this fix: Remove the last file you added, relaunch once, then check the latest.log or crash report for the missing dependency or wrong loader. This keeps recovery tied to the guide instead of turning into unrelated guesswork.

Step-by-step process

1

Prepare the resource pack zip and test it in singleplayer first

Prepare the resource pack zip and test it in singleplayer first.

2

Host the zip at a direct HTTPS URL that players can access

Host the zip at a direct HTTPS URL that players can access.

3

Generate the SHA-1 hash if your server version uses resource-...

Generate the SHA-1 hash if your server version uses resource-pack-sha1.

4

Open server.properties while the server is stopped

Open server.properties while the server is stopped.

5

Set resource-pack to the direct URL

Set resource-pack to the direct URL.

6

Set resource-pack-sha1 if needed

Set resource-pack-sha1 if needed.

7

Optionally set resource-pack-prompt to explain why the pack i...

Optionally set resource-pack-prompt to explain why the pack is used.

8

Restart the server and join with a test account/profile

Restart the server and join with a test account/profile.

9

Accept the prompt and confirm textures/sounds load

Accept the prompt and confirm textures/sounds load.

10

If you update the pack, update the file and hash so clients r...

If you update the pack, update the file and hash so clients refresh it.

Verification checklist

You know your Minecraft version

You are using the correct loader or platform

Important worlds are backed up

The file came from an official project page

The URL points directly to the zip

The pack works in singleplayer

Troubleshooting

Minecraft crashes after the change

Remove the last file you added, relaunch once, then check the latest.log or crash report for the missing dependency or wrong loader.

The content does not appear in-game

Confirm the file is in the correct folder and is not trapped inside an extra zip/folder layer.

You are unsure what broke

Test in a clean instance and add one file at a time until the issue returns.

Practical notes

Official-source standard

FreeMinecraftMods does not mirror project files. When this guide involves a download, verify the creator, version, loader, file availability, license, and final official source before installing anything.

Read how project listings are reviewed or report a correction.

Related guides

Back to all guides