Main Config
The guide explains configuring the main config.json file for SkiesGUIs. The main configuration file contains global settings that affect the entire mod.
Directoryconfig
Directoryskiesguis
- config.json
Example File
Section titled “Example File”{ "debug": false}Options
Section titled “Options”Toggles the debugging status to make finding mistakes easier. Actual errors with GUIs will still be displayed even if false. This is not recommended to leave enabled as it will display a lot of information. Can also be toggled using the command /guis debug.
"debug": false