> ## Documentation Index
> Fetch the complete documentation index at: https://docs.craftlands.host/llms.txt
> Use this file to discover all available pages before exploring further.

# Install and Configure Resource Packs

> Install and manage Minecraft resource packs on CraftLands Hosting with step-by-step instructions for uploading, configuring, and troubleshooting.

## How to Install and Configure Resource Packs

Follow these steps to set it up easily:

### 1. **Host Your Resource Pack**

* Upload your `.zip` file to [mc-packs.net](https://mc-packs.net/).

* After uploading, mc-packs.net will provide:

  * A direct download link.

  * The SHA-1 hash of the resource pack.

### 2. **Update Your `server.properties` File**

* Locate the `server.properties` file in your server's directory.

* Add or update the following fields with the information from mc-packs.net:

```properties theme={null}
resource-pack=<Direct Download Link>
resource-pack-sha1=<SHA1 Hash Provided by mc-packs.net>
```

### 3. **Restart Your Server**

* Save your changes to the `server.properties` file.

* Restart your server to apply the resource pack for your players.
