
V-Discord Chatbridge
A Discord chatbridge between Minecraft and discord
- Загрузки
- 695
- Подписчики
- 7
- Обновлён
- 20 мая 2025 г.
- Лицензия
- MIT
Опубликован 30 декабря 2024 г.

V-Discord Integration | Simple Discord Chatbridge
V-Discord Integration is a powerful plugin that creates a seamless chat bridge between Minecraft and Discord. Enhance your server's communication and keep your community connected across platforms!
🌟 Features
- Chat Bridge: Real-time message syncing between Minecraft and Discord
- Flexible Configuration: Choose between BOT and WEBHOOK modes
- Account Linking: Optional Discord-Minecraft account linking
- Custom Messages: Fully customizable messages using MiniMessage format
- Role Sync: Synchronize Minecraft roles with Discord roles
- Multi-language Support: Currently supports
enandde
📸 Preview
🚀 Quick Start
- Download the plugin from Modrinth
- Place the JAR file in your server's
pluginsfolder - Start your server to generate the configuration files
- Configure the
config.ymlfile (see Configuration section) - Restart your server
⚙️ Configuration
The plugin is highly configurable. Here's a quick overview of the main sections:
- Database: Choose between SQLite, or MySQL
- Chat Bridge: Set up BOT or WEBHOOK mode
- Discord Linking: Enable/disable account linking
- Custom Messages: Customize all plugin messages
- Permissions: Manage user permissions
📚 Example Configurations
Click to view example config.yml
language: "en"
chatbridge:
type: BOT
webhook:
url: "webhook_url"
avatar: "some_avatar_url"
name: "ChatBridge"
guild: 1322873747535040512
channel: 1323049958911381515
token: "discord_bot_token"
discord-link:
enabled: true
enforce: false
gets-roles:
- 1323067372214419526
commands:
- "lp user <name> parent set linked"
luckperms:
prefix: true
role-sync:
enabled: true
delay: 30000
roles:
admin: 1323313717336608808
Click to view example messages.yml
Apply
prefix: "<b><gradient:#08FB22:#BBFDAD>[VDiscord]</gradient></b><reset><!i><gray> "
startup: "<prefix>Discord Integration has started up!"
chatbridge:
join:
enabled: true
color: "#00FF00"
title: "<player> has joined the game"
quit:
enable: true
color: "#FF0000"
title: "<player> has left the game"
ingame-message:
enabled: true
message: "<message>"
name: "<name>"
discord-message:
enabled: true
message: "<dark_gray>[<blue><b>Discord</b></blue>] <gray><discordname> <dark_gray>» <yellow><message>"
commands:
reload:
reloaded: "<prefix>The config has been reloaded"
link:
linked: "You have been connected to the account <name>"
code-sent: "<prefix>To link your discord account, send the following code to the DiscordBot: <click:copy_to_clipboard:<code>><hover:show_text:Click here to copy><yellow><code></yellow> (click to copy)"
🔧 Permissions
discord.link: Allows users to link their Discord and Minecraft accounts
discord.reload: Allows users to reload the plugin configuration
🆘 Support
Ченджлог
1.4.3Релиз1.21.3, 1.21.4, 1.21.5 · 20 мая 2025 г.
What's Changed
- Move to paper plugin by @Knerio in https://github.com/Varilx-Development/VDiscordIntegration/pull/21
Full Changelog: https://github.com/Varilx-Development/VDiscordIntegration/compare/1.4.2...1.4.3
1.4.2Релиз1.21.2, 1.21.3, 1.21.4 · 5 мая 2025 г.
What's Changed
- Update dependency org.projectlombok:lombok to v1.18.38 by @renovate in https://github.com/Varilx-Development/VDiscordIntegration/pull/17
- Update dependency net.dv8tion:JDA to v5.5.1 - autoclosed by @renovate in https://github.com/Varilx-Development/VDiscordIntegration/pull/16
- Update dependency org.jetbrains:annotations to v26.0.2 by @renovate in https://github.com/Varilx-Development/VDiscordIntegration/pull/14
- Update dependency gradle to v8.14 by @renovate in https://github.com/Varilx-Development/VDiscordIntegration/pull/15
Full Changelog: https://github.com/Varilx-Development/VDiscordIntegration/compare/1.4.1...1.4.2
1.4.1Релиз1.21.2, 1.21.3, 1.21.4 · 5 января 2025 г.
What's Changed
- Update dependency net.dv8tion:JDA to v5.2.2 by @renovate in https://github.com/Varilx-Development/VDiscordIntegration/pull/8
- Update dependency de.varilx:base-api to v0.4.3 by @renovate in https://github.com/Varilx-Development/VDiscordIntegration/pull/7
- Update dependency gradle to v8.12 by @renovate in https://github.com/Varilx-Development/VDiscordIntegration/pull/10
- Update dependency de.varilx:base-api to v1 by @renovate in https://github.com/Varilx-Development/VDiscordIntegration/pull/12
- Update dependency de.varilx:base-api to v1.1.0 by @renovate in https://github.com/Varilx-Development/VDiscordIntegration/pull/13
- Fix pipeline bug
New Contributors
- @renovate made their first contribution in https://github.com/Varilx-Development/VDiscordIntegration/pull/8
Full Changelog: https://github.com/Varilx-Development/VDiscordIntegration/compare/1.3.1...1.4.1
1.4.0Релиз1.21.2, 1.21.3, 1.21.4 · 5 января 2025 г.
What's Changed
- Update dependency net.dv8tion:JDA to v5.2.2 by @renovate in https://github.com/Varilx-Development/VDiscordIntegration/pull/8
- Update dependency de.varilx:base-api to v0.4.3 by @renovate in https://github.com/Varilx-Development/VDiscordIntegration/pull/7
- Update dependency gradle to v8.12 by @renovate in https://github.com/Varilx-Development/VDiscordIntegration/pull/10
- Update dependency de.varilx:base-api to v1 by @renovate in https://github.com/Varilx-Development/VDiscordIntegration/pull/12
- Update dependency de.varilx:base-api to v1.1.0 by @renovate in https://github.com/Varilx-Development/VDiscordIntegration/pull/13
New Contributors
- @renovate made their first contribution in https://github.com/Varilx-Development/VDiscordIntegration/pull/8
Full Changelog: https://github.com/Varilx-Development/VDiscordIntegration/compare/1.3.1...1.4.0
1.3.1Релиз1.21.2, 1.21.3, 1.21.4 · 1 января 2025 г.
What's Changed
- Also support 1.20.6, and add workflows by @Knerio in https://github.com/Varilx-Development/VDiscordIntegration/pull/3
- Update README.md by @Ayont in https://github.com/Varilx-Development/VDiscordIntegration/pull/4
- Update preview images by @Knerio in https://github.com/Varilx-Development/VDiscordIntegration/pull/5
- check channel for chatbridge by @Knerio in https://github.com/Varilx-Development/VDiscordIntegration/pull/6
New Contributors
- @Ayont made their first contribution in https://github.com/Varilx-Development/VDiscordIntegration/pull/4
Full Changelog: https://github.com/Varilx-Development/VDiscordIntegration/compare/1.3.0...1.3.1
1.3.0Релиз1.21.2, 1.21.3, 1.21.4 · 31 декабря 2024 г.
Full Changelog: https://github.com/Varilx-Development/VDiscordIntegration/compare/1.2.0...1.3.0 Fix Bug to also support MongoDB
1.2.0Релиз1.21.2, 1.21.3, 1.21.4 · 31 декабря 2024 г.
What's Changed
- make role sync more configurable by @Knerio in https://github.com/Varilx-Development/VDiscordIntegration/pull/2
Full Changelog: https://github.com/Varilx-Development/VDiscordIntegration/compare/1.1.0...1.2.0
1.1.0Бета1.21.2, 1.21.3, 1.21.4 · 31 декабря 2024 г.
Комментарии
Загружаем…