How to add a resource pack to a server
Step-by-step instructions on how to add a resource pack to a Minecraft: Java Edition server
Universal
- Upload the resource pack ZIP file to any file host. In this tutorial we will be using dropbox
- Once uploaded copy the download link.
- Now, open your
server.properties
file on your server. - Inside the properties file find the line that contains
resource-pack=
- Paste your download link after the
=
so it looks like below.
properties
resource-pack=https://dropbox.com/...
- Now at the end of the url replace the
dl=0
withdl=1
- Finally, restart the server and connect to it from a client. The resource pack will be downloaded and loaded.