Home - Redheris/PreventBuild GitHub Wiki

Welcome to the PreventBuild wiki!

Config files

The PreventBuild configuration includes two files and a folder with custom configs:

  • conditions/ - contains config .cfg files
  • condition_configs.json - defines which configurations are active by its individual name
  • ore_dictionaries.json - defines custom ore dictionary lists for using in configs

The .cfg configuration files are in a format designed specifically for this mod.

Here you can find out how to create a new config.

You don't have to use condition_configs.json file directly because it's auto-generated and updates after launching a client or calling update or switch commands.

ore_dictionaries.json contains dictionaries of identifiers for using in .cfg files. Learn more on this page.

In-game Commands

  • /pb config list - display a list of configs with their status
  • /pb config switch <name> - enable/disable config by name
  • /pb config update - reload all configs
⚠️ **GitHub.com Fallback** ⚠️