Setup third-party-resources & logger

Most of the scripts in this framework depend on the community_bridge resource. This bridge is responsible for connecting your scripts with third-party dependencies such as notification systems, phones, target frameworks, and more. If you want to customize or set up your logging system - this is where you configure it.

Setting up

You can find all configuration files inside: resources/community_bridge/settings/ . Inside this folder you'll find three key files:

  • sharedConfig.lua

  • serverConfig.lua

  • clientConfig.lua

Each file controls different parts of the system. Please change these values - which are also well described - to use as an example a customized discord webhook or to specify which resources you are using.

Last updated