chipmunkbot3/default.json5
Chipmunk 5f3560910b Refactor the chat system
not sure if it's better or worse now. also, i have tried to optimize color codes, but this optimization seems unreliable (i might fix or remove it in the future)
2024-03-17 23:52:58 -04:00

37 lines
709 B
Text

{
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'
}
}
}