resource-pack-loader
🟡 Updated this yearPreview

🔍 Analysis
- 🏆 #247 of 262 game-mechanics mods in this game by downloads
📋 About This Mod
# Resource Pack Loader A simple solution to handle resource packs on paper and velocity. ### Source Code (https://github.com/FlauschigesAlex/resource-pack-loader) ### Supported platforms & versions - (https://papermc.io/software/paper/) Versions: 1.21.10 - 26.2 - (https://purpurmc.org/) Versions: 1.21.10 - 26.2 - (https://velocitypowered.com/) Versions: 3.4.0 - 3.5.0 Although resource-pack-loader may work on other platforms or versions, I do not guarantee for their stability or functionality. ## Setup & Configuration After initially loading the plugin on your server, you'll need to modify the configuration file in order to enable pack-loading. Example configuration (with default values): ```json { "useCommand": true, "required": false, "replace": false, "prompt": null, // "<yellow><b>This server recommends a resource pack." "packs": } ``` ``packs`` The list of resource packs to load.<br> - ``_id`` The unique identifier for the resource pack. - ``url`` The (https://wikipedia.org/wiki/Uniform_Resource_Locator) that points to the resource pack. ``prompt`` The prompt to display when the player is sent a resource pack. ((https://docs.papermc.io/adventure/minimessage/)) ``replace`` Set whether to replace the player's server resource packs with the provided ones. ``required`` Sets the resource-packs to be required to play on the server. Disconnects the player if they reject the packs. (see (https://minecraft.wiki/w/Resource_pack#Preloaded_resource_packs)) ``useCommand`` Enables the ``/resource-pack-loader`` command. (see (#commands)) After initially setting up the configuration, you won't need to modify it to update your pack(s), just the resource the url(s) point to. ## Commands ### /resource-pack-loader Requires config entry ``useCommand`` to be ``true``.<br> Requires player permission ``rpl.admin``. ``/resource-pack-loader reload <player>`` Reloads all resource packs for the provided player.<br> ``/resource-pack-loader reload`` Reloads all resource packs for all online players.<br> Aliases: - ``/rpl`` - ``/resource-pack-loader-paper``, ``/rpl-paper`` (Conditional) Provided if the plugin is installed on Paper. - ``/resource-pack-loader-velocity``, ``/rpl-velocity`` (Conditional) Provided if the plugin is installed on Velocity.
# Resource Pack Loader A simple solution to handle resource packs on paper and velocity.
### Source Code (https://github.com/FlauschigesAlex/resource-pack-loader)
### Supported platforms & versions - (https://papermc.io/software/paper/) Versions: 1. 21. 10 - 26. 2 - (https://purpurmc.org/) Versions: 1. 21. 10 - 26. 2 - (https://velocitypowered.com/) Versions: 3. 4. 0 - 3. 5. 0
Although resource-pack-loader may work on other platforms or versions, I do not guarantee for their stability or functionality.
## Setup & Configuration After initially loading the plugin on your server, you'll need to modify the configuration file in order to enable pack-loading.
Example configuration (with default values):
```json
{
"useCommand": true,
"required": false,
"replace": false,
"prompt": null, // "
``packs`` The list of resource packs to load.
- ``_id`` The unique identifier for the resource pack.
- ``url`` The (https://wikipedia.org/wiki/Uniform_Resource_Locator) that points to the resource pack.
``prompt`` The prompt to display when the player is sent a resource pack. ((https://docs.papermc.io/adventure/minimessage/))
``replace`` Set whether to replace the player's server resource packs with the provided ones.
``required`` Sets the resource-packs to be required to play on the server. Disconnects the player if they reject the packs. (see (https://minecraft.wiki/w/Resource_pack#Preloaded_resource_packs))
``useCommand`` Enables the ``/resource-pack-loader`` command. (see (#commands))
After initially setting up the configuration, you won't need to modify it to update your pack(s), just the resource the url(s) point to.
## Commands ### /resource-pack-loader Requires config entry ``useCommand`` to be ``true``.
Requires player permission ``rpl.admin``.
``/resource-pack-loader reload
``/resource-pack-loader reload`` Reloads all resource packs for all online players.
Aliases: - ``/rpl`` - ``/resource-pack-loader-paper``, ``/rpl-paper`` (Conditional) Provided if the plugin is installed on Paper. - ``/resource-pack-loader-velocity``, ``/rpl-velocity`` (Conditional) Provided if the plugin is installed on Velocity.
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- FlauschigesAlex
- Version
- 1.3.2
- Downloads
- 367
- Endorsements
- 3
- Category
- game-mechanics
- Created
- 4/15/2026
- Updated
- 8/1/2026
- Game Versions
- 1.21.10, 1.21.11, 26.1, 26.1.1, 26.1.2
- Tags
- game-mechanics, technology, 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 resource-pack-loader support?
The author lists 1.21.10, 1.21.11, 26.1, 26.1.1, 26.1.2, 26.2. Other versions may work but are untested by the author.
What is the latest version of resource-pack-loader?
Version 1.3.2, published 2026-08-01 with 367 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await