# 🧳Server Resource Packs (Minecraft)

---

To add a custom resource pack, you will need to upload your resource pack via one of the following options:
- A public dropbox link
- AtomicHost webserver

#### A public dropbox link:
1. Upload your resource pack .zip to dropbox and make sure it is public
2. in your `server.properties` file on your server, find where it says `resource-pack`
3. after the `=` paste in the link in
4. ***IMPORTANT:*** Make sure at the end of the link it says `?dl=1` not `dl=0`

#### AtomicHost Webserver
1. Purchase an [web server](https://atomichost.xyz/store/website) (make sure wordpress is turned off).
2. On your server, in the `webroot` folder, upload the .zip file
3. On the server console, copy the ip, and paste it into your browser
4. on the end of the link, put in the name of the file, e.g. if your .zip file is called `pack.zip` you would put `https://atomichost.live:0000/pack.zip`
5. in your `server.properties` file on your server, find where it says `resource-pack`
6. after the `=` paste in the link in

***You will have to restart your server to see your changes be affected***