Minecraft
Adding Resource Packs to a Minecraft Server
Guide to hosting and configuring a resource pack for your Minecraft server.
Resource packs let you customize how Minecraft looks and sounds. Add custom textures, sounds, and UI elements to make your server unique.
Size Limits
- Minecraft 1.14 and below: 50MB max
- Minecraft 1.15+: 100MB max
Find or Create Your Resource Pack
Download packs from CurseForge or create your own.
If creating your own, archive it with the /assets folder, pack.mcmeta file, and pack.png icon at the root.
Host Your Resource Pack
You need to host your resource pack online so players can download it. Here are two options:
Using MCPacks
- Upload your pack to MCPacks
- Copy the
resource-pack=andresource-pack-sha1=values provided - MCPacks supports packs up to 95MB
Dropbox Hosting
- Upload your pack to Dropbox
- Get a share link and change
dl=0todl=1for direct download - Optionally, create a SHA-1 hash for verification
Configure Your Server
- Open
server.propertiesin the file manager - Add your resource pack URL and SHA-1 hash:
# Using MCPacks
resource-pack=https://download.mc-packs.net/pack/{ID}.zip
# Using Dropbox
resource-pack=https://www.dropbox.com/s/<ID>/MyCoolResourcePack.zip?dl=1
# SHA-1 hash (optional but recommended)
resource-pack-sha1=4c82e70abf8cd8bd3ce117fb69ecc3e0c846915b
- Save and restart your server
Players will be prompted to download the resource pack when they join.