HomeJavaModsDiscord Chat Logger
Discord Chat Logger
Discord Chat Logger — screenshot 1

English

Fabric mod for Minecraft that sends chat messages to Discord webhook with advanced filtering and per-server webhook support.

✨ Features

📋 In-Game Commands

⚙️ Configuration

File: .minecraft/config/discord-chat-logger.json

📝 Parameters

Parameter Description Default
defaultWebhook Default Discord webhook URL ""
useWebhookSeparation Enable per-server webhooks false
webhooks Map of server IPs to webhook URLs {}
blacklist List of ignored words []
logChatMessages Log chat messages true
logDeathMessages Log deaths true
logJoinMessages Log joins true
logLeaveMessages Log leaves true

🔧 Example Config

Numeral IPs should be written without port.

{
  "useWebhookSeparation": true,
  "defaultWebhook": "https://discord.com/api/webhooks/...",
  "webhooks": {
    "mc.hypixel.net": "https://discord.com/api/webhooks/HYPIXEL_CHANNEL",
    "123.123.123.123": "https://discord.com/api/webhooks/EXAMPLE_CHANNEL"
  },
  "blacklist": ["word1", "word2"],
  "logChatMessages": true,
  "logDeathMessages": true,
  "logJoinMessages": true,
  "logLeaveMessages": true
}

Русский Язык

Fabric мод для Minecraft, который отправляет сообщения чата на Discord webhook с продвинутой фильтрацией и поддержкой разных вебхуков для разных серверов.

✨ Возможности

📋 Внутриигровые команды

⚙️ Конфигурация

Файл: .minecraft/config/discord-chat-logger.json

📝 Параметры

Параметр Описание По умолчанию
defaultWebhook URL Discord webhook по умолчанию ""
useWebhookSeparation Включить вебхуки для каждого сервера false
webhooks Карта IP серверов к URL вебхуков {}
blacklist Список игнорируемых ников []
logChatMessages Логировать сообщения чата true
logDeathMessages Логировать смерти true
logJoinMessages Логировать присоединения true
logLeaveMessages Логировать покидания true

🔧 Пример конфига

Цифровые айпи должны быть написаны без порта

{
  "useWebhookSeparation": true,
  "defaultWebhook": "https://discord.com/api/webhooks/...",
  "webhooks": {
    "mc.hypixel.net": "https://discord.com/api/webhooks/HYPIXEL_CHANNEL",
    "play.example.com": "https://discord.com/api/webhooks/EXAMPLE_CHANNEL"
  },
  "blacklist": ["word1", "word2"],
  "logChatMessages": true,
  "logDeathMessages": true,
  "logJoinMessages": true,
  "logLeaveMessages": true
}
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more