promotional bannermobile promotional banner

NexusBridge

Bidirectional Discord ↔ Minecraft bridge for NeoForge 1.21.1. Chat sync, ban/mute management, verification system, LuckPerms & MariaDB support.

File Details

Nexusbridge-0.1.0.jar

  • R
  • Jun 8, 2026
  • 15.35 MB
  • 17
  • 1.21.1
  • NeoForge

File Name

Nexusbridge-0.1.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:nexusbridge-1569246:8218435"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

## 🎉 Initial Release — NexusBridge 0.1.0 ### 🔗 Chat Synchronization - Bidirectional chat sync between Minecraft and Discord - Messages from Minecraft appear in the configured Discord channel with player name and prefix - Messages from Discord appear in Minecraft chat with author's username - Full LuckPerms prefix/suffix support in message formatting ### 🛡️ Sanctions Management - `/nexus_ban` — ban a player from Minecraft, automatically propagated to Discord - `/nexus_mute` — mute a player with optional duration and reason - `/nexus_unban` and `/nexus_unmute` — synchronized across both platforms - Complete audit log stored in database for every sanction ### ✅ Discord Verification System - Players link their Minecraft account to Discord via `!verify` - Secure 6-digit code generation with 5-minute expiration - Optional kick for unverified players (configurable) - UUID ↔ Discord ID mapping persisted in database ### 💾 Database - MariaDB/MySQL support via HikariCP connection pooling (10 connections default) - Automatic table creation on first start (`players`, `bans`, `mutes`, `chat_logs`, `verification_codes`) - All queries run asynchronously — zero impact on server TPS ### 🔐 Permissions - LuckPerms integration for command access control - Granular permissions: `nexusbridge.ban`, `nexusbridge.mute`, `nexusbridge.unban`, `nexusbridge.unmute` ### 🌐 Internationalization - Full French and English support out of the box - Language configurable via `config.json` - Easily extendable with custom language files ### ⚙️ Configuration - Auto-generated `config/nexusbridge/config.json` on first start - Configurable Discord channels (chat, verification, logs) - Per-server instance ID for multi-server licensing support