Compatibility
Minecraft: Java Edition
1.21–1.21.1
1.20.6
1.20.1–1.20.4
1.19.4
1.18.2
Platforms
Fabric
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 9 months ago
Updated last month
SimpleChatbridge
This minecraft fabric mod lets you send and receive messages between a MC Server and a Discord channel. This mod only works on the server.
Configuration
On first startup a config file will be created, which can be found at .minecraft/config/simple_chatbridge/simple_chatbridge.json
. The server will not launch and you can fill out the values in the JSON file.
Things you will need for this mod to work:
- Discord Bot with Message Content Intent
- Discord Webhook
How to get a discord bot with the right intents
- Go to https://discord.com/developers/applications.
- Click
new Application
and give your bot a name. - After you have created your bot, go to the
Bot
Navigation and reset its token. - Grab the token and put it in the config file. (Make sure to not show your token to anyone!)
- In the section
Privileged Gateway Intents
, enable theMessage Content Intent
. - Go to
OAuth2 -> URL Generator
and click thebot
scope. - Select the
Read Messages/View Channels
permission and copy/paste the url in a new browser tab. - Make the bot join your Discord Server and make sure that it can actually see the channel.
- Turn on the
developer mode
in your Discord Client and copy/paste the chatbridge channel ID into the config file. - Create a webhook in your channel (give it a nice name and picture) and paste the URL in the config aswell.
If you are having issue with this mod, please open an issue or reach out to me in my Discord or send me an Email.