Resource Control
This modification is designed for server owners and modpack creators. With its help, administrators can manage users' resource packs, while players can control their own resource sets. Modpacks can also influence user packages through the /execute as command.
Mod Capabilities
- Enabling and disabling any resource packs
- Changing the loading order of packages
- Reloading resources after each command or after performing multiple actions
Known Issues
The mod does not work with resource packs that have spaces in their names. All such packages must be renamed by removing spaces from their names. The next update plans to add the ability to use quotes to wrap names containing spaces.
Command Usage
/rc reloadall - reloads all resources for the player who executed the command (also works via execute as)
The following commands support an optional [reload] parameter. If not specified, the default value is true. This parameter determines whether the client should be reloaded after command execution. Changes can also take effect upon the next reloadall execution or using F3+T.
/rc activate [packname] [reload] - activates a resource pack with the filename [packname]
/rc deactivate [packname] [reload] - deactivates the specified resource pack (similar to activation, but for disabling)
/rc moveup [packname] [amount] [reload] - moves the active pack [packname] up the priority list by the specified number of positions [amount]. A value of 0 moves the pack to the very beginning of the list
/rc movedown [packname] [amount] [reload] - moves the pack down the priority list. A value of 0 sends the pack to the end of the queue