{"id":156990,"date":"2026-06-09T15:49:49","date_gmt":"2026-06-09T12:49:49","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/titleannouncer\/"},"modified":"2026-06-09T15:49:49","modified_gmt":"2026-06-09T12:49:49","slug":"titleannouncer","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/titleannouncer\/","title":{"rendered":"TitleAnnouncer"},"content":{"rendered":"<p># TitleAnnouncer<\/p>\n<p>![GitHub WorkFlow](https:\/\/github.com\/4drian3d\/TitleAnnouncer\/actions)<br \/>\n![Latest Version](https:\/\/img.shields.io\/github\/v\/release\/4drian3d\/TitleAnnouncer?style=flat-square)<br \/>\n![Discord](https:\/\/discord.gg\/5NMMzK5mAn)<br \/>\n![Modrinth Downloads](https:\/\/img.shields.io\/modrinth\/dt\/d769vI4q?logo=Modrinth&#038;style=flat-square)<br \/>\n![GitHub Downloads](https:\/\/img.shields.io\/github\/downloads\/4drian3d\/TitleAnnouncer\/total?logo=GitHub&#038;style=flat-square)<\/p>\n<p>A lightweight plugin to send Titles, Actionbars, Bossbars and Chat Announces to Paper servers and Velocity networks.<\/p>\n<p>## Features<br \/>\n&#8211; Ability to send announcements by using titles, actionbars, bossbars, and chat messages.<br \/>\n&#8211; Send announcements to users in the same world or server you are in.<br \/>\n&#8211; Send announcements to a specific user.<br \/>\n&#8211; Use of the MiniMessage format throughout the plugin, allowing the maximum possible customization.<br \/>\n&#8211; MiniPlaceholders support<\/p>\n<p>![](https:\/\/www.bisecthosting.com\/4drian3d?r=ModTitleAnnouncer)<\/p>\n<p>## Commands<\/p>\n<p>To use the commands in Velocity, just add a &#8220;v&#8221; at the beginning of the command, for example: &#8220;\/vannounce&#8221; or &#8220;\/vtitleannouncer&#8221;.<\/p>\n<p>### Announce Command<\/p>\n<p>| Command                 | Arguments                                                                                      | Permission             |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br \/>\n| \/announce or \/vannounce | [(Format type)](#format-argument) [(Target Argument)](#target-argument) (Format Arguments) | titleannouncer.command |<\/p>\n<p>## Arguments<\/p>\n<p>### Target Argument<\/p>\n<p>When sending an announcement, you can define who to send it to using the target argument.<br \/>\nThis argument allows you to select either an online player or the executor themselves, a server, or a world to send the announcement to.<br \/>\nThe available targets are:<\/p>\n<p>#### Self Target<\/p>\n<p>This target allows you to send the respective announcement to the same executor of the command.<br \/>\nKeep in mind that if the server console uses this target, it will not be able to receive bossbars, actionbars, titles, or sounds;<br \/>\nit will only be able to receive chat announcements<\/p>\n<p>**Example Usage**<\/p>\n<p>`\/(v)announce chat self <rainbow>Some announcement`<\/p>\n<p>#### Player Target<\/p>\n<p>This target allows you to send an announcement to a specific player.<\/p>\n<p>Use the format `\u201cplayer:PlayerName\u201d`.<\/p>\n<p>As it is an argument that uses a colon character and due to limitations of the Minecraft Vanilla command system,<br \/>\nit must be enclosed in quotation marks.<\/p>\n<p>If executed in-game, online player names will be suggested.<\/p>\n<p>**Example Usage**<\/p>\n<p>`\/(v)announce title &#8220;player:4drian3d&#8221; &#8220;<gradient:green:aqua>TitleAnnouncer&#8221; &#8220;<aqua>by <gold>4drian3d&#8221;`<\/p>\n<p>#### All Target<\/p>\n<p>This target allows you to send an announcement to all players on the server or proxy.<\/p>\n<p>If you run the command from TitleAnnouncer in Velocity, the announcement will be sent to all players on your network.<br \/>\nIf you run it from TitleAnnouncer installed in Paper, the announcement will be sent to players connected to the server where it is run.<\/p>\n<p>**Example Usage**<\/p>\n<p>`\/(v)announce actionbar all <gradient:green:aqua>TitleAnnouncer <dark_gray>| <white><platforminfo_version>`<\/p>\n<p>#### Server Target<\/p>\n<p>> This target is exclusive to Velocity<\/p>\n<p>This target allows you to send an announcement to the specific server where the player executing it is connected, or to a specific server.<\/p>\n<p>For the executor to send the announcement to the server where it is connected, you only need to place `server` as an argument.<\/p>\n<p>But if the executor wants it to be executed on another server, it must be specified with the format `\u201cserver:ServerName\u201d`.<br \/>\nLike the player argument, when requiring `:`, it must be enclosed in quotation marks.<\/p>\n<p>**Example Usage**<\/p>\n<p>`\/vannounce bossbar server 30 blue notched_12 <gradient:gold:aqua>A big announcement!!!`<\/p>\n<p>`\/vannounce bossbar &#8220;server:lobby&#8221; 30 blue notched_12 <gradient:gold:aqua>A big announcement!!!`<\/p>\n<p>#### World Target<\/p>\n<p>> This target is exclusive to Paper<\/p>\n<p>This target allows you to send an announcement to the world where the player executing the command is located or to a specified world.<\/p>\n<p>If you want to send the announcement to the world where the player is located, you must use the `world` argument.<\/p>\n<p>But if you want to specify another world, you must use the `\u201cworld:WorldName\u201d` argument.<br \/>\nLike the player argument, when requiring `:`, it must be enclosed in quotation marks.<\/p>\n<p>**Example Usage**<\/p>\n<p>`\/announce bossbar world 30 blue notched_12 <gradient:gold:aqua>A big announcement!!!`<\/p>\n<p>`\/announce bossbar &#8220;world:lobby&#8221; 30 blue notched_12 <gradient:gold:aqua>A big announcement!!!`<\/p>\n<p>### Format Argument<\/p>\n<p>#### Chat Format<\/p>\n<p>| Arguments   | Permission                  |<br \/>\n|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br \/>\n| [Message] | titleannouncer.command.chat |<\/p>\n<p>![Self Chat Announcement](https:\/\/github.com\/4drian3d\/TitleAnnouncer\/blob\/main\/img\/ChatAnnouncementSelf.png?raw=true)<\/p>\n<p>#### Actionbar Format<\/p>\n<p>| Arguments   | Permission                       |<br \/>\n|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| [Message] | titleannouncer.command.actionbar |<\/p>\n<p>![All Actionbar Announcement](https:\/\/github.com\/4drian3d\/TitleAnnouncer\/blob\/main\/img\/AllAnnouncementActionbar.png?raw=true)<\/p>\n<p>#### Title Format<\/p>\n<p>| Arguments                                                       | Permission                   |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br \/>\n| [Title] [SubTitle] (FadeIn Time) (Stay Time) (FadeOut Time) | titleannouncer.command.title |<\/p>\n<p>![Player Title Announcement](https:\/\/github.com\/4drian3d\/TitleAnnouncer\/blob\/main\/img\/PlayerAnnouncementTitle.png?raw=true)<\/p>\n<p>#### BossBar Format<\/p>\n<p>| Arguments                                         | Permission                     |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|<br \/>\n| [Display Time] [Color] [Overlay] [Content] | titleannouncer.command.bossbar |<\/p>\n<p>![Server BossBar Announcement](https:\/\/github.com\/4drian3d\/TitleAnnouncer\/blob\/main\/img\/ServerAnnouncementBossbar.png?raw=true)<\/p>\n<p>#### Sound Format<\/p>\n<p>> If running on Velocity, this format will only be able to send sounds to players with versions higher than 1.19.3.<\/p>\n<p>| Arguments                                    | Permission                   |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br \/>\n| [Sound Key] (Source Type) (Volume) (Pitch) | titleannouncer.command.sound |<\/p>\n<p><iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube-nocookie.com\/embed\/7NP3ibtHDp8\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen><\/iframe><\/p>\n","protected":false},"excerpt":{"rendered":"<p>A lightweight Paper and Velocity plugin to send Titles, Actionbars, Bossbars and Chat announces with MiniMessage format<\/p>\n","protected":false},"featured_media":156991,"template":"","meta":{"_minecraft_slug":"titleannouncer","_minecraft_project_id":"d769vI4q","_minecraft_author":"4drian3d","_minecraft_license":"GPL-3.0-or-later","_minecraft_downloads":1592,"_minecraft_follows":8,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"titleannouncer.zip","_minecraft_size_bytes":838215,"_minecraft_version_count":7,"_minecraft_updated_at":"2026-05-16T07:03:39.339271Z","_minecraft_date_created":"2023-10-12T02:04:41.473893Z","_minecraft_date_modified":"2026-03-12T17:51:16.038250Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/titleannouncer","_minecraft_icon_attachment_id":156991,"_minecraft_imported_at":"2026-06-09T12:49:49+00:00","_minecraft_import_hash":"721986963dbc7a12998527bab6a40458","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[156,125,127,128,92,985],"mod_loader":[132,133,986],"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,83],"class_list":["post-156990","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-decoration","mod_category-folia","mod_category-paper","mod_category-purpur","mod_category-utility","mod_category-velocity","mod_loader-paper","mod_loader-purpur","mod_loader-velocity","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","minecraft_version-26-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>TitleAnnouncer - 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\/titleannouncer\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"TitleAnnouncer - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A lightweight Paper and Velocity plugin to send Titles, Actionbars, Bossbars and Chat announces with MiniMessage format\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/titleannouncer\/\" \/>\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\\\/titleannouncer\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/titleannouncer\\\/\",\"name\":\"TitleAnnouncer - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/titleannouncer\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/titleannouncer\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/titleannouncer-icon-e74a9bf6ac30c2ca80b7d925c5f3f76c29af2190.png\",\"datePublished\":\"2026-06-09T12:49:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/titleannouncer\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/titleannouncer\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/titleannouncer\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/titleannouncer-icon-e74a9bf6ac30c2ca80b7d925c5f3f76c29af2190.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/titleannouncer-icon-e74a9bf6ac30c2ca80b7d925c5f3f76c29af2190.png\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/titleannouncer\\\/#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\":\"TitleAnnouncer\"}]},{\"@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":"TitleAnnouncer - 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\/titleannouncer\/","og_locale":"en_US","og_type":"article","og_title":"TitleAnnouncer - Minecraft","og_description":"A lightweight Paper and Velocity plugin to send Titles, Actionbars, Bossbars and Chat announces with MiniMessage format","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/titleannouncer\/","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\/titleannouncer\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/titleannouncer\/","name":"TitleAnnouncer - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/titleannouncer\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/titleannouncer\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/titleannouncer-icon-e74a9bf6ac30c2ca80b7d925c5f3f76c29af2190.png","datePublished":"2026-06-09T12:49:49+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/titleannouncer\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/titleannouncer\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/titleannouncer\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/titleannouncer-icon-e74a9bf6ac30c2ca80b7d925c5f3f76c29af2190.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/titleannouncer-icon-e74a9bf6ac30c2ca80b7d925c5f3f76c29af2190.png","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/titleannouncer\/#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":"TitleAnnouncer"}]},{"@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\/156990","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\/156991"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=156990"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=156990"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=156990"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=156990"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}