{"id":38793,"date":"2026-06-01T23:11:18","date_gmt":"2026-06-01T20:11:18","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/chatbubble\/"},"modified":"2026-06-01T23:11:18","modified_gmt":"2026-06-01T20:11:18","slug":"chatbubble","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/chatbubble\/","title":{"rendered":"Chat Bubble"},"content":{"rendered":"<p>![Chat Bubble](https:\/\/cdn.modrinth.com\/data\/cached_images\/7179669cd866b40aa3ed765ec0de86670d25f6b0.png)<\/p>\n<p align=\"center\">\n  <img decoding=\"async\" src=\"https:\/\/github.com\/intergrav\/devins-badges\/blob\/v3\/assets\/compact\/supported\/paper_46h.png?raw=true\" alt=\"Paper\"><br \/>\n  <img decoding=\"async\" src=\"https:\/\/github.com\/intergrav\/devins-badges\/blob\/v3\/assets\/compact\/supported\/purpur_46h.png?raw=true\" alt=\"Purpur\"><br \/>\n  <img decoding=\"async\" src=\"https:\/\/github.com\/intergrav\/devins-badges\/blob\/v3\/assets\/compact\/supported\/spigot_46h.png?raw=true\" alt=\"Spigot\"><br \/>\n  <img decoding=\"async\" src=\"https:\/\/github.com\/intergrav\/devins-badges\/blob\/v3\/assets\/compact\/supported\/bukkit_46h.png?raw=true\" alt=\"Bukkit\"><br \/>\n  <img decoding=\"async\" src=\"https:\/\/github.com\/intergrav\/devins-badges\/blob\/v3\/assets\/compact\/available\/modrinth_46h.png?raw=true\" alt=\"Modrinth\">\n<\/p>\n<p>&#8212;<\/p>\n<p align=\"center\">\n<p>    <img decoding=\"async\" src=\"https:\/\/github.com\/intergrav\/devins-badges\/blob\/v3\/assets\/compact\/social\/discord-singular_46h.png?raw=true\" alt=\"Discord\"><\/p>\n<p>\n  <i>Please contact me on Discord if you have any suggestions or edits.<\/i>\n<\/p>\n<p>&#8212;<\/p>\n<p>![What](https:\/\/cdn.modrinth.com\/data\/cached_images\/cb8eb8b0de4d62a757d2d921ea0cbbc0f583ef06.png)<\/p>\n<p>&#8211; **ChatBubble** makes a bubble above you or your friend that contains text only appears when you or your friend send message at chat<\/p>\n<p>&#8212;<\/p>\n<p>![Features](https:\/\/cdn.modrinth.com\/data\/cached_images\/3f34ee5ada8ab24c99b72461d2365260bb36778c.png)<\/p>\n<p>&#8211; **Text Entities:** Better than armor stand that causes lag.<br \/>\n&#8211; **Message Stacking:** Multiple messages stack neatly on top of each other.<br \/>\n&#8211; **Text Color:** You can choose any color for the Bubbles<br \/>\n&#8211; **Background Color:** You can choose any color for the Bubbles<br \/>\n&#8211; **Optimization:** Culling features to save performance on big servers.<br \/>\n&#8211; **Animation:** You can enable or disabled and adjust animation when appearing<br \/>\n&#8211; **Fading:** Customize fading in and out enabled or disabled<br \/>\n&#8211; **Size:** Size the bubble with any numbers you can.<br \/>\n&#8211; **Movement:** The Bubble is anchored with your head for better reading.<\/p>\n<p>&#8212;<\/p>\n<p>![Commands](https:\/\/cdn.modrinth.com\/data\/cached_images\/8948f2b1390b7f4cd2a789d18da045948576cd7a.png)<\/p>\n<p>| Command | Access | Description |<br \/>\n| :&#8212; | :&#8212; | :&#8212; |<br \/>\n| `\/chatbubble:use` | Everyone | Shows credits for the creator |<br \/>\n| `\/chatbubble:reload` | Operator | Reloads the configuration |<\/p>\n<p>&#8212;<\/p>\n<p>![Configuration](https:\/\/cdn.modrinth.com\/data\/cached_images\/47edc4df5f496d51f3af14703010d969f3023e44.png)<\/p>\n<p>&#8211; A folder named `ChatBubble` is created in your `plugins` folder automatically. Inside you will find a clean `config.yml` file.<\/p>\n<details>\n<summary>Config.yml<\/summary>\n<p>&#8220;`yml<br \/>\n# =============================================================<br \/>\n#                 CHAT BUBBLE CONFIGURATION<br \/>\n# =============================================================<\/p>\n<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br \/>\n# [General Settings]<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<\/p>\n<p># Enable the plugin?<br \/>\nplugin-enabled: true<\/p>\n<p># Height above player&#8217;s head.<br \/>\nbase-height: 0.75<\/p>\n<p># Max characters per line.<br \/>\nline-length: 30<\/p>\n<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br \/>\n# [Visual &#038; Color]<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<\/p>\n<p># The color of the text message.<br \/>\ntext-color: &#8220;#FFFFFF&#8221;<\/p>\n<p># The background color of the bubble.<br \/>\n# Format: #AARRGGBB (Alpha, Red, Green, Blue)<br \/>\n# Default: #80000000 (Transparent Black)<br \/>\n# Transparent #00000000 (Invisible)<br \/>\nbackground-color: &#8220;#80000000&#8221;<\/p>\n<p># Should the text have a shadow?<br \/>\ntext-shadow: true<\/p>\n<p># Can the bubble be seen through walls?<br \/>\nsee-through-blocks: false<\/p>\n<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br \/>\n# [Duration]<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<\/p>\n<p># Minimum time (in ticks) a bubble stays. 100 ticks = 5 seconds.<br \/>\nbase-duration-ticks: 100<br \/>\n# Time added per letter. Higher = slower disappear.<br \/>\nticks-per-character: 5<\/p>\n<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br \/>\n# [Stacking System]<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<\/p>\n<p>stacking-enabled: true<br \/>\nmax-active-bubbles: 3<br \/>\nstack-height-offset: 0.35<\/p>\n<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br \/>\n# [Optimization]<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<\/p>\n<p>culling-enabled: false<br \/>\nculling-range: 50<\/p>\n<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br \/>\n# [Sound]<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<\/p>\n<p>sound-enabled: false<br \/>\nsound-name: &#8220;UI_TOAST_IN&#8221;<br \/>\nsound-volume: 0.5<br \/>\nsound-pitch: 1.5<\/p>\n<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br \/>\n# [Animations]<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<\/p>\n<p>fade-in-enabled: false<br \/>\nfade-in-ticks: 5<br \/>\nfade-out-enabled: true<br \/>\nfade-out-ticks: 20<\/p>\n<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br \/>\n# [Filtering]<br \/>\n# &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<\/p>\n<p>hide-while-sneaking: false<br \/>\nhide-if-invisible: true<\/p>\n<p>world-filter:<br \/>\n  enabled: false<br \/>\n  disabled-worlds:<br \/>\n    &#8211; &#8220;spawn_hub&#8221;<br \/>\n    &#8211; &#8220;pvp_arena&#8221;<\/p>\n<p>word-filter:<br \/>\n  enabled: false<br \/>\n  replacement-char: &#8220;*&#8221;<br \/>\n  blocked-words:<br \/>\n    &#8211; &#8220;badword&#8221;<br \/>\n    &#8211; &#8220;slur&#8221;<br \/>\n&#8220;`<br \/>\n<\/details>\n<p>&#8212;<\/p>\n<p>![Installation](https:\/\/cdn.modrinth.com\/data\/cached_images\/23f38fd74a8137a4bec6090eac17f95a28ef6451.png)<\/p>\n<p>&#8211; **Download** the latest version of **BubbleChat**.<br \/>\n&#8211; **Drop** the `.jar` file into your server&#8217;s `plugins` folder.<br \/>\n&#8211; **Restart** your server.<br \/>\n&#8211; **Done**! No additional setup required.<\/p>\n<p>&#8212;<\/p>\n<p>![Versions](https:\/\/cdn.modrinth.com\/data\/cached_images\/839fe98204d190a2026f976def8fae4461940bb9.png)<\/p>\n<p>&#8212;<\/p>\n<p>![Platforms](https:\/\/cdn.modrinth.com\/data\/cached_images\/b148e4e5fe9f393b3acfb7d6ed7f044570c75bed.png)<\/p>\n<p>![Version Supported](https:\/\/cdn.modrinth.com\/data\/cached_images\/3f62b94da6ca1be8e55862ac509f2be2507b9ce3.png)<\/p>\n<p>&#8212;<\/p>\n<p align=\"left\">\n<p>    <img decoding=\"async\" src=\"https:\/\/cdn.modrinth.com\/data\/cached_images\/492c09ca0741e4eff3d957411e61ea36efc5e275.png\" alt=\"Modrinth Gallery\"><\/p>\n<p><iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube-nocookie.com\/embed\/fr-u2JoNZyw\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen><\/iframe><\/p>\n<p><iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube-nocookie.com\/embed\/LsuT5zCL1xQ\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen><\/iframe><\/p>\n<p>![Example](https:\/\/cdn.modrinth.com\/data\/cached_images\/8fe6bc8b6060de995475bc4e99bb3c3a860de143.png)<br \/>\n![Download](https:\/\/cdn.modrinth.com\/data\/cached_images\/0fca5e0218890f0f0959eae943b612b4f606dced_0.webp)<\/p>\n<p>&#8212;<br \/>\n\u00a9 2026 Chat Bubble. All rights reserved to MIT. <\/p>\n<p align=\"left\">\n<p>    <img decoding=\"async\" src=\"https:\/\/github.com\/intergrav\/devins-badges\/blob\/v3\/assets\/compact\/donate\/paypal-singular_46h.png?raw=true\" alt=\"Donate via PayPal\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Shows chat messages as floating bubbles above player heads. Smooth movement and auto disappear. Everything can be configured and Background color and Text Color<\/p>\n","protected":false},"featured_media":38794,"template":"","meta":{"_minecraft_slug":"chatbubble","_minecraft_project_id":"EsBd7eVH","_minecraft_author":"SirSnaryo","_minecraft_license":"MIT","_minecraft_downloads":451,"_minecraft_follows":9,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"chatbubble.zip","_minecraft_size_bytes":64051,"_minecraft_version_count":6,"_minecraft_updated_at":"2026-05-16T10:49:01.511911Z","_minecraft_date_created":"2026-02-11T02:29:33.958572Z","_minecraft_date_modified":"2026-03-04T16:20:28.329401Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/chatbubble","_minecraft_icon_attachment_id":38794,"_minecraft_imported_at":"2026-06-01T20:11:20+00:00","_minecraft_import_hash":"fa9a54844852587e65ef8cf13492d316","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,125,127,128,867,129],"mod_loader":[130,131,132,133,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-38793","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-folia","mod_category-paper","mod_category-purpur","mod_category-social","mod_category-spigot","mod_loader-bukkit","mod_loader-folia","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","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>Chat Bubble - 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\/chatbubble\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Chat Bubble - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Shows chat messages as floating bubbles above player heads. Smooth movement and auto disappear. Everything can be configured and Background color and Text Color\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/chatbubble\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/github.com\/intergrav\/devins-badges\/blob\/v3\/assets\/compact\/supported\/paper_46h.png?raw=true\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chatbubble\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chatbubble\\\/\",\"name\":\"Chat Bubble - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chatbubble\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chatbubble\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/chatbubble-icon-15018ba6b1c0b64d1154b83f4469c5fb221dc182_96.webp\",\"datePublished\":\"2026-06-01T20:11:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chatbubble\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chatbubble\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chatbubble\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/chatbubble-icon-15018ba6b1c0b64d1154b83f4469c5fb221dc182_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/chatbubble-icon-15018ba6b1c0b64d1154b83f4469c5fb221dc182_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chatbubble\\\/#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\":\"Chat Bubble\"}]},{\"@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":"Chat Bubble - 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\/chatbubble\/","og_locale":"en_US","og_type":"article","og_title":"Chat Bubble - Minecraft","og_description":"Shows chat messages as floating bubbles above player heads. Smooth movement and auto disappear. Everything can be configured and Background color and Text Color","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/chatbubble\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/github.com\/intergrav\/devins-badges\/blob\/v3\/assets\/compact\/supported\/paper_46h.png?raw=true","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/chatbubble\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/chatbubble\/","name":"Chat Bubble - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/chatbubble\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/chatbubble\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/chatbubble-icon-15018ba6b1c0b64d1154b83f4469c5fb221dc182_96.webp","datePublished":"2026-06-01T20:11:18+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/chatbubble\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/chatbubble\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/chatbubble\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/chatbubble-icon-15018ba6b1c0b64d1154b83f4469c5fb221dc182_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/chatbubble-icon-15018ba6b1c0b64d1154b83f4469c5fb221dc182_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/chatbubble\/#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":"Chat Bubble"}]},{"@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\/38793","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\/38794"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=38793"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=38793"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=38793"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=38793"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}