{"id":57341,"date":"2026-06-03T06:48:50","date_gmt":"2026-06-03T03:48:50","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/discord-nick-sync\/"},"modified":"2026-06-03T06:48:50","modified_gmt":"2026-06-03T03:48:50","slug":"discord-nick-sync","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/discord-nick-sync\/","title":{"rendered":"DiscordNickSync"},"content":{"rendered":"<p>![DiscordNickSync](https:\/\/raw.githubusercontent.com\/Erallie\/discord-nick-sync\/main\/icons\/banner\/banner-press-12.png)<\/p>\n<p>![Latest Release](https:\/\/modrinth.com\/plugin\/discord-nick-sync\/version\/latest)<br \/>\n![GitHub Downloads)](https:\/\/github.com\/Erallie\/discord-nick-sync)<br \/>\n![Modrinth Downloads](https:\/\/modrinth.com\/plugin\/discord-nick-sync)<br \/>\n<br \/>\n![Our Discord](https:\/\/discord.gozarproductions.com)<br \/>\n![Our Other Projects](https:\/\/github.com\/Erallie)<br \/>\n![Donate](https:\/\/www.ko-fi.com\/GozarProductions)<\/p>\n<p>&#8212;<\/p>\n<p>DiscordNickSync is a plugin for Minecraft Java Edition that lets your players sync their Discord nickname to their Essentials nickname, and vice versa, via DiscordSRV.<\/p>\n<p>I know that DiscordSRV *already* allows syncing from Minecraft to Discord, but it doesn&#8217;t allow syncing the other way around. So I created this plugin to do that!<\/p>\n<p>## When Nicknames are Synced<br \/>\nDiscordNickSync currently *only* syncs nicknames when a player does any of the following:<br \/>\n&#8211; Logs in<br \/>\n&#8211; Links their Discord to Minecraft via DiscordSRV<br \/>\n&#8211; Changes their Essentials nickname.<br \/>\n&#8211; Uses the command `\/discordnick sync`<\/p>\n<p>There is currently *no* timer to sync nicknames from Discord to Minecraft. If this is a feature you would want, create an issue, and I will consider adding it.<\/p>\n<p>## Mentions<br \/>\nDiscordNickSync also allows syncing of Discord mentions!<br \/>\n&#8211; Type `@<nickname>` in minecraft chat to also ping the linked account on Discord.<br \/>\n&#8211; Mentions from Discord also ping online players in Minecraft.<br \/>\n&#8211; Optionally configure a sound and a title message for the mentioned player.<\/p>\n<p>Note that the way I&#8217;ve set it up, it changes the message in Minecraft to use Discord&#8217;s nickname. I do not currently know a way around this and would like to change this. If you know another way to implement it, please let me know on Our Discord!<\/p>\n<p># Default Files<br \/>\n## Config.yml<br \/>\n&#8220;`yml<br \/>\n# DO NOT CHANGE THIS<br \/>\ninternal:<br \/>\n  plugin-version: &#8220;X.X.X&#8221;<br \/>\n# DO NOT CHANGE THIS<\/p>\n<p># What name to use by default for both Minecraft and Discord.<br \/>\n# This can be changed by the player as long as they have the permission discordnick.use<br \/>\n# Can either be &#8220;minecraft&#8221;, &#8220;discord&#8221;, or &#8220;off&#8221;<br \/>\ndefault-sync: minecraft<\/p>\n<p># What to replace whitespace characters with when syncing from Discord to Minecraft.<br \/>\n# Keep this as &#8220;&#8221; to remove whitespace characters.<br \/>\n# Set this to &#8221; &#8221; to keep as spaces.<br \/>\n# Set this to anything else to replace it with that.<br \/>\nreplace-whitespaces-with: &#8220;&#8221;<\/p>\n<p># Whether to combine whitespace characters together before replacing them with the value above.<br \/>\nmerge-whitespaces-before-replacing: true<\/p>\n<p># Type @<minecraft username|essentials nickname|discord nickname> in minecraft chat to also ping the linked account on Discord.<br \/>\n# Mentions also work when pinged on Discord, except for the mention color.<br \/>\nmentions:<br \/>\n  # Set to false to disable mentions.<br \/>\n  enabled: true<\/p>\n<p>  # The sound that a player hears when they are mentioned.<br \/>\n  # You must manually disable MinecraftMentionSound in DiscordSRV&#8217;s config.yml if you don&#8217;t want multiple sounds.<br \/>\n  play-sound:<br \/>\n    enabled: true<br \/>\n    # Can be any value listed under &#8220;Java Edition values&#8221; on this webpage: https:\/\/minecraft.wiki\/w\/Sounds.json#Sound_events<br \/>\n    sound: &#8220;block.note_block.bell&#8221;<br \/>\n    # Any decimal number between 0 and 1.<br \/>\n    volume: 1.0<br \/>\n    # Any decimal number between 0 and 2.<br \/>\n    pitch: 1.0<\/p>\n<p>  # Display a title to the player who is mentioned.<br \/>\n  send-title:<br \/>\n    enabled: true<br \/>\n    # Type {mentioner} for the nickname of the person who mentioned you<br \/>\n    # Color formats are supported<br \/>\n    title: &#8220;&#038;eYou have been mentioned&#8221;<br \/>\n    # Type {mentioner} for the nickname of the person who mentioned you<br \/>\n    # Color formats are supported<br \/>\n    subtitle: &#8220;&#038;eby &#038;6&#038;l{mentioner}&#8221;<br \/>\n    duration:<br \/>\n      # The duration in ticks for the title to fade in.<br \/>\n      fade-in: 5<br \/>\n      # The duration in ticks for the title to stay on the screen.<br \/>\n      stay: 70<br \/>\n      # The duration in ticks for the title to fade out.<br \/>\n      fade-out: 5<\/p>\n<p>  # The color of the mention in chat.<br \/>\n  # Set to &#8220;&#8221; to disable<br \/>\n  color: &#8220;&#038;e&#8221;<\/p>\n<p>updater:<br \/>\n  # Whether to notify admins for new snapshot releases. Admins will still be notified on stable releases.<br \/>\n  notify-on-dev-release: false<br \/>\n&#8220;`<\/p>\n<p>## Language.yml<br \/>\n&#8220;`yml<br \/>\ncolors:<br \/>\n  default: &#8220;&#038;e&#8221;<br \/>\n  highlight: &#8220;&#038;6&#8221;<br \/>\n  error: &#8220;&#038;c&#8221;<br \/>\n  error_highlight: &#8220;&#038;6&#8221;<br \/>\nmessages:<br \/>\n  # {d} for default color<br \/>\n  # {h} for highlight color<br \/>\n  # {e} for error color<br \/>\n  # {eh} for error highlight<\/p>\n<p>  reload_success: &#8220;{h}DiscordNickSync {d}configuration reloaded.&#8221;<\/p>\n<p>  # Additional placeholders: {player} {from} {to}<br \/>\n  sync_success: &#8220;{d}Synced {h}{player} {d}({from} \u2192 {to})&#8221;<\/p>\n<p>  # Additional placeholders: {count}<br \/>\n  sync_all_success: &#8220;{d}Synced {h}{count} {d}players.&#8221;<\/p>\n<p>  # Additional placeholders: {player}<br \/>\n  sync_disabled: &#8220;{h}{player}{d} has syncing disabled.&#8221;<\/p>\n<p>  # Additional placeholders: {nickname} {from} {to}<br \/>\n  nickname_updated: &#8220;{d}Your {to} nickname has been updated to {h}{nickname}{d}.&#8221;<\/p>\n<p>  # Additional placeholders: {from} {to}<br \/>\n  mode_set: &#8220;{d}Your {to} nickname will now use your {h}{from} {d}nickname&#8221;<\/p>\n<p>  sync_notif: &#8220;{d}If you would like to configure how your nick is synced, type {h}\/discordnick&#8221;<\/p>\n<p>  mode_off: &#8220;{d}Your nicknames will no longer be synced between Minecraft and Discord.&#8221;<br \/>\nerrors:<br \/>\n  # {d} for default color<br \/>\n  # {h} for highlight color<br \/>\n  # {e} for error color<br \/>\n  # {eh} for error highlight<\/p>\n<p>  no_permission: &#8220;{e}You do not have permission to use this command.&#8221;<\/p>\n<p>  # Additional placeholders: {player}<br \/>\n  player_not_found: &#8220;{eh}{player} {e}not found or offline&#8221;<\/p>\n<p>  # Additional placeholders: {player}<br \/>\n  sync_not_linked: &#8220;{eh}{player} {e}has not linked their Discord account.&#8221;<\/p>\n<p>  # The usage will be shown after this.<br \/>\n  invalid_command: &#8220;{e}Invalid command usage!&#8221;<\/p>\n<p>  only_players: &#8220;{e}Only players can use this command.&#8221;<br \/>\n&#8220;`<br \/>\n# Commands<br \/>\n&#8211; `\/discordnick < discord | minecraft | off >`<br \/>\n&#8211; `\/discordnick sync [ all | <username> ]`<br \/>\n&#8211; `\/discordnick reload`<\/p>\n<p># Permissions<br \/>\n&#8211; `discordnick.use`<br \/>\n    &#8211; Allows players to:<br \/>\n        &#8211; Set their own nickname sync mode<br \/>\n        &#8211; Run `\/discordnick sync` for themselves.<br \/>\n    &#8211; Default: `true`<br \/>\n&#8211; `discordnick.admin`<br \/>\n    &#8211; Allows admins to:<br \/>\n        &#8211; Run `\/discordnick sync` for all players or individual players.<br \/>\n        &#8211; Reload the config with `\/discordnick reload`<br \/>\n    &#8211; Default: `op`<br \/>\n# Support<br \/>\nIf you have any issues, or want to request a feature, please create an issue, and I will try my best to help!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Syncs your Discord nickname with your Essentials nickname via DiscordSRV<\/p>\n","protected":false},"featured_media":57342,"template":"","meta":{"_minecraft_slug":"discord-nick-sync","_minecraft_project_id":"tles3bfw","_minecraft_author":"Erallie","_minecraft_license":"CC-BY-NC-4.0","_minecraft_downloads":451,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"discord-nick-sync.zip","_minecraft_size_bytes":145402,"_minecraft_version_count":5,"_minecraft_updated_at":"2026-05-16T10:48:31.536715Z","_minecraft_date_created":"2025-03-24T05:50:28.639129Z","_minecraft_date_modified":"2025-04-02T19:34:22.368403Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/discord-nick-sync","_minecraft_icon_attachment_id":57342,"_minecraft_imported_at":"2026-06-03T03:48:51+00:00","_minecraft_import_hash":"f06b88ad38c260327c4e8f1572c686b4","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[89,127,128,867,129,123,92],"mod_loader":[132,133,134],"minecraft_version":[62,37,73,74,38],"class_list":["post-57341","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_category-social","mod_category-spigot","mod_category-technology","mod_category-utility","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>DiscordNickSync - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/discord-nick-sync\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DiscordNickSync - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Syncs your Discord nickname with your Essentials nickname via DiscordSRV\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/discord-nick-sync\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/discord-nick-sync\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/discord-nick-sync\\\/\",\"name\":\"DiscordNickSync - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/discord-nick-sync\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/discord-nick-sync\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/discord-nick-sync-icon-94458495e25904a20e735c926f963eea45e5658c_96.webp\",\"datePublished\":\"2026-06-03T03:48:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/discord-nick-sync\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/discord-nick-sync\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/discord-nick-sync\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/discord-nick-sync-icon-94458495e25904a20e735c926f963eea45e5658c_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/discord-nick-sync-icon-94458495e25904a20e735c926f963eea45e5658c_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/discord-nick-sync\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"DiscordNickSync\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"DiscordNickSync - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/discord-nick-sync\/","og_locale":"en_US","og_type":"article","og_title":"DiscordNickSync - Minecraft","og_description":"Syncs your Discord nickname with your Essentials nickname via DiscordSRV","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/discord-nick-sync\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/discord-nick-sync\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/discord-nick-sync\/","name":"DiscordNickSync - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/discord-nick-sync\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/discord-nick-sync\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/discord-nick-sync-icon-94458495e25904a20e735c926f963eea45e5658c_96.webp","datePublished":"2026-06-03T03:48:50+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/discord-nick-sync\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/discord-nick-sync\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/discord-nick-sync\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/discord-nick-sync-icon-94458495e25904a20e735c926f963eea45e5658c_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/discord-nick-sync-icon-94458495e25904a20e735c926f963eea45e5658c_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/discord-nick-sync\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"DiscordNickSync"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/57341","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/57342"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=57341"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=57341"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=57341"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=57341"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}