Upload Your Own Resource Pack
In this guide, we'll show you step-by-step how to upload your own resource pack.
You have your own resource pack but don't know how to upload it to your Realm? No problem.
- You need a direct download link for your resource pack.
It doesn't matter how you host the resource pack, you have to have a direct download link to the pack file. This guide will show you multiple ways of hosting your resource pack. You're free to use which option fits your needs, though.
Firstly, you need to archive your resource pack into a ZIP file. When doing that, it's important to archive all files inside the main resource pack directory together instead of the entire one as seen in the image below.

- Google Drive
- MC-Packs
One way would be to upload the resource pack to Google Drive and get a direct download link from there. To do that, upload the ZIP archive on the Google Drive website using Drag and Drop.
Next, you click on the uploaded file in the Google Drive directory, and you execute the keyboard shortcut CTRL+ALT+A.
After that you change the value Restricted under the heading General Access to Everyone with the link and finally you click on copy link.
Now you visit the following website: https://lonedev6.github.io/gddl/ and you paste the link you've received earlier in the input field and click on Get direct link. With that you get a direct download link to the resource pack file you can use for the next few steps.
Another way of hosting a resource pack is by using a designated resource pack host. One of the most recommended ones is MC-Packs for example.
To use it, visit its website, upload the ZIP archive, complete the Captcha and click on Upload.
After successfully uploading the file you have a text box at the right hand side with the values you'll need for the later steps.
-
Open the web interface of your Realm.
-
Navigate to the Files section.
-
Look for the file called
server.propertiesand click on it. -
Search for the line
resource-pack=using CTRL + F. -
Paste the url at the end of that line.
For example:
resource-pack=https://example.com/resourcepack.zip -
It's recommended to also include the SHA1-Hash of the resource pack. For this look below.
Paste this SHA1-Hash in the
resource-pack-sha1=line.For example:
resource-pack-sha1=da39a3ee5e6b4b0d3255bfef95601890afd80709 -
Save the file and restart your Realm.
Generate SHA1 of resource pack
You can use an online tool like https://emn178.github.io/online-tools/sha1_checksum.html.
The SHA1 can also be generated using the command:
- Windows
- Linux
Execute the following command in a PowerShell window:
Get-FileHash resourcePack.zip -Algorithm SHA1
Execute the following command in a Terminal window:
sha1sum resourcePack.zip