Lan’s Easy Discord: Bridge+

Quick rating

Lan’s Easy Discord: Bridge+

No reviews yet

Bridge your Minecraft world and community through Discord — a lightweight Discord integration plugin/mod. Just drop it in, configure it, and go.

Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
Lans-easy-discord-1.0.0-BETA1.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Requirements

  • Fabric Loader 0.15.0+
  • Fabric API

Planned Features

  • Stats Tracker — query a player's in-game stats (blocks mined, mobs killed, deaths, playtime, etc.) directly from Discord
  • Advancements Scoreboard — view and compare completed advancements for any player through Discord
  • Player Checker — see who's currently online on the server without having to open Minecraft
  • More Platform Support — ports for Spigot/Paper and other mod loaders such as Forge and NeoForge are planned for future releases

Current Features

Chat Bridge

  • Messages sent in Minecraft appear in Discord, and messages sent in Discord appear in Minecraft

Player Events

  • Join and leave notifications
  • Death messages with 🪦 for regular deaths and ⚔️ for PvP kills
  • Advancement notifications

Bot Status

  • Bot presence shows live player count (e.g. 3/20 players online)
  • Channel topic shows server online status and uptime (e.g. 🟢 Server Online | Online since: 2026-04-19 03:46 UTC | Crashes: 2)
  • Channel topic switches to 🔴 Server is offline | Crashes: X when the server stops

Crash & Lag Alerts

  • Pings a configurable role when the server crashes — works even on watchdog kills
  • Pings a configurable role when the server logs Can't keep up! with a 60 second cooldown to prevent spam
  • Crash counter persists across restarts

Whitelist Command

  • /whitelist add <username> — anyone in the whitelist channel can add themselves
  • /whitelist remove <username> — restricted to users with the configured alert role

Setup

1. Create a Discord Bot

  • Go to https://discord.com/developers/applications and create a new application
  • Go to the Bot tab and click Add Bot
  • Under Privileged Gateway Intents, enable Message Content Intent
  • Copy your bot token — you'll need it for the config
  • Invite the bot to your server with the bot and applications.commands scopes, and give it permissions to read/send messages and manage channel topics (not reccomended but if you can give admin to the bot if you face any issues)

2. Configure the Mod

After running the server once, a config file will be generated at config/discordfabric.json. Fill in your values:

Config Fields

  • botToken — Your Discord bot token
  • chatChannelId — Channel ID for the chat bridge and general notifications
  • whitelistChannelId — Channel ID where /whitelist commands are allowed
  • alertRoleId — Role ID to ping for crash and lag alerts. Also controls who can use /whitelist remove

Getting IDs

You need Developer Mode enabled in Discord to copy IDs. Go to Settings → Advanced → Developer Mode, then right-click any channel or role and click Copy ID.

Customizing Messages

All message templates in the messages section are fully customizable. Available placeholders:

  • {player} — join, leave, death messages
  • {message} — chat bridge
  • {user} — Discord → Minecraft
  • {online} — botStatus
  • {max} — botStatus
  • {online_since} — channelTopic
  • {crashes} — channelTopic
  • {advancement} — playerAdvancement

Requirements

  • Fabric Loader 0.15.0+
  • Fabric API

Planned Features

  • Stats Tracker — query a player's in-game stats (blocks mined, mobs killed, deaths, playtime, etc.) directly from Discord
  • Advancements Scoreboard — view and compare completed advancements for any player through Discord
  • Player Checker — see who's currently online on the server without having to open Minecraft
  • More Platform Support — ports for Spigot/Paper and other mod loaders such as Forge and NeoForge are planned for future releases

Current Features

Chat Bridge

  • Messages sent in Minecraft appear in Discord, and messages sent in Discord appear in Minecraft

Player Events

  • Join and leave notifications
  • Death messages with 🪦 for regular deaths and ⚔️ for PvP kills
  • Advancement notifications

Bot Status

  • Bot presence shows live player count (e.g. 3/20 players online)
  • Channel topic shows server online status and uptime (e.g. 🟢 Server Online | Online since: 2026-04-19 03:46 UTC | Crashes: 2)
  • Channel topic switches to 🔴 Server is offline | Crashes: X when the server stops

Crash & Lag Alerts

  • Pings a configurable role when the server crashes — works even on watchdog kills
  • Pings a configurable role when the server logs Can't keep up! with a 60 second cooldown to prevent spam
  • Crash counter persists across restarts

Whitelist Command

  • /whitelist add <username> — anyone in the whitelist channel can add themselves
  • /whitelist remove <username> — restricted to users with the configured alert role

Setup

  1. Create a Discord Bot
  • Go to https://discord.com/developers/applications and create a new application
  • Go to the Bot tab and click Add Bot
  • Under Privileged Gateway Intents, enable Message Content Intent
  • Copy your bot token — you'll need it for the config
  • Invite the bot to your server with the bot and applications.commands scopes, and give it permissions to read/send messages and manage channel topics (not reccomended but if you can give admin to the bot if you face any issues)
  1. Configure the Mod After running the server once, a config file will be generated at config/discordfabric.json. Fill in your values:

Config Fields

  • botToken — Your Discord bot token
  • chatChannelId — Channel ID for the chat bridge and general notifications
  • whitelistChannelId — Channel ID where /whitelist commands are allowed
  • alertRoleId — Role ID to ping for crash and lag alerts. Also controls who can use /whitelist remove

Getting IDs You need Developer Mode enabled in Discord to copy IDs. Go to Settings → Advanced → Developer Mode, then right-click any channel or role and click Copy ID.

Customizing Messages

All message templates in the messages section are fully customizable. Available placeholders:

  • {player} — join, leave, death messages
  • {message} — chat bridge
  • {user} — Discord → Minecraft
  • {online} — botStatus
  • {max} — botStatus
  • {online_since} — channelTopic
  • {crashes} — channelTopic
  • {advancement} — playerAdvancement

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works