DiscordSync
🟡 Updated this year🖼️ Gallery (2 images)
🔍 Analysis
- 🏆 #723 of 1224 bukkit mods in this game by downloads
📋 About This Mod
# DiscordSync DiscordSync is a powerful and efficient Minecraft plugin designed to bridge the gap between your Minecraft server and Discord community. It allows players to link their accounts, synchronizing ranks and roles in real-time, and provides rewards for server boosters. ## ✨ Features - **Account Linking:** Secure 6-digit code verification system to link Minecraft and Discord accounts. - **Role Synchronization:** Automatically syncs LuckPerms ranks with Discord roles. - **Boost Rewards:** Customizable rewards for Discord server boosters with configurable commands and cooldowns. - **Slash Commands:** Native Discord slash commands like `/profile` to view linked accounts. - **Multilingual Support:** Support for English, Spanish, and Turkish out of the box. - **Webhook Integration:** Log all sync activities to a Discord channel via webhooks. - **Dynamic Placeholders:** Use `%server_name%` and `%server_ip%` in messages and embeds. ## 🚀 Installation 1. **Dependencies:** Ensure you have (https://luckperms.net/) installed (highly recommended). 2. **Download:** Place the `DiscordSync-1.1.0.jar` into your server's `plugins` folder. 3. **Start:** Start the server to generate the default configuration files. 4. **Configure:** - Edit `plugins/DiscordSync/config.yml` with your Bot Token and Guild ID. - Map your ranks to Discord roles in `plugins/DiscordSync/ranks/permissions.yml`. 5. **Restart:** Restart the server or use `/discordsync reload` (if available) to apply changes. ```yaml # Main configuration for DiscordSync # All user-facing messages have been moved to the 'messages' folder. language: "es" # Supported: en, es, tr server-name: "SERVERNAME" server-ip: "play.example.net" cooldowns: sync-seconds: 10 profile-seconds: 10 unsync: confirm-timeout-seconds: 20 boost-rewards: enabled: false reward-commands: - "give %player% diamond 1" cooldown-days: 30 discord: # Settings related to the Discord server (guild) guild: guild_id: "YOUR_GUILD_ID" update_nickname: true # Placeholders: %discord_name%, %minecraft_name% nickname_format: "%discord_name% - %minecraft_name%" # Settings related to the Discord Bot bot: token: "BOT_TOKEN" channel_id: "VERIFICATION_CHANNEL_ID" webhook-url: "YOUR_WEBHOOK_LOGS_URL" # Embed color settings. Colors are in RGB format (0-255). embed-colors: main: { r: 88, g: 101, b: 242 } success: { r: 0, g: 255, b: 0 } fail-invalid: { r: 255, g: 0, b: 0 } fail-expired: { r: 255, g: 100, b: 0 } help: { r: 100, g: 100, b: 255 } ``` # Lenguage English for DiscordSync ```yaml # English Language File for DiscordSync general: no-permission: "You don't have permission to use this command." only-players: "Only players can use this command." error: title: "Error" description: "An error occurred, please try again: %error_message%" discord: already-synced: "Your account is already synced!" not-synced: "Your account is not synced." unsync-success: "Your account has been unlinked." unsync-failed: "Could not unlink your account. Please try again." unsync-confirm: "Type /unsync confirm within %seconds%s to unlink your account." unsync-expired: "Confirmation expired. Run /unsync again to continue." sync-cooldown: "Please wait %seconds%s before using /sync again." sync-code: "Your account sync code is: %code%. Click the 'Verify' button in the message and enter the code." webhook-sync-success: "Minecraft player `%player_name%` has synced their account with Discord user `%discord_tag%`." # This will be replaced by embed webhook: embed-title: "User Account Linked" embed-description: "A Minecraft player has successfully linked their account." field-mc-nick: "Minecraft Nick" field-mc-uuid: "UUID" field-discord-user: "Discord User" field-status: "Status" status-verified: "Verified" bot: # General bot messages starting: "Discord bot is starting." login: "Bot logged into the server: %bot_name%" token-required: "Bot token is missing, please enter your bot's token in the config.yml file." failed-start: "Bot failed to start: %error_message%" channel-id-required: "Enter your channel ID in the channel_id section of the config.yml file." embed-sent: "The verification message has been sent to Discord." # Slash commands slash-commands: registering: "Loading slash commands..." registered: "Slash commands have been registered." # Help command help-command: name: "help" description: "Shows the list of available commands." # Profile command profile-command: name: "profile" description: "Shows who is linked to a Minecraft nickname." option-nick: "nick" option-nick-description: "Minecraft nickname to look up." cooldown: "Please wait %seconds%s before using this command again." not-found: "Not user found." embed-title: "%server_name% - Discord Sync" embed-descriptio
# DiscordSync
DiscordSync is a powerful and efficient Minecraft plugin designed to bridge the gap between your Minecraft server and Discord community. It allows players to link their accounts, synchronizing ranks and roles in real-time, and provides rewards for server boosters.
## ✨ Features
- Account Linking: Secure 6-digit code verification system to link Minecraft and Discord accounts.
- Role Synchronization: Automatically syncs LuckPerms ranks with Discord roles.
- Boost Rewards: Customizable rewards for Discord server boosters with configurable commands and cooldowns.
- Slash Commands: Native Discord slash commands like `/profile` to view linked accounts.
- Multilingual Support: Support for English, Spanish, and Turkish out of the box.
- Webhook Integration: Log all sync activities to a Discord channel via webhooks.
- Dynamic Placeholders: Use `%server_name%` and `%server_ip%` in messages and embeds.
## 🚀 Installation
1. Dependencies: Ensure you have (https://luckperms.net/) installed (highly recommended). 2. Download: Place the `DiscordSync-1. 1. 0.jar` into your server's `plugins` folder. 3. Start: Start the server to generate the default configuration files. 4. Configure: - Edit `plugins/DiscordSync/config.yml` with your Bot Token and Guild ID. - Map your ranks to Discord roles in `plugins/DiscordSync/ranks/permissions.yml`. 5. Restart: Restart the server or use `/discordsync reload` (if available) to apply changes.
```yaml # Main configuration for DiscordSync # All user-facing messages have been moved to the 'messages' folder.
language: "es" # Supported: en, es, tr server-name: "SERVERNAME" server-ip: "play.example.net"
cooldowns: sync-seconds: 10 profile-seconds: 10
unsync: confirm-timeout-seconds: 20
boost-rewards: enabled: false reward-commands: - "give %player% diamond 1" cooldown-days: 30
discord: # Settings related to the Discord server (guild) guild: guild_id: "YOUR_GUILD_ID" update_nickname: true # Placeholders: %discord_name%, %minecraft_name% nickname_format: "%discord_name% - %minecraft_name%"
# Settings related to the Discord Bot bot: token: "BOT_TOKEN" channel_id: "VERIFICATION_CHANNEL_ID" webhook-url: "YOUR_WEBHOOK_LOGS_URL"
# Embed color settings. Colors are in RGB format (0-255). embed-colors: main: { r: 88, g: 101, b: 242 } success: { r: 0, g: 255, b: 0 } fail-invalid: { r: 255, g: 0, b: 0 } fail-expired: { r: 255, g: 100, b: 0 } help: { r: 100, g: 100, b: 255 }
# Lenguage English for DiscordSync
```yaml # English Language File for DiscordSync
general: no-permission: "You don't have permission to use this command." only-players: "Only players can use this command." error: title: "Error" description: "An error occurred, please try again: %error_message%"
discord: already-synced: "Your account is already synced!" not-synced: "Your account is not synced." unsync-success: "Your account has been unlinked." unsync-failed: "Could not unlink your account. Please try again." unsync-confirm: "Type /unsync confirm within %seconds%s to unlink your account." unsync-expired: "Confirmation expired. Run /unsync again to continue." sync-cooldown: "Please wait %seconds%s before using /sync again." sync-code: "Your account sync code is: %code%. Click the 'Verify' button in the message and enter the code." webhook-sync-success: "Minecraft player `%player_name%` has synced their account with Discord user `%discord_tag%`." # This will be replaced by embed webhook: embed-title: "User Account Linked" embed-description: "A Minecraft player has successfully linked their account." field-mc-nick: "Minecraft Nick" field-mc-uuid: "UUID" field-discord-user: "Discord User" field-status: "Status" status-verified: "Verified"
bot: # General bot messages starting: "Discord bot is starting." login: "Bot logged into the server: %bot_name%" token-required: "Bot token is missing, please enter your bot's token in the config.yml file." failed-start: "Bot failed to start: %error_message%" channel-id-required: "Enter your channel ID in the channel_id section of the config.yml file." embed-sent: "The verification message has been sent to Discord." # Slash commands slash-commands: registering: "Loading slash commands..." registered: "Slash commands have been registered."
# Help command help-command: name: "help" description: "Shows the list of available commands." # Profile command profile-command: name: "profile" description: "Shows who is linked to a Minecraft nickname." option-nick: "nick" option-nick-description: "Minecraft nickname to look up." cooldown: "Please wait %seconds%s before using this command again." not-found: "Not user found." embed-title: "%server_name% - Discord Sync" embed-descriptio
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- alexclient
- Version
- 1.1.2
- Downloads
- 106
- Endorsements
- 0
- Category
- bukkit
- Created
- 5/2/2026
- Updated
- 8/24/2026
- Game Versions
- 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1
- Tags
- management, social, technology
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does DiscordSync support?
The author lists 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2. Other versions may work but are untested by the author.
What is the latest version of DiscordSync?
Version 1.1.2, published 2026-08-24 with 106 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await

