Skip to content

Commit

Permalink
update the correct teabridge file
Browse files Browse the repository at this point in the history
  • Loading branch information
acikek committed Jan 3, 2024
1 parent a24759d commit 123aa19
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions config/config/teabridge.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
{
"discord": {
"token": "${TEABRIDGE_TOKEN}",
"webhook": "${TEABRIDGE_WEBHOOK}"
"webhook": "${TEABRIDGE_WEBHOOK}",
"pkMessageDelay": 2000,
"pkMessageDelayMilliseconds": true
},
"avatars": {
"avatarUrl": "https://visage.surgeplay.com/face/128/%s.png",
"useTextureId": true
},
"game": {
"serverStartingMessage": "Server is starting...",
"serverStartMessage": "Server has started!",
"serverStopMessage": "Server has stopped!",
"serverCrashMessage": "Server has crashed!",
"mirrorJoin": true,
"mirrorLeave": true,
"mirrorDeath": true,
"mirrorAdvancements": true
"mirrorAdvancements": false,
"mirrorCommandMessages": false
},
"crashes": {
"uploadToMclogs": true
}
},
"debug": false
}

0 comments on commit 123aa19

Please sign in to comment.