{"id":137704,"date":"2026-06-08T06:27:22","date_gmt":"2026-06-08T03:27:22","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/serverwebhook\/"},"modified":"2026-06-08T06:27:22","modified_gmt":"2026-06-08T03:27:22","slug":"serverwebhook","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/serverwebhook\/","title":{"rendered":"ServerWebhook"},"content":{"rendered":"<p># ServerWebhook Plugin<\/p>\n<p>A simple plugin for Velocity proxies that sends a notification to a configured webhook when a player connects to a specific server.<\/p>\n<p>## Features<\/p>\n<p>&#8211; **Per-Server Settings**: Configure webhooks for specific servers or for all servers (&#8220;all&#8221;).<br \/>\n&#8211; **HTTP Method Support**: Supports `GET` and `POST` requests.<br \/>\n&#8211; **Dynamic Data Transfer**: Use placeholders like `{player.name}`, `{player.uuid}`, and `{server.name}` in the webhook&#8217;s URL, body, and headers to send dynamic information.<\/p>\n<p>### Configuration Structure<\/p>\n<p>&#8220;`json<br \/>\n{<br \/>\n  &#8220;webhooks&#8221;: [<br \/>\n    {<br \/>\n      &#8220;server&#8221;: &#8220;ServerName&#8221;,<br \/>\n      &#8220;url&#8221;: &#8220;WebhookURL&#8221;,<br \/>\n      &#8220;method&#8221;: &#8220;HTTPMethod&#8221;,<br \/>\n      &#8220;body&#8221;: &#8220;RequestBody (optional)&#8221;,<br \/>\n      &#8220;headers&#8221;: {<br \/>\n        &#8220;HeaderName&#8221;: &#8220;HeaderValue&#8221;<br \/>\n      }<br \/>\n    }<br \/>\n  ]<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>&#8211;   `server`: Specify the name of the server to send the webhook for. Set to `&#8221;all&#8221;` to receive notifications from all servers.<br \/>\n&#8211;   `url`: The URL address to send the webhook request to.<br \/>\n&#8211;   `method`: Supports `GET` or `POST`.<br \/>\n&#8211;   `body`: The body to send with a `POST` request. (optional)<br \/>\n&#8211;   `headers`: Custom headers to include in the request. (optional)<\/p>\n<p>### Available Placeholders<\/p>\n<p>You can use the following placeholders in the `url`, `body`, and `headers` values to include dynamic information:<\/p>\n<p>&#8211;   `{player.name}`: The player&#8217;s name<br \/>\n&#8211;   `{player.uuid}`: The player&#8217;s UUID<br \/>\n&#8211;   `{server.name}`: The name of the server the player connected to<\/p>\n<p>### Configuration Example<\/p>\n<p>&#8220;`json<br \/>\n{<br \/>\n  &#8220;webhooks&#8221;: [<br \/>\n    {<br \/>\n      &#8220;server&#8221;: &#8220;limbo&#8221;,<br \/>\n      &#8220;url&#8221;: &#8220;http:\/\/localhost:8080\/webhook&#8221;,<br \/>\n      &#8220;method&#8221;: &#8220;POST&#8221;,<br \/>\n      &#8220;body&#8221;: &#8220;{&#8220;username&#8221;: &#8220;{player.name}&#8221;, &#8220;content&#8221;: &#8220;{player.name} has connected to {server.name}.&#8221;}&#8221;,<br \/>\n      &#8220;headers&#8221;: {<br \/>\n        &#8220;X-Auth-Token&#8221;: &#8220;your-secret-token&#8221;<br \/>\n      }<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;server&#8221;: &#8220;main&#8221;,<br \/>\n      &#8220;url&#8221;: &#8220;https:\/\/discord.com\/api\/webhooks\/your_webhook_id\/your_webhook_token&#8221;,<br \/>\n      &#8220;method&#8221;: &#8220;POST&#8221;,<br \/>\n      &#8220;body&#8221;: &#8220;{&#8220;content&#8221;: &#8220;Player {player.name} ({player.uuid}) connected to {server.name}&#8221;}&#8221;<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;server&#8221;: &#8220;all&#8221;,<br \/>\n      &#8220;url&#8221;: &#8220;http:\/\/localhost:8080\/player_join?player={player.name}&#038;server={server.name}&#8221;,<br \/>\n      &#8220;method&#8221;: &#8220;GET&#8221;<br \/>\n    }<br \/>\n  ]<br \/>\n}<br \/>\n&#8220;`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Send webhook when player joined.<\/p>\n","protected":false},"featured_media":0,"template":"","meta":{"_minecraft_slug":"serverwebhook","_minecraft_project_id":"eFIPbC6y","_minecraft_author":"juciee_","_minecraft_license":"MIT","_minecraft_downloads":25,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"serverwebhook.zip","_minecraft_size_bytes":13564607,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-15T22:19:13.351540Z","_minecraft_date_created":"2025-11-23T05:13:05.897967Z","_minecraft_date_modified":"2025-09-12T16:06:22.059402Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/serverwebhook","_minecraft_icon_attachment_id":0,"_minecraft_imported_at":"2026-06-08T03:27:22+00:00","_minecraft_import_hash":"8708c9468d5e18b925d74c0f1f61bebe","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[126,92,985],"mod_loader":[986],"minecraft_version":[59,36,60,93,94,101,102,62,37,73,74,38,78,79,80,81],"class_list":["post-137704","mod","type-mod","status-publish","hentry","mod_category-management","mod_category-utility","mod_category-velocity","mod_loader-velocity","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-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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>ServerWebhook - 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\/serverwebhook\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ServerWebhook - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Send webhook when player joined.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/serverwebhook\/\" \/>\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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/serverwebhook\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/serverwebhook\\\/\",\"name\":\"ServerWebhook - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"datePublished\":\"2026-06-08T03:27:22+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/serverwebhook\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/serverwebhook\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/serverwebhook\\\/#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\":\"ServerWebhook\"}]},{\"@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":"ServerWebhook - 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\/serverwebhook\/","og_locale":"en_US","og_type":"article","og_title":"ServerWebhook - Minecraft","og_description":"Send webhook when player joined.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/serverwebhook\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/serverwebhook\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/serverwebhook\/","name":"ServerWebhook - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"datePublished":"2026-06-08T03:27:22+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/serverwebhook\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/serverwebhook\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/serverwebhook\/#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":"ServerWebhook"}]},{"@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\/137704","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:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=137704"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=137704"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=137704"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=137704"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}