{"id":125895,"date":"2026-06-07T12:34:50","date_gmt":"2026-06-07T09:34:50","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/proxyplayernotify\/"},"modified":"2026-06-07T12:34:50","modified_gmt":"2026-06-07T09:34:50","slug":"proxyplayernotify","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/proxyplayernotify\/","title":{"rendered":"ProxyPlayerNotify"},"content":{"rendered":"<p>## ProxyPlayerNotify<\/p>\n<p>**More info &#038; guide:** GitHub \u2013 ProxyPlayerNotify<\/p>\n<p>**Latest builds (features + bug fixes)**: GitHub Actions \u2013 ProxyPlayerNotify<\/p>\n<p>**What it does**<br \/>\nNetwork-wide **join\/leave\/switch** messages with per-player toggles, vanish support, LuckPerms\/PAPI placeholders, and optional webhook ping.<\/p>\n<p>> **Note:** This is a **proxy** plugin \u2014 install on **BungeeCord\/Waterfall** or **Velocity** (not on Spigot\/Paper).<\/p>\n<p>**Works on**: BungeeCord\/Waterfall, Velocity<\/p>\n<p>**How to use**<\/p>\n<p>1. Install on your **proxy** and restart to generate the config.<br \/>\n2. Customize messages\/placeholders and (optionally) webhook settings.<br \/>\n3. Grant the view\/toggle permissions as needed.<\/p>\n<p>**Config (YAML)**<\/p>\n<p>&#8220;`yaml<br \/>\n# ProxyPlayerNotify Config<\/p>\n<p># This config file contains settings for the ProxyPlayerNotify plugin.<br \/>\n# Use this file to customize the join\/leave messages and permissions.<br \/>\n# Use n to create multiple lines\/messages to players.<br \/>\n# Set message to &#8220;&#8221; to not send any message\/empty.<\/p>\n<p># Network Join Message<br \/>\n# This message is displayed when a player joins the network.<br \/>\n# Placeholders available: %player%, %lp_prefix%, %lp_suffix%, %server%, %time%.<br \/>\njoin_message: &#8220;%player% has joined the network (Logged in server: %server%) at %time%&#8221;<\/p>\n<p># Network Private Join Message<br \/>\n# This message is displayed only to the player who joins the network.<br \/>\n# It has a higher priority than the public join message.<br \/>\n# Placeholders available: %player%, %lp_prefix%, %lp_suffix%, %server%, %time%.<br \/>\njoin_private_message:<br \/>\n  &#8211; &#8220;&#038;aWelcome, %player%!&#8221;<br \/>\n  &#8211; &#8220;&#038;bYou have joined the server %server% at %time%.&#8221;<br \/>\n  &#8211; &#8220;Enjoy your stay!&#8221;<\/p>\n<p># First Join Message<br \/>\n# This message is displayed when a player joins the network for the first time.<br \/>\n# Placeholders available: %player%, %lp_prefix%, %lp_suffix%, %server%, %time%.<br \/>\nfirst_join_message: &#8220;%player% has joined the network for the first time on %server% at %time%&#8221;<\/p>\n<p># First Join Private Message<br \/>\n# This message is displayed only to the player joining for the first time.<br \/>\n# Placeholders available: %player%, %lp_prefix%, %lp_suffix%, %server%, %time%.<br \/>\nfirst_join_private_message: &#8220;&#038;aWelcome for the first time, %player%!&#8221;<\/p>\n<p># Servers Switch Message<br \/>\n# This message is displayed when a player switches to a different server.<br \/>\n# Placeholders available: %player%, %last_server%, %server%, %time%, %lp_prefix%, %lp_suffix%.<br \/>\nswitch_message: &#8220;%player% has switched from %last_server% and joined to the %server% server at %time%&#8221;<\/p>\n<p># Network Leave Message<br \/>\n# This message is displayed when a player leaves the network.<br \/>\n# Placeholders available: %player%, %lp_prefix%, %lp_suffix%, %last_server%, %time%.<br \/>\nleave_message: &#8220;%player% has left the network (Last server: %last_server%) at %time%&#8221;<\/p>\n<p># Delay for Join Messages<br \/>\n# This option sets the delay before sending the join message after a player connects.<br \/>\n# For example, join_message_delay: 49 will send the message after 49 ticks.<br \/>\n# Warning: Setting this value too low may cause messages not to be sent or be blank placeholder if the server name is not yet available.<br \/>\njoin_message_delay: 45<\/p>\n<p># Delay for First Join Messages<br \/>\n# This option sets the delay before sending the first join message after a player connects.<br \/>\nfirst_join_message_delay: 10<\/p>\n<p># Delay for Private Join Messages<br \/>\n# This option sets the delay before sending the private join message to the joining player.<br \/>\n# For example, join_private_message_delay: 50 will send the message after 50 ticks.<br \/>\n# Warning: Setting this value too low may cause messages not to be sent or be blank placeholder if the server name is not yet available.<br \/>\njoin_private_message_delay: 50<\/p>\n<p># Delay for First Join Private Messages<br \/>\n# This option sets the delay before sending the first join private message to the joining player.<br \/>\nfirst_join_private_message_delay: 10<\/p>\n<p># Delay for Switch Messages<br \/>\n# This option sets the delay before sending the switch message after a player switches servers.<br \/>\n# For example, switch_message_delay: 0 will send the message after 0 ticks.<br \/>\nswitch_message_delay: 0<\/p>\n<p># Disable messages for vanished players (Currently supports PremiumVanish and SuperVanish)<br \/>\ndisable_vanish_notifications: false<\/p>\n<p># Option to let players rejoin the server they were on before they left the network.<br \/>\n# If this is enabled, the player will be sent to the last server on join in which they were on before they left the network.<br \/>\n# If enabled, the message delay options would need to be increased so that the messages can get the server<br \/>\njoin_last_server: false<\/p>\n<p># Enable MiniMessage format parsing for all messages<br \/>\nuse_minimessage: false<\/p>\n<p># Permissions<br \/>\n# Use these settings to control who can see the join\/leave messages.<br \/>\n# Enable permissions if you want to use permissions and want to use next two options.<br \/>\n# If permissions enabled Then if notify_message is true and the player doesn&#8217;t have ppn.notify permission, then their join\/leave\/message will not be sent.<br \/>\n# If permissions enabled Then if hide_message is true and the player doesn&#8217;t have ppn.view permission, then they won&#8217;t see the others&#8217; join\/switch\/leave messages.<br \/>\npermission:<br \/>\n  # Enable this if you want to use permissions and want to use next two options.<br \/>\n  permissions: false<\/p>\n<p>  # Notify Messages<br \/>\n  # If this is true and the player doesn&#8217;t have ppn.notify permission, then their join\/leave\/message will not be sent.<br \/>\n  notify_message: false<\/p>\n<p>  # Hide Messages<br \/>\n  # If this is true and the player doesn&#8217;t have ppn.view permission, then they won&#8217;t see the others&#8217; join\/switch\/leave messages.<br \/>\n  hide_message: false<\/p>\n<p># Server Names<br \/>\n# Define custom server names here. Players can join\/leave\/switch to the server using the custom names specified below.<br \/>\nServerNames:<br \/>\n  example: &#8220;example-1&#8221;<br \/>\n  lobby: &#8220;Hub&#8221;<\/p>\n<p># Disabled Servers<br \/>\n# Define the backend servers (lowercase) where the join\/switch\/leave messages should not be sent.<br \/>\n# In simple words, no messages of this plugin will be sent to players on that server<br \/>\n# In short: No activity notifications are sent to players on these servers.<br \/>\nDisabledServers:<br \/>\n  &#8211; &#8220;example-1&#8221;<br \/>\n  &#8211; &#8220;other-backend-server&#8221;<\/p>\n<p># Private Servers<br \/>\n# Specify the private servers (lowercase) where if player joins, leaves, and switches from and to, notifications should not be sent.<br \/>\n# Think about them like admin servers<br \/>\n# When someone joins it, the whole proxy should not be notified about that because you kind of want to keep that server private\/secret and not let the players know.<br \/>\n# In short: Activity notifications related to these servers are not broadcasted across the entire network.<br \/>\nPrivateServers:<br \/>\n  &#8211; &#8220;example&#8221;<br \/>\n  &#8211; &#8220;private-server&#8221;<\/p>\n<p># Limbo Servers<br \/>\n# Specify the limbo servers (lowercase) where player join, leave, and switch notifications should be managed differently.<br \/>\n# These servers act as pass-throughs most of the time and can be configured to adjust notification behavior accordingly.<br \/>\n# When a player joins a limbo server, no network-wide join notification is sent.<br \/>\n# When a player switches from a limbo server to a game server, it should send a join notification as if the player is joining the network for the first time.<br \/>\n# Conversely, when a player switches from a game server to a limbo server, it should send a leave notification as if the player is leaving the network.<br \/>\n# This configuration helps avoid unnecessary notifications and prevents stealthy movements between public and private parts of the network.<br \/>\n# In short: Join and leave notifications are sent based on transitions to and from these servers to manage network-wide notifications effectively.<br \/>\nLimboServers:<br \/>\n  &#8211; &#8220;limbo-afk&#8221;<\/p>\n<p># Disabled Players<br \/>\n# Specify the players (lowercase) that should not send any notification messages.<br \/>\n# They will also will not recieve join_private_message.<br \/>\n# It is not recommended to use this feature and instead use permissions for each group\/player<br \/>\nDisabledPlayers:<br \/>\n  &#8211; &#8220;player1&#8221;<br \/>\n  &#8211; &#8220;player2&#8221;<\/p>\n<p># Webhook<br \/>\n# Configure a webhook notification sent when a player joins the network.<br \/>\n# Placeholders available: %player%, %server%, %time%.<br \/>\nwebhook:<br \/>\n  enabled: false<br \/>\n  url: &#8220;&#8221;<br \/>\n  message: &#8220;%player% joined %server% at %time%&#8221;<br \/>\n  # Send webhook as Discord embed (recommended). If true, the message above is used as the embed description.<br \/>\n  use_embed: true<br \/>\n  # Embed color as decimal RGB (e.g., 3447003 is Discord &#8220;blurple&#8221;).<br \/>\n  embed_color: 3447003<\/p>\n<p>&#8220;`<\/p>\n<p>**Support**<br \/>\nGitHub Issues: https:\/\/github.com\/NewAmazingPVP\/ProxyPlayerNotify\/issues<br \/>\nDiscord: https:\/\/discord.gg\/u3u45vaV6G<\/p>\n<p>&#8212;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Notify when a player joins or leaves the network, or when they switch to another server!<\/p>\n","protected":false},"featured_media":125896,"template":"","meta":{"_minecraft_slug":"proxyplayernotify","_minecraft_project_id":"V83f26KD","_minecraft_author":"NewAmazingPVP","_minecraft_license":"MIT","_minecraft_downloads":78,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"proxyplayernotify.zip","_minecraft_size_bytes":2377985,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-15T20:15:05.758065Z","_minecraft_date_created":"2025-09-06T08:45:00.063854Z","_minecraft_date_modified":"2026-01-22T03:50:07.832993Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/proxyplayernotify","_minecraft_icon_attachment_id":125896,"_minecraft_imported_at":"2026-06-07T09:34:51+00:00","_minecraft_import_hash":"2e68152de51e0f93d5d663526c0b241f","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[894,156,126,92,985,992],"mod_loader":[895,986,993],"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,37,40,41,73,74,38,78,79,80,81,82,21,13,14,15,16,17,18,19,20,22,23,24,25,26,27,28,29,30,31,860,861,862,863,864],"class_list":["post-125895","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bungeecord","mod_category-decoration","mod_category-management","mod_category-utility","mod_category-velocity","mod_category-waterfall","mod_loader-bungeecord","mod_loader-velocity","mod_loader-waterfall","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-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","minecraft_version-1-7-10","minecraft_version-1-7-2","minecraft_version-1-7-3","minecraft_version-1-7-4","minecraft_version-1-7-5","minecraft_version-1-7-6","minecraft_version-1-7-7","minecraft_version-1-7-8","minecraft_version-1-7-9","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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>ProxyPlayerNotify - 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\/proxyplayernotify\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ProxyPlayerNotify - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Notify when a player joins or leaves the network, or when they switch to another server!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/proxyplayernotify\/\" \/>\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=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/proxyplayernotify\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/proxyplayernotify\\\/\",\"name\":\"ProxyPlayerNotify - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/proxyplayernotify\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/proxyplayernotify\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/proxyplayernotify-icon-40dea5cc8bb22581292011637b83402b2944df8d_96.webp\",\"datePublished\":\"2026-06-07T09:34:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/proxyplayernotify\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/proxyplayernotify\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/proxyplayernotify\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/proxyplayernotify-icon-40dea5cc8bb22581292011637b83402b2944df8d_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/proxyplayernotify-icon-40dea5cc8bb22581292011637b83402b2944df8d_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/proxyplayernotify\\\/#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\":\"ProxyPlayerNotify\"}]},{\"@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":"ProxyPlayerNotify - 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\/proxyplayernotify\/","og_locale":"en_US","og_type":"article","og_title":"ProxyPlayerNotify - Minecraft","og_description":"Notify when a player joins or leaves the network, or when they switch to another server!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/proxyplayernotify\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/proxyplayernotify\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/proxyplayernotify\/","name":"ProxyPlayerNotify - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/proxyplayernotify\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/proxyplayernotify\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/proxyplayernotify-icon-40dea5cc8bb22581292011637b83402b2944df8d_96.webp","datePublished":"2026-06-07T09:34:50+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/proxyplayernotify\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/proxyplayernotify\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/proxyplayernotify\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/proxyplayernotify-icon-40dea5cc8bb22581292011637b83402b2944df8d_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/proxyplayernotify-icon-40dea5cc8bb22581292011637b83402b2944df8d_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/proxyplayernotify\/#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":"ProxyPlayerNotify"}]},{"@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\/125895","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\/125896"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=125895"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=125895"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=125895"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=125895"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}