{"id":102253,"date":"2026-06-05T23:59:06","date_gmt":"2026-06-05T20:59:06","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/minecraftstatemessages\/"},"modified":"2026-06-05T23:59:06","modified_gmt":"2026-06-05T20:59:06","slug":"minecraftstatemessages","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/minecraftstatemessages\/","title":{"rendered":"MinecraftStateMessages"},"content":{"rendered":"<p># MinecraftStateMessages<\/p>\n<div align=\"center\">\n<p>![Version](https:\/\/img.shields.io\/badge\/version-1.0.0-blue.svg)<br \/>\n![Minecraft](https:\/\/img.shields.io\/badge\/minecraft-1.20+-green.svg)<br \/>\n![Discord](https:\/\/dsc.gg\/gglvxd)<\/p>\n<p>A powerful Minecraft server plugin that sends real-time server status notifications to Discord via webhooks with customizable embeds.<\/p>\n<p>[Features](#-features) \u2022 [Installation](#-installation) \u2022 [Configuration](#-configuration) \u2022 [Support](#-support)<\/p>\n<p>&#8212;<\/p>\n<\/div>\n<p>## \ud83d\udccb Features<\/p>\n<p>&#8211; **\ud83d\udd14 Real-time Notifications** &#8211; Instant Discord notifications when your server starts or stops<br \/>\n&#8211; **\ud83c\udfa8 Customizable Embeds** &#8211; Beautiful, fully customizable Discord embeds with color coding<br \/>\n&#8211; **\ud83d\udd27 Flexible Configuration** &#8211; Easy-to-use YAML configuration with sensible defaults<br \/>\n&#8211; **\ud83c\udfaf Lightweight** &#8211; Minimal performance impact on your server<\/p>\n<p>## \ud83d\udce6 Installation<\/p>\n<p>1. Download the latest `MinecraftStateMessages.jar` from the releases page<br \/>\n2. Place the JAR file in your server&#8217;s `plugins\/` directory<br \/>\n3. Restart your server<br \/>\n4. Configure the plugin by editing `plugins\/MinecraftStateMessages\/config.yml`<br \/>\n5. Run `\/reload` or restart the server to apply changes<\/p>\n<p>## \u2699\ufe0f Configuration<\/p>\n<p>After the first run, a `config.yml` file will be generated in `plugins\/MinecraftStateMessages\/`. Here&#8217;s a detailed breakdown of all configuration options:<\/p>\n<p>### Basic Settings<\/p>\n<p>&#8220;`yaml<br \/>\n# Message sent to Discord when the server starts<br \/>\nserver-start-message: &#8220;Server has been started!&#8221;<\/p>\n<p># Message sent to Discord when the server stops<br \/>\nserver-stop-message: &#8220;Server has been stopped!&#8221;<\/p>\n<p># Your Discord webhook URL &#8211; get this from Discord Server Settings > Integrations > Webhooks<br \/>\ndiscord-webhook-url: &#8220;https:\/\/discord.com\/api\/webhooks\/your-webhook-url&#8221;<br \/>\n&#8220;`<\/p>\n<p>### Embed Settings<\/p>\n<p>&#8220;`yaml<br \/>\n# Enable or disable Discord embeds (if false, sends plain text messages)<br \/>\nembed-enabled: true<\/p>\n<p># Color for server start notifications<br \/>\n# Supported: green, red, blue, yellow, orange, purple, gray\/grey, black, white<br \/>\n# Or use hex codes: &#8220;#2ECC71&#8221; or &#8220;2ECC71&#8221;<br \/>\nembed-start-color: &#8220;green&#8221;<\/p>\n<p># Color for server stop notifications<br \/>\nembed-stop-color: &#8220;red&#8221;<\/p>\n<p># Title displayed at the top of the embed<br \/>\n# Leave empty (&#8220;&#8221;) to hide the title completely<br \/>\nembed-title: &#8220;Minecraft Server&#8221;<br \/>\n&#8220;`<\/p>\n<p>#### \ud83c\udfa8 Color Reference<\/p>\n<p>| Color Name | Hex Code | Preview |<br \/>\n|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;|<br \/>\n| `green` | `#2ECC71` | \ud83d\udfe2 Perfect for start messages |<br \/>\n| `red` | `#E74C3C` | \ud83d\udd34 Perfect for stop messages |<br \/>\n| `blue` | `#3498DB` | \ud83d\udd35 General information |<br \/>\n| `yellow` | `#FFFF00` | \ud83d\udfe1 Warnings |<br \/>\n| `orange` | `#E67E22` | \ud83d\udfe0 Alerts |<br \/>\n| `purple` | `#9B59B6` | \ud83d\udfe3 Special events |<br \/>\n| `gray`\/`grey` | `#95A5A6` | \u26aa Neutral |<br \/>\n| `black` | `#23272A` | \u26ab Discord dark theme |<br \/>\n| `white` | `#FFFFFF` | \u26aa Bright |<\/p>\n<p>You can also use any custom hex color:<br \/>\n&#8220;`yaml<br \/>\nembed-start-color: &#8220;#FF6B6B&#8221;  # Custom coral red<br \/>\nembed-stop-color: &#8220;4ECDC4&#8221;    # Custom turquoise (# is optional)<br \/>\n&#8220;`<\/p>\n<p>### Configuration Examples<\/p>\n<p>#### Example 1: Minimal Setup (No Title)<br \/>\n&#8220;`yaml<br \/>\nserver-start-message: &#8220;\u2705 Server Online&#8221;<br \/>\nserver-stop-message: &#8220;\u274c Server Offline&#8221;<br \/>\ndiscord-webhook-url: &#8220;https:\/\/discord.com\/api\/webhooks\/123456789\/abcdefg&#8221;<br \/>\nembed-enabled: true<br \/>\nembed-start-color: &#8220;green&#8221;<br \/>\nembed-stop-color: &#8220;red&#8221;<br \/>\nembed-title: &#8220;&#8221;  # Empty = no title shown<br \/>\n&#8220;`<\/p>\n<p>#### Example 2: Branded Server<br \/>\n&#8220;`yaml<br \/>\nserver-start-message: &#8220;\ud83c\udfae The server is now online and ready for players!&#8221;<br \/>\nserver-stop-message: &#8220;\ud83d\uded1 The server is now offline for maintenance.&#8221;<br \/>\ndiscord-webhook-url: &#8220;https:\/\/discord.com\/api\/webhooks\/123456789\/abcdefg&#8221;<br \/>\nembed-enabled: true<br \/>\nembed-start-color: &#8220;#00FF00&#8221;<br \/>\nembed-stop-color: &#8220;#FF0000&#8221;<br \/>\nembed-title: &#8220;\ud83c\udf1f AwesomeCraft Network&#8221;<br \/>\n&#8220;`<\/p>\n<p>#### Example 3: Simple Text Messages (No Embeds)<br \/>\n&#8220;`yaml<br \/>\nserver-start-message: &#8220;[SERVER] Started successfully!&#8221;<br \/>\nserver-stop-message: &#8220;[SERVER] Shutting down&#8230;&#8221;<br \/>\ndiscord-webhook-url: &#8220;https:\/\/discord.com\/api\/webhooks\/123456789\/abcdefg&#8221;<br \/>\nembed-enabled: false  # Sends plain text instead of embeds<br \/>\nembed-start-color: &#8220;green&#8221;<br \/>\nembed-stop-color: &#8220;red&#8221;<br \/>\nembed-title: &#8220;&#8221;<br \/>\n&#8220;`<\/p>\n<p>## \ud83d\udd17 Setting Up Discord Webhook<\/p>\n<p>1. Open your Discord server<br \/>\n2. Go to **Server Settings** \u2192 **Integrations** \u2192 **Webhooks**<br \/>\n3. Click **New Webhook** or **Create Webhook**<br \/>\n4. Customize the webhook name and channel<br \/>\n5. Click **Copy Webhook URL**<br \/>\n6. Paste the URL into `discord-webhook-url` in your config.yml<\/p>\n<p>## \ud83d\udee0\ufe0f Advanced Usage<\/p>\n<p>### Title Visibility<\/p>\n<p>The `embed-title` field has special behavior:<br \/>\n&#8211; **Set to any text**: Displays that text as the embed title<br \/>\n  &#8220;`yaml<br \/>\n  embed-title: &#8220;My Awesome Server&#8221;<br \/>\n  &#8220;`<br \/>\n&#8211; **Set to empty string (`&#8221;&#8221;`))**: No title will be shown<br \/>\n  &#8220;`yaml<br \/>\n  embed-title: &#8220;&#8221;<br \/>\n  &#8220;`<br \/>\n&#8211; **Not specified\/removed**: No title will be shown (same as empty)<\/p>\n<p>### Multiple Webhooks (Advanced)<\/p>\n<p>Want to send notifications to multiple Discord channels? You can modify the webhook URL dynamically or create multiple configurations. For advanced setups, consider forking this plugin and adding multi-webhook support.<\/p>\n<p>## \ud83d\udd0d Troubleshooting<\/p>\n<p>### Webhook not sending<\/p>\n<p>**Problem**: No messages appear in Discord<\/p>\n<p>**Solutions**:<br \/>\n&#8211; \u2705 Verify your webhook URL is correct<br \/>\n&#8211; \u2705 Ensure `discord-webhook-url` is not set to the default placeholder<br \/>\n&#8211; \u2705 Check server console for error messages<br \/>\n&#8211; \u2705 Confirm the webhook hasn&#8217;t been deleted in Discord<br \/>\n&#8211; \u2705 Test the webhook URL using a tool like webhook.site<\/p>\n<p>### Colors not working<\/p>\n<p>**Problem**: Embeds show wrong colors or no color<\/p>\n<p>**Solutions**:<br \/>\n&#8211; \u2705 Use supported color names (see [Color Reference](#-color-reference))<br \/>\n&#8211; \u2705 If using hex codes, ensure format is correct: `&#8221;#FF0000&#8243;` or `&#8221;FF0000&#8243;`<br \/>\n&#8211; \u2705 Reload the plugin after changing colors<\/p>\n<p>### Title showing when it shouldn&#8217;t<\/p>\n<p>**Problem**: Title appears even when set to empty<\/p>\n<p>**Solutions**:<br \/>\n&#8211; \u2705 Ensure `embed-title: &#8220;&#8221;` is exactly like this (empty quotes)<br \/>\n&#8211; \u2705 Remove any spaces between quotes: \u274c `&#8221; &#8220;` \u2192 \u2705 `&#8221;&#8221;`<br \/>\n&#8211; \u2705 Reload\/restart server after config changes<\/p>\n<p>## \ud83e\udd1d Support &#038; Links<\/p>\n<div align=\"center\">\n<p>### Get Help &#038; Stay Connected<\/p>\n<p>![Discord Support](https:\/\/dsc.gg\/gglvxd)<br \/>\n![Developer](https:\/\/gglvxd.net)<br \/>\n![Fryde](https:\/\/fryde.org)<\/p>\n<\/div>\n<p>&#8211; **\ud83d\udcac Support Server**: dsc.gg\/gglvxd &#8211; Get help, report bugs, or suggest features<br \/>\n&#8211; **\ud83d\udc68\u200d\ud83d\udcbb Developer**: gglvxd.net &#8211; Visit the developer&#8217;s website<br \/>\n&#8211; **\ud83c\udfe2 Organization**: Fryde &#8211; Powered by Fryde<\/p>\n<p>## \ud83d\udcdd Permissions<\/p>\n<p>This plugin requires no special permissions. It only needs:<br \/>\n&#8211; File system access for config management<br \/>\n&#8211; Network access for webhook requests<\/p>\n<p>## \ud83d\udcdc License<\/p>\n<p>This project is licensed under the MIT License &#8211; see the [LICENSE](LICENSE) file for details.<\/p>\n<p>## \ud83d\ude4f Credits<\/p>\n<p>Developed with \u2764\ufe0f by gglvxd<\/p>\n<p>&#8212;<\/p>\n<div align=\"center\">\n<p>**Made with \ud83d\udc9c by gglvxd | Powered by Fryde**<\/p>\n<p>*If you like this plugin, consider giving it a \u2b50 and joining our Discord!*<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>A powerful Minecraft server plugin that sends real-time server status notifications to Discord via webhooks with customizable embeds.<\/p>\n","protected":false},"featured_media":102254,"template":"","meta":{"_minecraft_slug":"minecraftstatemessages","_minecraft_project_id":"MBS6nbK0","_minecraft_author":"GGLVXD","_minecraft_license":"MIT","_minecraft_downloads":29,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"minecraftstatemessages.zip","_minecraft_size_bytes":7866,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T22:08:18.301283Z","_minecraft_date_created":"2026-02-02T18:45:23.439367Z","_minecraft_date_modified":"2026-02-01T20:51:06.632936Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/minecraftstatemessages","_minecraft_icon_attachment_id":102254,"_minecraft_imported_at":"2026-06-05T20:59:07+00:00","_minecraft_import_hash":"4e7c3d4407b5556b7d14a3a2cb450f50","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[126,127,128,129,123,92],"mod_loader":[132,133,134],"minecraft_version":[339,340,341,357,359,360,379,382,385,438,446,449,110,111,112,113,114,115,116,117,118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,95,96,154,155,108,37,745,40,801,41,808,809,810,811,812,813,814,815,73,71,72,746,747,748,749,750,74,38,751,752,753,754,755,756,78,767,768,769,770,771,79,780,781,782,783,784,80,785,786,81,787,82,796,797,798,799,800,22,23,24,25,26,27,28,29,30,31,860,861,862,863,864,791,792,793,794,795,802,803,804,805,806,807],"class_list":["post-102253","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-technology","mod_category-utility","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-10","minecraft_version-1-10-1","minecraft_version-1-10-2","minecraft_version-1-11","minecraft_version-1-11-1","minecraft_version-1-11-2","minecraft_version-1-12","minecraft_version-1-12-1","minecraft_version-1-12-2","minecraft_version-1-13","minecraft_version-1-13-1","minecraft_version-1-13-2","minecraft_version-1-14","minecraft_version-1-14-1","minecraft_version-1-14-2","minecraft_version-1-14-3","minecraft_version-1-14-4","minecraft_version-1-15","minecraft_version-1-15-1","minecraft_version-1-15-2","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","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-pre1","minecraft_version-1-21-pre2","minecraft_version-1-21-pre3","minecraft_version-1-21-pre4","minecraft_version-1-21-rc1","minecraft_version-1-21-1","minecraft_version-1-21-1-rc1","minecraft_version-1-21-10","minecraft_version-1-21-10-rc1","minecraft_version-1-21-11","minecraft_version-1-21-11-pre1","minecraft_version-1-21-11-pre2","minecraft_version-1-21-11-pre3","minecraft_version-1-21-11-pre4","minecraft_version-1-21-11-pre5","minecraft_version-1-21-11-rc1","minecraft_version-1-21-11-rc2","minecraft_version-1-21-11-rc3","minecraft_version-1-21-2","minecraft_version-1-21-2-pre1","minecraft_version-1-21-2-pre2","minecraft_version-1-21-2-pre3","minecraft_version-1-21-2-pre4","minecraft_version-1-21-2-pre5","minecraft_version-1-21-2-rc1","minecraft_version-1-21-2-rc2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-4-pre1","minecraft_version-1-21-4-pre2","minecraft_version-1-21-4-pre3","minecraft_version-1-21-4-rc1","minecraft_version-1-21-4-rc2","minecraft_version-1-21-4-rc3","minecraft_version-1-21-5","minecraft_version-1-21-5-pre1","minecraft_version-1-21-5-pre2","minecraft_version-1-21-5-pre3","minecraft_version-1-21-5-rc1","minecraft_version-1-21-5-rc2","minecraft_version-1-21-6","minecraft_version-1-21-6-pre1","minecraft_version-1-21-6-pre2","minecraft_version-1-21-6-pre3","minecraft_version-1-21-6-pre4","minecraft_version-1-21-6-rc1","minecraft_version-1-21-7","minecraft_version-1-21-7-rc1","minecraft_version-1-21-7-rc2","minecraft_version-1-21-8","minecraft_version-1-21-8-rc1","minecraft_version-1-21-9","minecraft_version-1-21-9-pre1","minecraft_version-1-21-9-pre2","minecraft_version-1-21-9-pre3","minecraft_version-1-21-9-pre4","minecraft_version-1-21-9-rc1","minecraft_version-1-8","minecraft_version-1-8-1","minecraft_version-1-8-2","minecraft_version-1-8-3","minecraft_version-1-8-4","minecraft_version-1-8-5","minecraft_version-1-8-6","minecraft_version-1-8-7","minecraft_version-1-8-8","minecraft_version-1-8-9","minecraft_version-1-9","minecraft_version-1-9-1","minecraft_version-1-9-2","minecraft_version-1-9-3","minecraft_version-1-9-4","minecraft_version-25w34b","minecraft_version-25w35a","minecraft_version-25w36a","minecraft_version-25w36b","minecraft_version-25w37a","minecraft_version-25w41a","minecraft_version-25w42a","minecraft_version-25w43a","minecraft_version-25w44a","minecraft_version-25w45a","minecraft_version-25w46a"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>MinecraftStateMessages - 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\/minecraftstatemessages\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MinecraftStateMessages - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A powerful Minecraft server plugin that sends real-time server status notifications to Discord via webhooks with customizable embeds.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/minecraftstatemessages\/\" \/>\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\\\/minecraftstatemessages\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/minecraftstatemessages\\\/\",\"name\":\"MinecraftStateMessages - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/minecraftstatemessages\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/minecraftstatemessages\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/minecraftstatemessages-icon-82ad6f4700b92a0d22e9d51d4b7e5adea02a9d2a_96.webp\",\"datePublished\":\"2026-06-05T20:59:06+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/minecraftstatemessages\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/minecraftstatemessages\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/minecraftstatemessages\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/minecraftstatemessages-icon-82ad6f4700b92a0d22e9d51d4b7e5adea02a9d2a_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/minecraftstatemessages-icon-82ad6f4700b92a0d22e9d51d4b7e5adea02a9d2a_96.webp\",\"width\":96,\"height\":64},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/minecraftstatemessages\\\/#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\":\"MinecraftStateMessages\"}]},{\"@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":"MinecraftStateMessages - 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\/minecraftstatemessages\/","og_locale":"en_US","og_type":"article","og_title":"MinecraftStateMessages - Minecraft","og_description":"A powerful Minecraft server plugin that sends real-time server status notifications to Discord via webhooks with customizable embeds.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/minecraftstatemessages\/","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\/minecraftstatemessages\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/minecraftstatemessages\/","name":"MinecraftStateMessages - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/minecraftstatemessages\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/minecraftstatemessages\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/minecraftstatemessages-icon-82ad6f4700b92a0d22e9d51d4b7e5adea02a9d2a_96.webp","datePublished":"2026-06-05T20:59:06+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/minecraftstatemessages\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/minecraftstatemessages\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/minecraftstatemessages\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/minecraftstatemessages-icon-82ad6f4700b92a0d22e9d51d4b7e5adea02a9d2a_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/minecraftstatemessages-icon-82ad6f4700b92a0d22e9d51d4b7e5adea02a9d2a_96.webp","width":96,"height":64},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/minecraftstatemessages\/#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":"MinecraftStateMessages"}]},{"@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\/102253","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\/102254"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=102253"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=102253"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=102253"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=102253"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}