Configuration

There are two types of configuration files.

There is only so many configuration options that can be exported and tweaked. However, there is a consistent effort to try and allow as much customization as possible through a single configuration file.

Where is the Main Configuration?

The main configuration can be found in src/core/server/athena/main.ts

Where is Server Configuration (server.cfg)?

The server configuration can be found in configs/

Where are Locales?

They're usually in shared folders for individual plugins as well as the core.

Last updated