Перейти к содержимому
Mineforgian

Resource Control

Adds commands to control your resource packs

Загрузки
782
Подписчики
1
Обновлён
3 июля 2025 г.
Лицензия
Apache-2.0

Опубликован 5 октября 2024 г.

Resource Control

This mod is designed for server owners and modpack makers. It allows the controlling of a users resource packs through commands.

This mod can:

  • Turn on/off a pack
  • Rearrange the pack order
  • Reload resources on each command, or after multiple have been run

Command usage:

All commands only affect the player running them, but since they don't require admin /execute as [player] run rc <command> can work for admins/datapacks to control 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 players resources should be reloaded after the command is run. Alternatively, the changes can take effect next time reloadall is run, or F3+T is used.


/rc activate [packname] [reload]

Activates a resource pack with the filename of [packname]. Zip files will need the .zip specified.

Examples:

/rc activate grass.zip Activates the resource pack named "grass.zip" (and reloads)

/rc activate "Xray ultimate" false Activates the resource pack (folder) named "Xray ultimate" (and doesn't reload yet)


/rc deactivate [packname] [reload]

Same as activate but de-activates


/rc moveup [packname] [amount] [reload]

Moves the activated pack with [packname] up the [amount] in the priority list. Set amount to 0 (or don't specify amount) to go all the way to the top.


/rc movedown [packname] [amount] [reload]

Same as moveup but moves it down in the priority. Set amount to 0 (or don't specify amount) to go all the way to the bottom.


/rc logpacks

Logs all resource packs found (of the player its run as) to the server console. (Or the hosts log if on a LAN server)

Ченджлог

3.0.0Релиз1.21.1 · 3 июля 2025 г.

First release on 1.21

3.0.0Релиз1.21, 1.21.1 · 3 июля 2025 г.

First release on 1.21, and ported to neoforge in replacement of forge.

2.0.0-fabricРелиз1.20.1 · 1 апреля 2025 г.

Completely re-wrote EVERYTHING to use proper packets and networking, and also refactored to a multi-loader setup instead of independent projects.

2.0.0-forgeРелиз1.20.1 · 1 апреля 2025 г.

Completely re-wrote EVERYTHING to use proper packets and networking, and also refactored to a multi-loader setup instead of independent projects.

1.0.2Релиз1.20.1 · 23 октября 2024 г.

Fixed "Activated pack" message when actually de-activating a pack to be "Deactivated pack"

1.0.2-fabricРелиз1.20.1 · 23 октября 2024 г.

Fixed "Activated pack" message when actually de-activating a pack to be "Deactivated pack"

First fabric version

Please report any bugs found with this version on the fabric source github instead of the forge one.

1.0.1Релиз1.20.1 · 5 октября 2024 г.
  • Fixed not being able to have spaces in pack names. Now you can surround a name in "" to include spaces
  • Fixed resource pack selection screen triggering another reload even with no changes after a command had already reloaded
1.0.0Релиз1.20.1 · 5 октября 2024 г.

First release

Комментарии

Загружаем…