Chat Bridge¶
The chat bridge syncs messages between the FiveM in-game chat and a Discord channel.
Requirements¶
- The latest version of the
chatresource from cfx-server-data - The bot must be configured and running
Setup¶
- Create a Discord channel for the chat bridge.
- Copy the channel ID (right-click the channel, Copy Channel ID).
- Add the channel ID to your
server.cfg:
1 | |
Behavior¶
- Messages sent in the configured Discord channel appear in FiveM chat for all players.
- Messages sent in FiveM chat appear in the Discord channel.
- The chat bridge uses the
chatresource's message hooks for filtering and formatting.
Admin Chat¶
EasyAdmin also provides an admin-only chat channel. This is separate from the chat bridge.
Enable it with:
1 | |
Default: true
Players without the easyadmin.server.chat permission cannot see or send messages in the admin chat channel.