
SyncCord
DiscordSRV 2.0 - A Hungarian made simple but hopefully better DiscordSRV
113
1
beta-1.0
beta29 октября 2025 г.Version beta-1.0 (Recent Updates)
-
✨ Interactive Command Responses:
- New: Commands executed from Discord now return the actual console output in a formatted embed, instead of a generic "command executed" message. This is crucial for commands like
listorcheckban. - New: The command system was completely rewritten to use a stable "Proxy Sender" method, guaranteeing that all command outputs are captured reliably.
- New: Commands executed from Discord now return the actual console output in a formatted embed, instead of a generic "command executed" message. This is crucial for commands like
-
🚀 Command & Prefix Flexibility:
- New: The prefix for all Discord commands (e.g.,
?,!) is now fully configurable in theconfig.ymlunderConsoleRelay.prefix. - Improved: All commands, including
dclinkanddcunlink, now use the same configurable prefix, creating a consistent user experience. - Improved: Commands can now be executed from any channel by users with the appropriate role, not just the console channel.
- New: The prefix for all Discord commands (e.g.,
-
📈 Dynamic Channel Topic Updater:
- New: The plugin can now automatically update a Discord channel's topic to display the server's live player count (
Online: {online}/{max}). - This feature is fully configurable, including the channel ID, update interval, and message format.
- New: The plugin can now automatically update a Discord channel's topic to display the server's live player count (
-
🛡️ Enhanced Stability & User Experience:
- Fixed: A critical bug causing a
zip file closederror during plugin reloads has been resolved. The/synccord reloadcommand is now stable. - Fixed: An issue causing duplicate chat messages after a reload has been fixed.
- Improved: The
/discord linkcommand now checks if an account is already linked and provides a clear, configurable message to the user. - Improved: All account linking messages (for both Minecraft and Discord) are now fully customizable in the
config.yml. - Improved: The plugin now provides detailed diagnostic messages in the server console if a configured channel ID is invalid, making setup and debugging much easier.
- Fixed: A critical bug causing a
dev-1.0
alpha24 октября 2025 г.A Hungarian made simple, but hopefully better DiscordSRV.
DEV Discord server
Meet SyncCord
Its a Hungarian made simple easy plugin witch allows you to connect your Discord Server with the Minecraft server 

Usage:
Commands:
- Minecraft command: /discord link - It gives you a 6 number code to connect dicord with minecraft
- Discord command: ?dclink 6 number code it give you at /discord link command.
- Minecraft command: /discord unlink - Unlinks the connection with discord
- Discord command: ?dcunlink Unlinks the connection with minecraft
- Minecraft command: /synccord reload - Reloads the config.yml file
Permission to /synccore reload: synccore.reload
Default config.yml
# SyncCord - Minecraft-Discord Integration Plugin
# Created by KAGA
# ----------------------------------
# BOT BEÁLLÍTÁSOK
# ----------------------------------
BotToken: ""
BotStatus:
enabled: true
activityType: "WATCHING"
activityText: "a szervert"
# ----------------------------------
# CSATORNA BEÁLLÍTÁSOK
# ----------------------------------
Channels:
chat: ""
console: ""
# ----------------------------------
# FIÓKÖSSZEKAPCSOLÁS
# ----------------------------------
AccountLinking:
database: "yaml"
codeValidityMinutes: 5
codeLength: 6
deleteCommandAfterUse: true
# ----------------------------------
# RANG SZINKRONIZÁLÁS
# ----------------------------------
RoleSync:
enabled: true
roles:
default: ""
# ----------------------------------
# KONZOL RELAY
# ----------------------------------
ConsoleRelay:
enabled: true
prefix: "?"
levels: ["INFO", "WARN", "ERROR"]
commands:
enabled: true
requireLinkedAccount: true
allowedRoles:
- "SZERVER_ADMIN_SZEREPKÖR_ID"
# Azok a parancsok, amik után a plugin külön üzenetet küld a végrehajtóról.
moderationCommands: ["kick", "ban", "mute", "tempban", "warn"]
# ==========================================================================
# ÜZENETFORMÁTUMOK
# ==========================================================================
MessageFormats:
minecraftToDiscord:
useEmbed: false
plainTextFormat: "**{rank}** {playerName}: {message}"
embed:
color: "#00AAAA"
author: "{playerName} | {rank}"
description: "{message}"
discordToMinecraft: "&9[Discord] &7({topRole}) &b{userNick}&f: &7{message}"
# Ez az üzenet jelenik meg, miután egy moderációs parancs lefutott Discordról.
# Placeholder-ek: {command}, {discordName}
consoleCommandExecuted: "&e[!] A(z) '{command}' parancsot végrehajtotta: &c{discordName} (Discord)"
serverStart:
description: "✅ A szerver elindult!"
color: "#00FF00"
serverStop:
description: "❌ A szerver leállt!"
color: "#FF0000"
playerJoin:
description: "➡️ {playerName} csatlakozott a szerverhez."
color: "#FFFF00"
playerLeave:
description: "⬅️ {playerName} elhagyta a szervert."
color: "#FFA500"
Совместимость
Создатели
Детали
Лицензия:LicenseRef-All-Rights-Reserved
Опубликован:4 месяца назад
Обновлён:4 месяца назад

