File Details
discord-integration-1.1.0.jar
- R
- Feb 4, 2026
- 15.00 MB
- 265
- Early Access
File Name
discord-integration-1.1.0.jar
Supported Versions
- Early Access
Changelog v1.1.0
- Implemented proper bot startup and shutdown when restarting server.
- Bot will also notify when server is online or shutting down.
- Introducing webhook support with player avatar icons.
- Cross chat now shows players avatar when using webhooks.
- Server events avatar and webhook name can be customized.
- Added support for disabling the ignoring of other bot messages.
- Linking an account now informs the person on discord through DM.
- Deaths will now broadcast to the discord channel.
New Configuration
{
"botToken": "Bot Token Here",
"channelId": "111111111111111111",
"commandChannelId": "2222222222222222",
"adminRoleId": 3333333333333",
"enabled": true,
"chatTagText": "Linked",
"showChatTag": true,
"enableInGameChat": true,
"chatTagColors": {
"bracketColor": "#808080",
"tagColor": "#5865F2",
"usernameColor": "#00FFFF",
"messageColor": "#FFFFFF"
},
"messageFormat": {
"serverToDiscord": "**{player}**: {message}",
"discordToServer": "[Discord] <{user}> {message}",
"joinMessage": "**{player}** joined the server",
"leaveMessage": "**{player}** left the server"
}
}

