Skip to content
uxTools
Gaming

Resource Pack SHA-1 Generator

Compute the SHA-1 of a Minecraft resource pack and generate the matching server.properties block — all in your browser.

The SHA-1 hash verifies pack integrity. Players only download packs whose hash matches, preventing tampering and ensuring everyone uses the correct version.

Pack source

Use a direct .zip link (e.g. Dropbox direct, Google Drive direct, or your own hosting). The URL goes into the snippet.

Options

SHA-1 Hash

Upload a resource pack to generate the hash

server.properties

resource-pack=https://example.com/your-pack.zip
require-resource-pack=true

Setup steps

  1. 1Upload your resource pack to a file hosting service.
  2. 2Get the direct download link (must end in .zip or be a direct link).
  3. 3Drop the same file here to compute its SHA-1.
  4. 4Copy the snippet above into your server.properties.
  5. 5Restart your server for changes to take effect.

Important: If you update the pack contents you must regenerate the hash and update server.properties — old hashes won't work with modified files.