{"id":54735,"date":"2026-06-03T04:11:00","date_gmt":"2026-06-03T01:11:00","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/dcwc\/"},"modified":"2026-06-03T04:11:00","modified_gmt":"2026-06-03T01:11:00","slug":"dcwc","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/dcwc\/","title":{"rendered":"DiscordWhitelist"},"content":{"rendered":"<p># \ud83d\udee1\ufe0f WhitelistBot<\/p>\n<p>**Automatically whitelist players from a Discord channel \u2014 no commands, no hassle.**<\/p>\n<p>WhitelistBot bridges your Discord server and Minecraft server. Set up a dedicated channel, and when a player sends their Minecraft username, the bot instantly whitelists them and replies with a colour-coded embed. One username per Discord account, always.<\/p>\n<p>&#8212;<\/p>\n<p>## \u2728 Features<\/p>\n<p>&#8211; \ud83d\udce8 **Discord \u2192 Minecraft whitelisting** \u2014 players send their username in a channel, bot does the rest<br \/>\n&#8211; \ud83d\udd12 **One username per Discord user** \u2014 enforced via SQLite database, no duplicates<br \/>\n&#8211; \u2705 **Smart validation** \u2014 checks for invalid characters, already-whitelisted players, and taken usernames<br \/>\n&#8211; \ud83c\udf10 **Web dashboard** \u2014 add and remove entries from a browser with a searchable table<br \/>\n&#8211; \ud83d\udd11 **Auto-generated password** \u2014 random login saved to `webpage.yml` on first launch<br \/>\n&#8211; \ud83d\udd04 **In-game reload** \u2014 `\/wlbot reload` reloads config and restarts the bot without restarting the server<br \/>\n&#8211; \ud83c\udfa8 **Colour-coded embeds** \u2014 green for success, red for errors, brown for invalid input, orange for already registered<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udccb Embed Responses<\/p>\n<p>| Situation | Colour | Message |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| Valid new username | \ud83d\udfe2 Green | \u2705 Successfully Whitelisted |<br \/>\n| Invalid username format | \ud83d\udfeb Brown | \u26a0\ufe0f Invalid Characters |<br \/>\n| Discord user already registered | \ud83d\udfe0 Orange | \u26a0\ufe0f Already Registered |<br \/>\n| Username taken by another user | \ud83d\udd34 Red | \u274c Username Taken |<br \/>\n| Already on whitelist | \ud83d\udd34 Red | \u274c Already Whitelisted |<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Setup<\/p>\n<p>### 1. Create a Discord Bot<br \/>\n1. Go to discord.com\/developers\/applications \u2192 **New Application**<br \/>\n2. Navigate to **Bot** \u2192 copy your token<br \/>\n3. Enable **Message Content Intent** under Privileged Gateway Intents<br \/>\n4. Under **OAuth2 \u2192 URL Generator**, select `bot` scope with **Read Messages** + **Send Messages** permissions and invite it to your server<\/p>\n<p>### 2. Get Your IDs<br \/>\nEnable **Developer Mode** in Discord Settings \u2192 Advanced, then:<br \/>\n&#8211; Right-click your server \u2192 **Copy Server ID**<br \/>\n&#8211; Right-click your whitelist channel \u2192 **Copy Channel ID**<\/p>\n<p>### 3. Configure the Plugin<br \/>\nEdit `plugins\/WhitelistBot\/config.yml`:<br \/>\n&#8220;`yaml<br \/>\ndiscord:<br \/>\n  bot-token: &#8220;YOUR_BOT_TOKEN_HERE&#8221;<br \/>\n  guild-id: &#8220;YOUR_GUILD_ID_HERE&#8221;<br \/>\n  channel-id: &#8220;YOUR_CHANNEL_ID_HERE&#8221;<br \/>\n&#8220;`<\/p>\n<p>### 4. Web Dashboard<br \/>\nOn first launch, `plugins\/WhitelistBot\/webpage.yml` is created with a randomly generated password:<br \/>\n&#8220;`yaml<br \/>\nweb:<br \/>\n  password: &#8220;a3f9c2d1e8b04f7a&#8221;<br \/>\n  port: 8080<br \/>\n&#8220;`<br \/>\nOpen `http:\/\/your-server-ip:8080` in your browser to access the dashboard.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udf10 Web Dashboard<\/p>\n<p>The built-in dashboard lets you manage whitelist entries without touching the server console.<\/p>\n<p>&#8211; **Add entries** \u2014 enter a Discord ID + Minecraft username to add and whitelist instantly<br \/>\n&#8211; **Remove entries** \u2014 remove by Discord ID, automatically runs `\/whitelist remove`<br \/>\n&#8211; **Search** \u2014 filter the table by Discord ID or Minecraft username<br \/>\n&#8211; **Secure login** \u2014 session-based auth with your `webpage.yml` password<\/p>\n<p>To change the password or port, edit `webpage.yml` and run `\/wlbot reload`.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd27 Commands &#038; Permissions<\/p>\n<p>| Command | Description | Permission |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| `\/wlbot reload` | Reloads config and restarts the bot | `whitelistbot.reload` (default: op) |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\uddc4\ufe0f Database<\/p>\n<p>All entries are stored in `plugins\/WhitelistBot\/whitelist.db` (SQLite). You can open it with DB Browser for SQLite to view or manage entries manually.<\/p>\n<p>The database stores:<br \/>\n&#8211; Discord ID<br \/>\n&#8211; Minecraft username<br \/>\n&#8211; Timestamp of when they were whitelisted<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udda5\ufe0f Compatibility<\/p>\n<p>| Minecraft Version | Supported |<br \/>\n|&#8212;|&#8212;|<br \/>\n| 1.18.x | \u2705 |<br \/>\n| 1.19.x | \u2705 |<br \/>\n| 1.20.x | \u2705 |<br \/>\n| 1.21.x | \u2705 |<\/p>\n<p>Requires **Paper** or **Spigot**. Java 17+ required for 1.18\u20131.19, Java 21+ for 1.20+.<\/p>\n<p>&#8212;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Its an auto whitelist bot that does the whitelisting for u with a in built web server if u got any problems dm me : bl0ckbust3.3_<\/p>\n","protected":false},"featured_media":54736,"template":"","meta":{"_minecraft_slug":"dcwc","_minecraft_project_id":"XQ9DKI5x","_minecraft_author":"BlockBust_Owner","_minecraft_license":"MIT","_minecraft_downloads":9,"_minecraft_follows":2,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"dcwc.zip","_minecraft_size_bytes":27184252,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T23:12:34.720448Z","_minecraft_date_created":"2026-05-08T19:21:33.636807Z","_minecraft_date_modified":"2026-05-06T13:15:21.768660Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/dcwc","_minecraft_icon_attachment_id":54736,"_minecraft_imported_at":"2026-06-03T01:11:01+00:00","_minecraft_import_hash":"bc4201f48cb75251343dd42696c1707f","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,125,126,90,127,128,867,129,123],"mod_loader":[130,131,132,133,134],"minecraft_version":[51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-54735","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-folia","mod_category-management","mod_category-optimization","mod_category-paper","mod_category-purpur","mod_category-social","mod_category-spigot","mod_category-technology","mod_loader-bukkit","mod_loader-folia","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","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-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>DiscordWhitelist - 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\/dcwc\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DiscordWhitelist - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Its an auto whitelist bot that does the whitelisting for u with a in built web server if u got any problems dm me : bl0ckbust3.3_\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/dcwc\/\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dcwc\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dcwc\\\/\",\"name\":\"DiscordWhitelist - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dcwc\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dcwc\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/dcwc-icon-f46063c813d2d19324d1ada3b87ea9fe257a09b6_96.webp\",\"datePublished\":\"2026-06-03T01:11:00+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dcwc\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dcwc\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dcwc\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/dcwc-icon-f46063c813d2d19324d1ada3b87ea9fe257a09b6_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/dcwc-icon-f46063c813d2d19324d1ada3b87ea9fe257a09b6_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dcwc\\\/#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\":\"DiscordWhitelist\"}]},{\"@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":"DiscordWhitelist - 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\/dcwc\/","og_locale":"en_US","og_type":"article","og_title":"DiscordWhitelist - Minecraft","og_description":"Its an auto whitelist bot that does the whitelisting for u with a in built web server if u got any problems dm me : bl0ckbust3.3_","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/dcwc\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/dcwc\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/dcwc\/","name":"DiscordWhitelist - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/dcwc\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/dcwc\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/dcwc-icon-f46063c813d2d19324d1ada3b87ea9fe257a09b6_96.webp","datePublished":"2026-06-03T01:11:00+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/dcwc\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/dcwc\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/dcwc\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/dcwc-icon-f46063c813d2d19324d1ada3b87ea9fe257a09b6_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/dcwc-icon-f46063c813d2d19324d1ada3b87ea9fe257a09b6_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/dcwc\/#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":"DiscordWhitelist"}]},{"@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\/54735","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\/54736"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=54735"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=54735"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=54735"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=54735"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}