ResourcePackManager
🟡 Updated this yearPreview

🔍 Analysis
- 👍 0.2% endorsement rate
- 🏆 #15 of 48 bungeecord mods in this game by downloads
📋 About This Mod
<p align="center"> <a href="https://discord.gg/GKyzTgT"> <img src="https://imgur.com/mvyJwOf.png" alt="Discord" width="140"/> </a> <a href="https://nightbreak.io/plugin/resourcepackmanager/"> <img src="https://imgur.com/OLYJlM8.png" alt="Nightbreak" width="140"/> </a> <a href="https://www.patreon.com/magmaguy"> <img src="https://imgur.com/rWCe9W9.png" alt="Patreon" width="140"/> </a> <a href="https://magmaguy.com/wiki.html"> <img src="https://imgur.com/M48vTUC.png" alt="Wiki" width="140"/> </a> </p> <div align="center"> <iframe width="560" height="315" src="https://www.youtube.com/embed/5qHSecOv5Tg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> <p><strong>This dev log is the only video I have right now, a dedicated one will (hopefully) come soon!</strong></p> </div> # 🟠 How it Works **Got more than one plugin that uses resource packs?** **Tired of manually merging them, recalculating SHA1, and rehosting?** **Want drag & drop support where players instantly get custom models?** This plugin is the solution! ResourcePackManager automatically grabs the resource packs from automerge-compatible plugins, merges them based on config priorities, and hosts them directly from your server. Players automatically receive the merged pack. You can also add manual packs in the mixer folder. # 🟠 Main Features * **Automatically merges all of your server's resource packs!** * **Self-hosts your resource pack directly from your server!** Falls back to free remote hosting if self-hosting is unavailable. * **Automatically sends the resource pack to players when they log in!** * **Bedrock support!** Automatically converts your merged Java pack into a Bedrock-compatible pack for GeyserMC. * **Proxy network support!** Works with Velocity, BungeeCord, and Waterfall — Bedrock players receive a single merged pack across all servers. * **Supports manual additions in the mixer folder.** * **(https://discord.gg/9f5QSka).** * **No setup or maintenance required!** * **Want an even better experience?** Works best with (https://nightbreak.io/plugin/freeminecraftmodels) and (https://nightbreak.io/plugin/eternaltd) — both free! # 🟠 How to Setup 1. Drop `ResourcePackManager.jar` into your `plugins/` folder. 2. Restart your server. That's it! The plugin works with recommended defaults out of the box. You can tweak settings in the config files. # 🟠 Bedrock Support (GeyserMC) ResourcePackManager automatically converts your merged Java resource pack into a Bedrock-compatible pack for GeyserMC, so Bedrock and Java players see the same custom content. This is enabled by default and requires no additional setup. Currently supports FreeMinecraftModels custom models and EliteMobs custom items. # 🟠 Proxy Network Setup (Bedrock) Running multiple Geyser/Floodgate servers behind a proxy? Bedrock clients are limited to one resource pack per network connection. ResourcePackManager works around this by merging all the resource packs across your network into a single pack, which is then sent to Bedrock clients when they log in. To set this up, just install ResourcePackManager both on your proxy server and the backend server (same ResourcePackManager.jar file). Once everything is set up, restart the proxy twice for the geyser mappings to get saved properly! Java players receive their packs directly from each backend on server switch. # 🟠 Limitations & Compatibility **Limitations:** ResourcePackManager merges where possible but cannot fix fundamental conflicts (e.g. GUI unicode spacing clashes or duplicate item model IDs). In conflicts, the higher‑priority pack is chosen. <details> <summary><strong>Automerge-compatible plugins</strong></summary> * (https://nightbreak.io/plugin/freeminecraftmodels) (recommended models plugin!) * (https://nightbreak.io/plugin/elitemobs) (recommended bosses plugin!) * (https://nightbreak.io/plugin/eternaltd) (recommended minigame plugin!) * BetterHUD * ItemsAdder (requires unencrypting & disabling hosting) * MMOInventory * ModelEngine * Nova * Oraxen * ValhallaMMO (requires `/valhalla resourcepack download`) * BackpackPlus * RealisticSurvival * Vane-Core *Have a plugin you'd like supported? Let me know on the (https://discord.gg/9f5QSka)!* </details> # 🟠 Commands * `/resourcepackmanager reload` — reloads the plugin. * `/resourcepackmanager data_compliance_request` — downloads all hosted data for inspection. * `/resourcepackmanager status` — gives the current status of RSPM. # 🟠 Hosting ResourcePackManager attempts to self-host the resource packs directly from your server by default. This requires your server ports to be accessible to players. If you can't forward ports or prefer no
This dev log is the only video I have right now, a dedicated one will (hopefully) come soon!
# 🟠 How it Works
Got more than one plugin that uses resource packs? Tired of manually merging them, recalculating SHA1, and rehosting? Want drag & drop support where players instantly get custom models? This plugin is the solution!
ResourcePackManager automatically grabs the resource packs from automerge-compatible plugins, merges them based on config priorities, and hosts them directly from your server. Players automatically receive the merged pack. You can also add manual packs in the mixer folder.
# 🟠 Main Features
Automatically merges all of your server's resource packs! Self-hosts your resource pack directly from your server! Falls back to free remote hosting if self-hosting is unavailable. Automatically sends the resource pack to players when they log in! Bedrock support! Automatically converts your merged Java pack into a Bedrock-compatible pack for GeyserMC. Proxy network support! Works with Velocity, BungeeCord, and Waterfall — Bedrock players receive a single merged pack across all servers. Supports manual additions in the mixer folder. (https://discord.gg/9f5QSka).** No setup or maintenance required! Want an even better experience? Works best with (https://nightbreak.io/plugin/freeminecraftmodels) and (https://nightbreak.io/plugin/eternaltd) — both free!
# 🟠 How to Setup
1. Drop `ResourcePackManager.jar` into your `plugins/` folder. 2. Restart your server.
That's it! The plugin works with recommended defaults out of the box. You can tweak settings in the config files.
# 🟠 Bedrock Support (GeyserMC)
ResourcePackManager automatically converts your merged Java resource pack into a Bedrock-compatible pack for GeyserMC, so Bedrock and Java players see the same custom content. This is enabled by default and requires no additional setup. Currently supports FreeMinecraftModels custom models and EliteMobs custom items.
# 🟠 Proxy Network Setup (Bedrock)
Running multiple Geyser/Floodgate servers behind a proxy? Bedrock clients are limited to one resource pack per network connection. ResourcePackManager works around this by merging all the resource packs across your network into a single pack, which is then sent to Bedrock clients when they log in.
To set this up, just install ResourcePackManager both on your proxy server and the backend server (same ResourcePackManager.jar file). Once everything is set up, restart the proxy twice for the geyser mappings to get saved properly!
Java players receive their packs directly from each backend on server switch.
# 🟠 Limitations & Compatibility
Limitations:
ResourcePackManager merges where possible but cannot fix fundamental conflicts (e.g. GUI unicode spacing clashes or duplicate item model IDs). In conflicts, the higher‑priority pack is chosen.
Automerge-compatible plugins
(https://nightbreak.io/plugin/freeminecraftmodels) (recommended models plugin!) (https://nightbreak.io/plugin/elitemobs) (recommended bosses plugin!) (https://nightbreak.io/plugin/eternaltd) (recommended minigame plugin!) BetterHUD ItemsAdder (requires unencrypting & disabling hosting) MMOInventory ModelEngine Nova Oraxen ValhallaMMO (requires `/valhalla resourcepack download`) BackpackPlus RealisticSurvival Vane-Core
Have a plugin you'd like supported? Let me know on the (https://discord.gg/9f5QSka)!*
# 🟠 Commands
`/resourcepackmanager reload` — reloads the plugin. `/resourcepackmanager data_compliance_request` — downloads all hosted data for inspection. `/resourcepackmanager status` — gives the current status of RSPM.
# 🟠 Hosting
ResourcePackManager attempts to self-host the resource packs directly from your server by default. This requires your server ports to be accessible to players. If you can't forward ports or prefer no
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- MagmaGuy
- Version
- 2.3.1
- Downloads
- 26,387
- Endorsements
- 59
- Category
- bungeecord
- Created
- 9/7/2025
- Updated
- 8/13/2026
- Game Versions
- 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8
- Tags
- utility
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does ResourcePackManager support?
The author lists 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9. Other versions may work but are untested by the author.
What is the latest version of ResourcePackManager?
Version 2.3.1, published 2026-08-13 with 26,387 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await