Skip to main content

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.

  1. 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.

Proper way of archiving the resource pack

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.

  1. Open the web interface of your Realm.

  2. Navigate to the Files section.

  3. Look for the file called server.properties and click on it.

  4. Search for the line resource-pack= using CTRL + F.

  5. Paste the url at the end of that line.

    For example: resource-pack=https://example.com/resourcepack.zip

  6. 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

  7. 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:

Execute the following command in a PowerShell window:

Get-FileHash resourcePack.zip -Algorithm SHA1