File Details
discord-integration-1.1.3.jar
- R
- Feb 18, 2026
- 15.01 MB
- 282
- Early Access
File Name
discord-integration-1.1.3.jar
Supported Versions
- Early Access
Minor version update including some important updates.
Changelog v1.1.3
- Slash command support added. (Application Commands)
- Added new Web UI for player profiles in-game.
/profilewill now bring up a web page in-game with detailed information on their character.
- Added new stats to discord profile output.
- Webhook support separated for both general server updates and server cross chat.
- Allows you to have different channels for event logging.
- Linked to the bot will now assign a role on discord.
- Fixed issue with online player count not properly subtracting players leaving.
- Several other changes have been made.
New Configuration
{
"botToken": "Bot Token Here",
"channelId": "111111111111111",
"chatChannelId": "",
"commandChannelId": "222222222222222",
"adminRoleId": "333333333333333",
"linkedRoleId": "",
"enabled": false,
"chatTagText": "Linked",
"showChatTag": true,
"enableInGameChat": true,
"allowOtherBotMessages": false,
"enableDeathMessages": true,
"useWebhooks": false,
"webhookUrl": "",
"chatWebhookUrl": "",
"serverName": "Server",
"serverAvatarUrl": "",
"defaultPlayerAvatarUrl": "",
"avatarCacheMinutes": 30,
"chatTagColors": {
"bracketColor": "#808080",
"tagColor": "#5865F2",
"usernameColor": "#00FFFF",
"messageColor": "#FFFFFF"
},
"messageFormat": {
"serverToDiscord": "**{player}**: {message}",
"discordToServer": "[Discord] \u003c{user}\u003e {message}",
"joinMessage": "**{player}** joined the server",
"leaveMessage": "**{player}** left the server",
"deathMessage": "**{player}** died to {cause}",
"serverStartMessage": "**Server is now online!**",
"serverStopMessage": "**Server is shutting down.**"
}
}

