🔄Message Sync

Bridges in-game chat channels to Discord channels

Bridges in-game chat channels to Discord - players can chat across both platforms seamlessly.

What It Does

  • In-game messages appear in Discord with character name and avatar

  • Discord messages appear in-game (bi-directional)

  • Works with any channel: #main, #trade, #support, etc.

Configuration

Add discord_channel_id to any channel in channels.conf:

{
    name: "#main"
    alias: "[Main]"
    color: "Green"
    discord_channel_id: "1234567890123456789"
}

For full configuration options, see Channels Config.

Message Format

Messages appear in Discord with:

  • Character name as the webhook username

  • Character head sprite as the avatar

  • Message content as sent in-game

Bi-Directional Chat

RagnaSync also supports Discord-to-game messaging. Discord users can send messages that appear in the corresponding in-game channel.

Last updated