Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asoji authored Aug 28, 2023
1 parent 1b107fc commit df6b13e
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -65,4 +89,4 @@ maven { url = "https://mvn.devos.one/snapshots/" }

```groovy
modImplementation("one.devos.nautical:TeaBridge:<version>")
```
```

0 comments on commit df6b13e

Please sign in to comment.