From df6b13eaa4bd177ba584b73786add4a839ca9e66 Mon Sep 17 00:00:00 2001 From: Asoji <99072163+asoji@users.noreply.github.com> Date: Mon, 28 Aug 2023 03:13:11 -0700 Subject: [PATCH] Update README.md --- README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6f298a..e08ceed 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,30 @@ TeaBridge is another Fabric/Quilt mod that bridges your Discord and Minecraft ch } ``` +## Valid Config + +```json5 +{ + "discord": { // dont worry all of these are expired, but they are Valid inputs + "token": "NzQ5MjM1NTk4NzMyMjk2MjA0.GnI_ax.ThhYNDCRQoqc6wRScUIomB-jq3ZMbv_IZwGOmw", + "guild": "1145637533141700618", + "channel": "1145637533577924680", + "webhook": "https://discord.com/api/webhooks/1145637647440687184/VdqcLdm7kFYrRNUfQT2X6Kmy6bACyZp9MnKCTwH0o0V79lg9CIsjd9rXOAjt0JwIZmTd" + }, + "game": { + "serverStartingMessage": "Server is starting...", + "serverStartMessage": "Server has started!", + "serverStopMessage": "Server has stopped!", + "serverCrashMessage": "Server has crashed!", + "mirrorDeath": true, + "mirrorAdvancements": true + }, + "crashes": { + "uploadToMclogs": true + } +} +``` + ## Development TeaBridge is on devOS' Maven @@ -65,4 +89,4 @@ maven { url = "https://mvn.devos.one/snapshots/" } ```groovy modImplementation("one.devos.nautical:TeaBridge:") -``` \ No newline at end of file +```