The modules file contains persistent information about installed modules.
Example modules file:
# This file contains module settings.
# Further documentation can be found at https://www.hygames.co/gamebox/settings/modules-file
# You can modify most of these settings per commands!
# New modules are automatically added to this file when they are installed
# Exemplary module entry (some of these parameters can be optional):
# ------
# module-id:
# enabled: true If this is false the module will not be loaded
# autoUpdate: false If an update is found, it is automatically installed
#
modules:
test:
- checkForUpdates: true
enabled: false
test-module:
- checkForUpdates: true
enabled: true