No description
Find a file
2026-04-15 01:17:15 +02:00
EasyChatlog Update 2026-04-15 01:17:15 +02:00
images add icon 2026-04-15 00:49:28 +02:00
.gitignore initial commit 2026-04-14 03:00:05 +02:00
EasyChatlog.sln initial commit 2026-04-14 03:00:05 +02:00
README.md initial commit 2026-04-14 03:00:05 +02:00
repo.json Update 2026-04-15 01:17:15 +02:00

Easy Chatlog

A Dalamud plugin for Final Fantasy XIV that captures your in-game chat, exports it (.txt / .json / .html / .md) and optionally forwards it live to a Discord channel via webhook or bot.

Installation (custom repo)

  1. In-game: type /xlsettingsExperimentalCustom Plugin Repositories.

  2. Paste this URL and click +, then Save:

    https://raw.githubusercontent.com/ElyFura/easy-chatlog/main/repo.json
    
  3. Open /xlplugins → tab All Plugins → search for Easy Chatlog → Install.

Commands

  • /easychatlog (or /ecl) — open the main window
  • /easychatlog config — open settings
  • /easychatlog export <txt|json|html|md> — quick export to disk
  • /easychatlog discord on|off — toggle live Discord forwarding

Discord setup

Webhook (recommended): Discord channel → Edit channelIntegrationsWebhooksNew webhookCopy Webhook URL → paste into the plugin's settings.

Bot: create a bot in the Discord Developer Portal, invite it to your server with Send Messages permission, paste the token and the channel ID into the plugin's settings.

Building from source

Requires the .NET 10 SDK and an installed Dalamud.

dotnet build EasyChatlog/EasyChatlog.csproj -c Release

The release ZIP is produced at EasyChatlog/bin/Release/EasyChatlog/latest.zip.