{"id":111107,"date":"2026-06-06T15:49:05","date_gmt":"2026-06-06T12:49:05","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/nilcord\/"},"modified":"2026-06-06T15:49:05","modified_gmt":"2026-06-06T12:49:05","slug":"nilcord","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/nilcord\/","title":{"rendered":"Nilcord"},"content":{"rendered":"<p>What started as a niche project for a niche modloader for a niche Minecraft version has now been extended to all Minecraft versions (that I personally care about)!<\/p>\n<p># Nilcord | Yet another Discord bridge for Minecraft<\/p>\n<p>Nilcord connects the chat of your Minecraft server to a specified Discord text channel, using a Discord bot and (optionally) webhook.<\/p>\n<p>## Installation<\/p>\n<p>To get the mod set up, simply place the mod file in the `mods` directory (or `nilmods` with NilLoader), start your Minecraft server, and wait for it to generate the config file (and crash because it&#8217;s not yet populated).<\/p>\n<p>The config file, named `nilcord.toml`, is found in the `config` folder, and is pretty self-explanatory.<\/p>\n<details>\n<summary>(default configuration)<\/summary>\n<p>&#8220;`toml<br \/>\n# Settings pertaining to Discord itself<br \/>\n[discord]<br \/>\n\t# The Discord bot token to use<br \/>\n\t# default: EMPTY<br \/>\n\ttoken = &#8220;EMPTY&#8221;<br \/>\n\t# The Discord channel ID for the bot to send messages to \/ receive messages from<br \/>\n\t# default: EMPTY<br \/>\n\tchannel_id = &#8220;EMPTY&#8221;<\/p>\n<p>\t# Settings pertaining to the Discord webhook<br \/>\n\t[discord.webhook]<br \/>\n\t\t# Whether to use a webhook for sending players&#8217; chat messages to Discord<br \/>\n\t\t# default: false<br \/>\n\t\tenabled = false<br \/>\n\t\t# The webhook URL to use<br \/>\n\t\t# default: EMPTY<br \/>\n\t\turl = &#8220;EMPTY&#8221;<\/p>\n<p># Settings pertaining to Minecraft itself<br \/>\n[minecraft]<br \/>\n\t# Whether to allow mentioning Discord users from Minecraft<br \/>\n\t# default: false<br \/>\n\tenable_mentions = false<br \/>\n\t# Whether to allow mentioning @everyone and @here from Minecraft<br \/>\n\t# default: false<br \/>\n\tenable_everyone_and_here = false<br \/>\n\t# Whether to show Discord message attachments in-game<br \/>\n\t# default: true<br \/>\n\tshow_attachments = true<br \/>\n\t# Whether to show messages from other Discord bots in-game<br \/>\n\t# default: false<br \/>\n\tshow_bot_messages = false<\/p>\n<p># Settings pertaining to message formatting<br \/>\n[formatting]<\/p>\n<p>\t# Settings pertaining to messages visible in Discord<br \/>\n\t# Available placeholders: <displayname> <username><br \/>\n\t[formatting.discord]<br \/>\n\t\t# Server start message<br \/>\n\t\t# Available placeholders: N\/A<br \/>\n\t\t# default: **Server started!**<br \/>\n\t\tserver_start_message = &#8220;**Server started!**&#8221;<br \/>\n\t\t# Server stop message<br \/>\n\t\t# Available placeholders: N\/A<br \/>\n\t\t# default: **Server stopped!**<br \/>\n\t\tserver_stop_message = &#8220;**Server stopped!**&#8221;<br \/>\n\t\t# Player chat messages<br \/>\n\t\t# Additional placeholders: <message><br \/>\n\t\t# default: **<<username>>** <message><br \/>\n\t\tchat_message = &#8220;**<<username>>** <message>&#8221;<br \/>\n\t\t# Player join messages<br \/>\n\t\t# Additional placeholders: N\/A<br \/>\n\t\t# default: > **<username> joined the game**<br \/>\n\t\tjoin_message = &#8220;> **<username> joined the game**&#8221;<br \/>\n\t\t# Player leave messages<br \/>\n\t\t# Additional placeholders: N\/A<br \/>\n\t\t# default: > **<username> left the game**<br \/>\n\t\tleave_message = &#8220;> **<username> left the game**&#8221;<br \/>\n\t\t# Player advancement messages<br \/>\n\t\t# Additional placeholders: <advancement_description> <advancement_title><br \/>\n\t\t# default: > **<username>** has just earned the achievement **[<advancement_title>]**n> > _<advancement_description>_<br \/>\n\t\tadvancement_fallback_message = &#8220;> **<username>** has just earned the achievement **[<advancement_title>]**n> \\> _<advancement_description>_&#8221;<br \/>\n\t\t# default: > **<username>** has completed the challenge **[<advancement_title>]**n> > _<advancement_description>_<br \/>\n\t\tadvancement_challenge_message = &#8220;> **<username>** has completed the challenge **[<advancement_title>]**n> \\> _<advancement_description>_&#8221;<br \/>\n\t\t# default: > **<username>** has reached the goal **[<advancement_title>]**n> > _<advancement_description>_<br \/>\n\t\tadvancement_goal_message = &#8220;> **<username>** has reached the goal **[<advancement_title>]**n> \\> _<advancement_description>_&#8221;<br \/>\n\t\t# default: > **<username>** has made the advancement **[<advancement_title>]**n> > _<advancement_description>_<br \/>\n\t\tadvancement_task_message = &#8220;> **<username>** has made the advancement **[<advancement_title>]**n> \\> _<advancement_description>_&#8221;<br \/>\n\t\t# Player death messages<br \/>\n\t\t# Additional placeholders: <death_message><br \/>\n\t\t# default: **<username> died:** _<death_message>_<br \/>\n\t\tdeath_message = &#8220;**<username> died:** _<death_message>_&#8221;<\/p>\n<p>\t\t# Settings pertaining to messages sent from the webhook, if enabled<br \/>\n\t\t[formatting.discord.webhook]<br \/>\n\t\t\t# The URL to use for the webhook&#8217;s avatar<br \/>\n\t\t\t# Additional placeholders: <uuid><br \/>\n\t\t\t# default: https:\/\/visage.surgeplay.com\/bust\/128\/<uuid><br \/>\n\t\t\tavatar_url = &#8220;https:\/\/visage.surgeplay.com\/bust\/128\/<uuid>&#8221;<br \/>\n\t\t\t# The webhook&#8217;s username<br \/>\n\t\t\t# Additional placeholders: N\/A<br \/>\n\t\t\t# default: <username><br \/>\n\t\t\tusername = &#8220;<username>&#8221;<br \/>\n\t\t\t# Player chat messages<br \/>\n\t\t\t# Additional placeholders: <message><br \/>\n\t\t\t# default: <message><br \/>\n\t\t\tchat_message = &#8220;<message>&#8221;<\/p>\n<p>\t# Settings pertaining to messages visible in Minecraft<br \/>\n\t# Available placeholders: <message> <message_url> <nickname> <role_color> <username><br \/>\n\t[formatting.minecraft]<br \/>\n\t\t# Discord messages<br \/>\n\t\t# Additional placeholders: <attachment_format> <discord_format> <reply_format> <username_format><br \/>\n\t\t# default: [Discord] <reply_format><click:open_url:'<message_url>&#8216;><<username_format>><\/click> <message><attachment_format><br \/>\n\t\tdiscord_message = &#8220;[Discord] <reply_format><click:open_url:'<message_url>&#8216;><<username_format>><\/click> <message><attachment_format>&#8221;<br \/>\n\t\t# Username format<br \/>\n\t\t# Additional placeholders: N\/A<br \/>\n\t\t# default: <hover:show_text:'@<username>&#8216;><color:'<role_color>&#8216;><nickname><\/color><\/hover><br \/>\n\t\tusername_format = &#8220;<hover:show_text:'@<username>&#8216;><color:'<role_color>&#8216;><nickname><\/color><\/hover>&#8221;<br \/>\n\t\t# Mention format<br \/>\n\t\t# Additional placeholders: N\/A<br \/>\n\t\t# default: <underline><hover:show_text:'@<username>&#8216;>@<nickname><\/hover><\/underline><br \/>\n\t\tmention_format = &#8220;<underline><hover:show_text:'@<username>&#8216;>@<nickname><\/hover><\/underline>&#8221;<br \/>\n\t\t# Reply format<br \/>\n\t\t# Additional placeholders: <reply_message> <reply_nickname> <reply_role_color> <reply_url> <reply_username><br \/>\n\t\t# default: <click:open_url:'<reply_url>&#8216;><hover:show_text:'@<reply_username>: <reply_message>&#8216;>[<aqua>\u2190<\/aqua><color:'<reply_role_color>&#8216;><reply_nickname><\/color>]<\/hover><\/click><br \/>\n\t\treply_format = &#8220;<click:open_url:'<reply_url>&#8216;><hover:show_text:'@<reply_username>: <reply_message>&#8216;>[<aqua>\u2190<\/aqua><color:'<reply_role_color>&#8216;><reply_nickname><\/color>]<\/hover><\/click> &#8221;<br \/>\n\t\t# Attachment format<br \/>\n\t\t# Additional placeholders: <attachment_url><br \/>\n\t\t# default: <click:open_url:'<attachment_url>&#8216;>[<aqua>Attachment<\/aqua>]<\/click><br \/>\n\t\tattachment_format = &#8220;<click:open_url:'<attachment_url>&#8216;>[<aqua>Attachment<\/aqua>]<\/click>&#8221;<br \/>\n&#8220;`<\/p>\n<\/details>\n<p>(Note that this is the config file for Nilcord `2.1.0+1.20.4+fabric`. It may look different on other versions.)<\/p>\n<p>Only the `token` and `channel_id` fields (under the `discord` category) are *strictly required* to be filled out; the mod falls back to sensible defaults for everything else. But feel free to change it to your liking!<\/p>\n<p>## Notes<\/p>\n<p>For setting up a Discord application (to get a bot token), follow discord.js&#8217; guide: Setting up a bot application | discord.js Guide<\/p>\n<p>For finding a Discord channel&#8217;s &#8220;Channel ID&#8221;, follow Discord&#8217;s guide: Where can I find my User\/Server\/Message ID? &#8211; Discord<\/p>\n<p>With 1.21.1 and below, the Fabric (and NeoForge!?) versions can also make use of the Simplified Text Format, as well as placeholders supplied by Text Placeholder API and the various mods that support it.<\/p>\n<p>With 1.21.2 and above, the Fabric versions allow using QuickText as well.<\/p>\n<p>The Forge 1.7.10 version has additional support for ChromatiCraft&#8217;s progression messages, as well as ServerUtilities&#8217; AFK messages.<\/p>\n<p>***<\/p>\n<p>Comments? Questions? Suggestions? Demands? Open an issue on the issue tracker!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Yet another Discord bridge for Minecraft<\/p>\n","protected":false},"featured_media":111108,"template":"","meta":{"_minecraft_slug":"nilcord","_minecraft_project_id":"W4HQBVeF","_minecraft_author":"unilock","_minecraft_license":"MIT","_minecraft_downloads":3101,"_minecraft_follows":10,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"nilcord.zip","_minecraft_size_bytes":548373916,"_minecraft_version_count":59,"_minecraft_updated_at":"2026-05-17T01:43:40.543866Z","_minecraft_date_created":"2024-04-11T07:05:05.911897Z","_minecraft_date_modified":"2026-04-09T10:29:35.661807Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/nilcord","_minecraft_icon_attachment_id":111108,"_minecraft_imported_at":"2026-06-06T12:49:10+00:00","_minecraft_import_hash":"0d7beca5f53cad3cb1f433c441155955","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[97,104,126,158,1008,98,867,92],"mod_loader":[99,106,160,1010,100],"minecraft_version":[385,54,55,56,59,36,93,94,62,37,40,41,73,74,38,78,82,858,21,83,167,163],"class_list":["post-111107","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-fabric","mod_category-forge","mod_category-management","mod_category-neoforge","mod_category-nilloader","mod_category-quilt","mod_category-social","mod_category-utility","mod_loader-fabric","mod_loader-forge","mod_loader-neoforge","mod_loader-nilloader","mod_loader-quilt","minecraft_version-1-12-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-9","minecraft_version-1-4-7","minecraft_version-1-7-10","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Nilcord - 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\/nilcord\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Nilcord - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Yet another Discord bridge for Minecraft\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/nilcord\/\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nilcord\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nilcord\\\/\",\"name\":\"Nilcord - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nilcord\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nilcord\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/nilcord-icon-072da5046084e2527ced5e6a050f28160ef46d7a_96.webp\",\"datePublished\":\"2026-06-06T12:49:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nilcord\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nilcord\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nilcord\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/nilcord-icon-072da5046084e2527ced5e6a050f28160ef46d7a_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/nilcord-icon-072da5046084e2527ced5e6a050f28160ef46d7a_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nilcord\\\/#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\":\"Nilcord\"}]},{\"@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":"Nilcord - 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\/nilcord\/","og_locale":"en_US","og_type":"article","og_title":"Nilcord - Minecraft","og_description":"Yet another Discord bridge for Minecraft","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/nilcord\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/nilcord\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/nilcord\/","name":"Nilcord - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/nilcord\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/nilcord\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/nilcord-icon-072da5046084e2527ced5e6a050f28160ef46d7a_96.webp","datePublished":"2026-06-06T12:49:05+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/nilcord\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/nilcord\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/nilcord\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/nilcord-icon-072da5046084e2527ced5e6a050f28160ef46d7a_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/nilcord-icon-072da5046084e2527ced5e6a050f28160ef46d7a_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/nilcord\/#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":"Nilcord"}]},{"@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\/111107","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\/111108"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=111107"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=111107"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=111107"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=111107"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}