
Server ResourcePack Manager
Multi Server ResourcePack Manager for a single dedicated server.
Features
- Multi ResourcePack introduced in 1.20.3 is supported
- Automatic calculation of ResourcePack hash
- Simple configuration file
- Reload command to update ResourcePacks without server restart
- Send command to re-apply ResourcePacks to player(s)
Installation
- Install Fabric modloader on your Minecraft server.
- Install Fabric API and Fabric Language Kotlin.
- Install the mod from Releases or Modrinth.
- Start server to generate config
Configuration
The configuration file is located at config/server-resource-pack-manager.json. You can add multiple ResourcePacks by specifying their URL.
| Name | Description | Default |
|---|---|---|
autoSend |
Automatically send ResourcePack(s) on player join | true |
promptMessage |
Message displayed to players when prompting for ResourcePack(s) | "" |
required |
Whether to enforce server ResourcePack(s) | false |
resourcePacks |
List of ResourcePack URLs | [] |
Multi ResourcePack
The order of ResourcePacks in the list determines the order they are applied.
The first ResourcePack will be applied first, followed by the second, and so on. If there are duplicate ResourcePack keys, the first occurrence takes precedence.
Example
{
"autoSend": true,
"promptMessage": "",
"required": false,
"resourcePacks": [
"https://path/to/resourcepack1.zip",
"https://path/to/resourcepack2.zip"
]
}
In this example, resourcepack1.zip will be applied first, followed by resourcepack2.zip.
Applied resource packs will be shown in the in-game settings menu in this order.
Commands
/resourcePackManager reload- Reload the configuration file and update ResourcePacks./resourcePackManager send [player]- Re-apply ResourcePacks to the specified player, or yourself if no player is specified.
* Icon generated with Nano Banana
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21.11
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as server-resourcepack-manager-1.1.0.jar — drop this file into the mods folder
- Download size: 51 KB
- Download link checked 6 Sept 2026 — working
These come from our own check of the pack file, not from the source page.