Discord
Configuring discord bridge
Creating a bot
To properly integrate with discord, the plugin uses a bot. Therefore, you will need to create one.
To do this, log into your discord account and follow the link to the Discord Developer Portal and follow the instructions.
Create new application with button
Give it name (you can use your server name)
Switch to OAuth2 -> URL Generator tab
Select "bot" permissions and click "Administrator"
Copy URL and save it somewhere (this is invite URL)
Go to Bot tab and click "Add Bot"
Reset and copy token using button. Store it somewhere.
Scroll to "Message Content Intent" and enable it.
Configuring gateway
Paste your token into the field with the appropriate name. Now you can invite bot to your discord server using saved URL from step 5.
Create channel for minecraft chat. Copy ID and paste it to "channel" field. Restart your server.
Now, the bot will automatically broadcast messages from all public channels and copy messages from minecraft.
Last updated