PackWiz-ard - Configuration
The configuration for PackWiz-ard is done through a config file located at <game_directory>/config/packwiz_ard/config.json.
Config Options
Section titled “Config Options”pack_toml(string, required): The web URL to your PackWizpack.tomlfile. This is used by the mod to determine which modpack to load and update.minimum_permission_level(integer, optional, default: 4): The minimum permission level required to use the mod’s commands. This is used to restrict access to the mod’s commands to certain players, such as server operators.
Example Config
Section titled “Example Config”{ "pack_toml": "", "minimum_permission_level": 4}