Skip to content
These docs are a work in progress and may be incomplete or contain inaccuracies. (Or be for a newer unreleased version of the mod)

PackWiz-ard - Configuration

The configuration for PackWiz-ard is done through a config file located at <game_directory>/config/packwiz_ard/config.json.

  • pack_toml (string, required): The web URL to your PackWiz pack.toml file. 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.
<game_directory>/config/packwiz_ard/config.json
{
"pack_toml": "",
"minimum_permission_level": 4
}