37 lines
713 B
Text
37 lines
713 B
Text
{
|
|
bots: [
|
|
{
|
|
host: 'example.com',
|
|
port: 25565,
|
|
|
|
matrix: {
|
|
enabled: false,
|
|
client: 'example',
|
|
roomId: 'put the matrix room id here',
|
|
commandPrefix: '!'
|
|
}
|
|
}
|
|
],
|
|
|
|
all: {
|
|
username: 'chipmunkbot',
|
|
prefixes: ['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'
|
|
}
|
|
}
|
|
}
|