-
Notifications
You must be signed in to change notification settings - Fork 7
6. Setting up the Server Resource Pack
A step by step guide written by 1K2C3M. Thanks for the contributions!
-
If the resource pack isn't compressed into a ZIP file you must do this first. In order to create a ZIP file select all of the files for the resource pack (Not the parent folder) then right-click. In doing so, it'll pull up a menu with many options one of them being
send towhich you must then hover your mouse over. Another menu with options will then appear with one of the options beingCompressed (zipped) folderwhich will create the ZIP file. -
Once you have created the ZIP file for your resource pack upload the ZIP file anywhere to create a direct download link. I recommend you use your personal dropbox to upload the resource pack as it's a simple way to create a direct download link.
A Dropbox direct link will look something similar like this:
https://www.dropbox.com/s/abcd1234efgh789/YourResourcePackName.zip?dl=0You need to change the
dl=0at the back intodl=1.https://www.dropbox.com/s/abcd1234efgh789/YourResourcePackName.zip?dl=1
-
Once you have the direct download link ready for your resource pack find a file named
server.propertieslocated in the main directory for your server. Find the lineresource-pack=in the file and paste the direct download link after the=sign (No space is needed in between the=and the direct download link). -
You need to get the SHA1 file checksum (hash) of your resource pack ZIP file using online tool such as this one. Paste the hash string you get to the
resource-pack-sha1=field which also located inserver.propertiesfile. This is important as the checksum value is an indication to tell the server if the client resource pack is similar to the one we setup in the server.