MiraWaNeko / DiscordIntegration

Communicate between Minecraft and Discord
https://discordintegration.net
GNU Affero General Public License v3.0
88 stars 43 forks source link

Request More Config Examples #194

Open stockluke opened 4 years ago

stockluke commented 4 years ago

DiscordIntegration version: 3.0.5

I believe having different/additional examples of config files would be help. The hardest thing about JSON is the readability. I saw you're interested in updating the config in another open-issue, so I understand if you're moving over to that format. Please let me know! Otherwise, I am attempting to do the following without luck.

Separate Text Channels for Comannds and Chat I am personally attempting to setup a discord server where 1 channel has mc-server chat messages and another channel with commands only. Nothing to do with per-dimension messages.

discordintegration_links.json config example I don't know how to set up the discordintegration_links.json to properly function on my server given I don't know the format required. The below config is not much to go off of...

{
  "linked": {},
  "requests": []
}