{ bots: [ { host: 'example.com', port: 25565, matrix: { enabled: false, client: 'example', roomId: 'put the matrix room id here', commandPrefix: '!' } } ], all: { username: 'chipmunkbot', prefix: "default.", colors: { primary: 'green', secondary: 'dark_green', error: 'red' }, version: '1.20.4', randomizeUsername: true, autoReconnect: true, features: { amnesicCommandBlocks: true, commandNamespaces: true } }, matrixClients: { example: { baseUrl: 'put the homeserver url here', accessToken: 'put your access token here', userId: 'put the user id here' } } }