Getting a Resource Pack Ready
Start by creating or downloading the resource pack you want players to use.Hosting the Pack
Your game server can’t serve the file itself, so it needs to live somewhere with a direct download link. mc-packs.net is a common choice for this.- Go to mc-packs.net.
- Upload the pack as a zip file. Larger packs take longer depending on your upload speed.
- Once it finishes, the site returns a download URL and a SHA-1 hash. Hold onto both, you’ll need them shortly.
Configuring the Server
- Log into the panel at
gamepanel.fourseasonshosting.comand select your server. - Stop the server from the Console tab.
- Go to the Files tab and open
server.properties. - On the
resource-pack=line, paste in the download URL. - On the
resource-pack-sha1=line, paste in the SHA-1 hash. - Save your changes and restart the server.
require-resource-pack= setting in the same file controls whether accepting the pack is mandatory or optional.
Troubleshooting
If players aren’t getting the pack correctly, run through these checks:- Confirm the pack was built for the same Minecraft version the server is running, mismatched versions often show up as broken or missing textures.
- Double check the SHA-1 hash matches the uploaded file exactly.
- Make sure
resource-packpoints straight to a.zipfile and isn’t a page link or redirect.
