Dynamic Pack Manager is a mod for Minecraft that allows server administrators to refresh the resource pack on a client's game without the need for the client to relog.

Dynamic Pack Manager is a Minecraft mod that allows server administrators to refresh the resource pack on a client's game without requiring the client to relog. This is particularly useful for servers that frequently update their resource packs.
The mod provides commands to manage all resource packs on the server, either for all players or specific players. These commands can be executed from the server console or by players with the appropriate permissions.
Key behaviors of the mod:
The UUID of the mod is used by the client to determine if the resource pack is already installed. If the UUID matches the one already installed, the client will not re-download the pack, preventing unnecessary downloads.
The mod comes with one default dynamic pack, the dynamicpack_languages resource pack. This pack contains the language files for the mod. It is required to use the mod, and while it can be removed, doing so will disable translations for the mod commands.
/dynamicpack listLists all resource packs currently available on the server.
/dynamicpack add <name> <url> <required> (message)Adds a new resource pack to the server:
name: The name of the dynamic pack.url: The URL of the resource pack. The URL is verified to ensure it points to a valid pack (syntax errors in the pack itself are not checked).required: A boolean that specifies whether the resource pack is required to join the server.message: An optional message displayed to players when the resource pack is added on their first join./dynamicpack remove <name>Removes a resource pack from the server.
/dynamicpack update <name> [name|required|message] <value>Updates a resource pack on the server:
name: The name of the dynamic pack.name|required|message: The field to update.value: The new value for the specified field./dynamicpack send <targets> <name> (message)Sends a resource pack to a specific player or group:
targets: The player(s) to send the resource pack to (use @a to send to all players).name: The name of the dynamic pack.message: An optional message shown to players if they don’t already have the resource pack./dynamicpack reloadconfigReloads the mod's configuration file. Useful when making manual changes to the config file instead of using commands.
If you enjoy using this mod and would like to support its development, please consider sponsoring via GitHub Sponsors or Patreon. Your support helps improve and maintain this project, enabling more frequent updates and new features.
Conversation