Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Resource Control
This mod is designed for server owners and modpack makers. It allows the controlling of a users resource packs through commands.
It can be used by server admins, or the user themselves, or modpacks to control their users packs simply by running a chat command!
This mod can:
- Turn on/off a pack
- Rearrange the pack order
- Reload resources on each command, or after multiple have been run
Current issues:
Does not work with resourcepacks that have spaces in their name. All packs have to be renamed to not include spaces. Next update will probably come with surrounding pack names with "" to have spaces-Fixed in 1.0.1Triggers an unneccesary reload on using the resource pack menu after using a command-Fixed in 1.0.1
Command usage:
All commands only affect the player running them, but since they don't require admin /execute as [player]
can work for server admins controlling other players.
/rc reloadall
Reloads all resources
The following commands end with an optional [reload]
parameter. If not included, will be true. Controls whether the player should be reloaded after the command is run. Alternatively, the changes can take affect next time reloadall is run or F3+T is used
/rc activate [packname] [reload]
Activates a resource pack with the filename of [packname]
/rc deactivate [packname] [reload]
Same as activate
but deactivates
/rc moveup [packname] [amount] [reload]
Moves the activated pack with [packname]
up the [amount]
in the priority list. 0 will go right to top
/rc movedown [packname] [amount] [reload]
Same as moveup
but moves it down in the priority. 0 will send the pack to the bottom.