{"id":170921,"date":"2026-06-10T00:07:43","date_gmt":"2026-06-09T21:07:43","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/wlc\/"},"modified":"2026-06-10T00:07:43","modified_gmt":"2026-06-09T21:07:43","slug":"wlc","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/wlc\/","title":{"rendered":"WLC"},"content":{"rendered":"<p>A lightweight and customizable plugin configuration for managing player join, first join, and leave messages with full color support and in-game admin controls.<\/p>\n<p>## \ud83d\udda5\ufe0f Compatibility<\/p>\n<p>* Compatible with **Minecraft 1.19 \u2013 1.21+** (both Paper and Spigot)<br \/>\n* Supports **Java 17+ servers**<\/p>\n<p>## \ud83d\udcdd Changelog<\/p>\n<p>**v1.0 \u2013 Initial Release**<br \/>\n* First release of the Welcome Message Config plugin<br \/>\n* Basic first join\/join\/leave message support<br \/>\n* In-game admin commands to manage messages<\/p>\n<p>## \ud83d\udd2e Planned Features<\/p>\n<p>* Placeholder support (e.g., %online%, %world%)<br \/>\n* GUI configuration menu for easier editing<br \/>\n* Custom animations or sounds on join\/leave<br \/>\n* Title, Action bar on join\/leave<br \/>\n* Rewards on first join<br \/>\n* Rewards on welcoming<\/p>\n<p>> \u26a0\ufe0f Note: This is my first plugin and my first upload! If you notice any errors or bugs, please let me know on Discord.<\/p>\n<details>\n<summary>ReadMe<\/summary>\n<p># \ud83d\udcd8 Welcome Message Config \u2013 README<\/p>\n<p>This configuration file controls join\/leave messages and admin commands for your plugin.<\/p>\n<p>## \u2699\ufe0f Features<\/p>\n<p>* Custom **first join message**<br \/>\n* Custom **regular join message**<br \/>\n* Custom **leave message**<br \/>\n* Enable\/disable each message type<br \/>\n* Admin command to edit settings in-game<\/p>\n<p>## \ud83e\udde9 Configuration Overview<\/p>\n<p>### \ud83d\udd39 First Join Message \/ Join Message \/ Leave Message<\/p>\n<p>&#8220;`yaml<br \/>\nfirstjoin_message\/join_message\/leave_message:<br \/>\n  enabled: true<br \/>\n  text: &#8220;&#038;7[&#038;5+&#038;7] %player%&#8221;<br \/>\n&#8220;`<\/p>\n<p>* `enabled`: Enable\/disable the first-time join\/join\/leave message<br \/>\n* `text`: Message shown when a player joins for the first time\/join\/leave<\/p>\n<p>## \ud83c\udfa8 Formatting<\/p>\n<p>* `&#038;` is used for color codes (Minecraft formatting)<br \/>\n* `%player%` will be replaced with the player\u2019s name<\/p>\n<p>## \ud83d\udee0\ufe0f Admin Command<\/p>\n<p>### Base Command<\/p>\n<p>&#8220;`<br \/>\n\/wlcadmin<br \/>\n&#8220;`<\/p>\n<p>### Permission<\/p>\n<p>&#8220;`<br \/>\nwlcadmin.use<br \/>\n&#038;cYou do not have permission to perform this command. (%permission%)<br \/>\n&#8220;`<\/p>\n<p>## \ud83d\udccc Available Subcommands<\/p>\n<p>&#8220;`<br \/>\n\/wlcadmin reload<br \/>\n\/wlcadmin setfirstjoinmessage <message><br \/>\n\/wlcadmin setfirstjoinenabled <true\/false>\n\/wlcadmin setjoinmessage <message><br \/>\n\/wlcadmin setjoinenabled <true\/false>\n\/wlcadmin setleavemessage <message><br \/>\n\/wlcadmin setleaveenabled <true\/false>\n&#8220;`<\/p>\n<p>## \u26a0\ufe0f Usage Notes<\/p>\n<p>* Boolean values must be `true` or `false`<br \/>\n* Invalid usage will return an error message with correct syntax<\/p>\n<\/details>\n<details>\n<summary>Deafult Config<\/summary>\n<p>&#8220;`<br \/>\nfirstjoin_message:<br \/>\n  enabled: true<br \/>\n  text: &#8220;&#038;7[&#038;5+&#038;7] %player%&#8221;<\/p>\n<p>join_message:<br \/>\n  enabled: true<br \/>\n  text: &#8220;&#038;7[&#038;a+&#038;7] %player%&#8221;<\/p>\n<p>leave_message:<br \/>\n  enabled: true<br \/>\n  text: &#8220;&#038;7[&#038;c+&#038;7] %player%&#8221;<\/p>\n<p>wlcadmin_command:<br \/>\n  permission: wlcadmin.use<br \/>\n  nopermissionmessage: &#8220;&#038;cYou do not have permission to perform this command. (%permission%)&#8221;<br \/>\n  correctusage: &#8220;Correct usage \/wlcadmin <reload\/setjoinmessage\/setleavemessage\/setjoinenabled\/setleaveenabled>&#8221;<br \/>\n  reload:<br \/>\n    successfully: &#8220;&#038;aThe configuration has been successfully reloaded.&#8221;<br \/>\n    warning: &#8220;&#038;eThe configuration was reloaded, but some values may not be valid.&#8221;<br \/>\n    error: &#8220;&#038;cAn error occurred while reloading the configuration.&#8221;<br \/>\n  setfirstjoinmessage:<br \/>\n    successfully: &#8220;&#038;aThe join message has been updated successfully.&#8221;<br \/>\n    error: &#8220;&#038;cUsage: \/wlcadmin setfirstjoinmessage <message>&#8221;<br \/>\n  setfirstjoinenabled:<br \/>\n    successfully: &#8220;&#038;aThe join message state has been updated to %newstate%.&#8221;<br \/>\n    samestate: &#8220;&#038;eThe join message state is already set to this value.&#8221;<br \/>\n    error: &#8220;&#038;cUsage: \/wlcadmin setfirstjoinenabled <true\/false>&#8221;<br \/>\n  setjoinmessage:<br \/>\n    successfully: &#8220;&#038;aThe join message has been updated successfully.&#8221;<br \/>\n    error: &#8220;&#038;cUsage: \/wlcadmin setjoinmessage <message>&#8221;<br \/>\n  setjoinenabled:<br \/>\n    successfully: &#8220;&#038;aThe join message state has been updated to %newstate%.&#8221;<br \/>\n    samestate: &#8220;&#038;eThe join message state is already set to this value.&#8221;<br \/>\n    error: &#8220;&#038;cUsage: \/wlcadmin setjoinenabled <true\/false>&#8221;<br \/>\n  setleavemessage:<br \/>\n    successfully: &#8220;&#038;aThe leave message has been updated successfully.&#8221;<br \/>\n    error: &#8220;&#038;cUsage: \/wlcadmin setleavemessage <message>&#8221;<br \/>\n  setleaveenabled:<br \/>\n    successfully: &#8220;&#038;aThe leave message state has been updated to %newstate%.&#8221;<br \/>\n    samestate: &#8220;&#038;eThe leave message state is already set to this value.&#8221;<br \/>\n    error: &#8220;&#038;cUsage: \/wlcadmin setleaveenabled <true\/false>&#8221;<br \/>\n&#8220;`<\/p>\n<\/details>\n","protected":false},"excerpt":{"rendered":"<p>Make your players enjoy each new user that join in your server!<\/p>\n","protected":false},"featured_media":170922,"template":"","meta":{"_minecraft_slug":"wlc","_minecraft_project_id":"PT8MQ7ZS","_minecraft_author":"RMgX","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":10,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"wlc.zip","_minecraft_size_bytes":10737,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T23:08:46.552954Z","_minecraft_date_created":"2026-04-15T22:16:38.975220Z","_minecraft_date_modified":"2026-04-06T23:19:02.513319Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/wlc","_minecraft_icon_attachment_id":170922,"_minecraft_imported_at":"2026-06-09T21:07:43+00:00","_minecraft_import_hash":"d4aa30cb92d85e109e355c959ae8fd7f","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,89,126,127,128,867,129,123,92],"mod_loader":[130,132,133,134],"minecraft_version":[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-170921","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-game-mechanics","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-social","mod_category-spigot","mod_category-technology","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","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>WLC - 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\/wlc\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"WLC - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Make your players enjoy each new user that join in your server!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/wlc\/\" \/>\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\\\/wlc\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wlc\\\/\",\"name\":\"WLC - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wlc\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wlc\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/wlc-icon-489e754b68a147f3281debcf5c83130829b4d0b2_96.webp\",\"datePublished\":\"2026-06-09T21:07:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wlc\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wlc\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wlc\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/wlc-icon-489e754b68a147f3281debcf5c83130829b4d0b2_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/wlc-icon-489e754b68a147f3281debcf5c83130829b4d0b2_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wlc\\\/#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\":\"WLC\"}]},{\"@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":"WLC - 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\/wlc\/","og_locale":"en_US","og_type":"article","og_title":"WLC - Minecraft","og_description":"Make your players enjoy each new user that join in your server!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/wlc\/","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\/wlc\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/wlc\/","name":"WLC - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/wlc\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/wlc\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/wlc-icon-489e754b68a147f3281debcf5c83130829b4d0b2_96.webp","datePublished":"2026-06-09T21:07:43+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/wlc\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/wlc\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/wlc\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/wlc-icon-489e754b68a147f3281debcf5c83130829b4d0b2_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/wlc-icon-489e754b68a147f3281debcf5c83130829b4d0b2_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/wlc\/#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":"WLC"}]},{"@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\/170921","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\/170922"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=170921"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=170921"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=170921"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=170921"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}