Understanding Size Limits
Before you start, you’ll need to understand the resource pack size limitations. Minecraft versions prior to 1.15 have a maximum automatic download size limit of 50MB, while versions above can accommodate up to 100MB.Find or Create Your Resource Pack
Start by choosing a resource pack. Websites like CurseForge offer a vast selection of community-created packs. If you’re crafting your own pack, ensure it’s properly archived using tools like 7zip or WinRAR, leading directly into the/assets
folder, pack.mcmeta
file and pack.png
icon.
Host Your Resource Pack
To have your players be able to download your resource pack, you’ll need to host it so it can be downloaded by players in-game. Here are two popular ways to host a resource pack.Using MCPacks
MCPacks is a tool used by thousands of servers to host their resource packs. Upload your resource pack to the site and take note of theresource-pack=
and resource-pack-sha1=
fields provided after the upload. MCPacks supports resource packs upto 95MB in size.
Dropbox Hosting
For Dropbox, sign up and upload your resource pack. Ensure your share link allows anyone with the link to view and changedl=0
to dl=1
for a direct download link. Optionally, you can create a SHA-1 hash with the name of the file or URL to ensure the validity of the resource pack.
You’ll need a direct link to the file in order for the resource pack to work in-game. Test the link and make sure it downloads the resource pack to your computer.
Configure Your Minecraft Server to Use the Resource Pack
- Login to the game server panel and navigate to the file manager. Open the
server.properties
file and make the following changes:
- Save your changes and restart the server to apply the new resource pack.