HomeJavaModsRPH - ResourcePackHost
RPH - ResourcePackHost

Resource Pack Host

Resource Pack Host is a lightweight, Folia-compatible plugin that lets you host your Minecraft resource pack directly from your Minecraft server using an embedded HTTP server. There's no need for Dropbox, Google Drive, or a separate web server—simply place your resource pack ZIP into the plugin folder, configure a port, and the plugin will serve it to your players.

Features

Installation

  1. Download the plugin.
  2. Place the JAR into your server's plugins folder.
  3. Start your server once to generate the configuration files.
  4. Stop the server.

Setup

  1. Place your resource pack .zip file into:
plugins/ResourcePackHost/resourcepacks/
  1. Open plugins/ResourcePackHost/config.yml.

  2. Configure the following options:

    • HTTP port
    • Bind address (leave as 0.0.0.0 unless you know you need something different)
    • Resource pack filename
  3. Start your server.

  4. The plugin will generate the download URL and SHA-1 hash in the console.

  5. Copy the generated URL into your server.properties file:

resource-pack=http://YOUR_PUBLIC_IP:PORT/YourPack.zip

You can also use the generated SHA-1 hash in resource-pack-sha1 if desired.

Important - Port Forwarding

For players outside your local network to download your resource pack, you must port forward the HTTP port you configured in config.yml (for example, 8123) on your router.

You will also need to use your public IP address (or a domain name pointing to it) in the resource-pack URL. Using your local IP (such as 192.168.x.x) will only work for devices on your home network.

If the port is not forwarded correctly, players will not be able to download the resource pack.

Commands

Command Description
/resourcepackhost info Displays the current configuration, URL, and SHA-1 hash.
/resourcepackhost reload Reloads the plugin configuration.

Permissions

Permission Description Default
resourcepackhost.info Allows use of /resourcepackhost info. OP
resourcepackhost.reload Allows use of /resourcepackhost reload. OP

Support

If you encounter any issues or have feature requests, please open an issue on the project's GitHub repository or Modrinth page.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more