{"id":115990,"date":"2026-06-06T22:53:52","date_gmt":"2026-06-06T19:53:52","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/onebot\/"},"modified":"2026-06-06T22:53:52","modified_gmt":"2026-06-06T19:53:52","slug":"onebot","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/onebot\/","title":{"rendered":"OneBot"},"content":{"rendered":"<p># OneBot<\/p>\n<div align=\"center\">\n<p>![OneBot](https:\/\/img.shields.io\/badge\/OneBot-v11%2Fv12-blue)<br \/>\n![TabooLib](https:\/\/img.shields.io\/badge\/TabooLib-6.2.3+-green)<br \/>\n![Minecraft](https:\/\/img.shields.io\/badge\/Minecraft-1.8&#8211;1.21+-orange)<br \/>\n![Java](https:\/\/img.shields.io\/badge\/Java-8+-red)<br \/>\n![Build Status](https:\/\/img.shields.io\/github\/actions\/workflow\/status\/BingZi-233\/OneBot\/build.yml)<br \/>\n![License](https:\/\/img.shields.io\/github\/license\/BingZi-233\/OneBot)<br \/>\n![Downloads](https:\/\/img.shields.io\/github\/downloads\/BingZi-233\/OneBot\/total)<\/p>\n<p>A powerful Minecraft server plugin that bridges OneBot protocol implementations with your game server.<\/p>\n<p>Wiki | Issues<\/p>\n<\/div>\n<p>## \u2728 Features<\/p>\n<p>&#8211; \ud83d\udd0c **Protocol Support** &#8211; Full support for OneBot v11\/v12 protocols<br \/>\n&#8211; \ud83c\udfae **Wide Compatibility** &#8211; Works with Minecraft 1.8-1.21+ servers<br \/>\n&#8211; \ud83d\ude80 **High Performance** &#8211; Built on TabooLib framework for optimal performance<br \/>\n&#8211; \ud83d\udd27 **Easy Configuration** &#8211; Pre-configured templates for popular OneBot implementations<br \/>\n&#8211; \ud83d\udcca **Metrics Integration** &#8211; Built-in bStats metrics for usage analytics<br \/>\n&#8211; \ud83c\udf0d **Internationalization** &#8211; Multi-language support with i18n<br \/>\n&#8211; \ud83d\udd04 **Real-time Sync** &#8211; Bidirectional message forwarding between game and chat platforms<br \/>\n&#8211; \ud83c\udfa8 **Rich Text Support** &#8211; Full Minecraft chat component support with formatting<\/p>\n<p>## \ud83d\udccb Requirements<\/p>\n<p>&#8211; **Java**: 8 or higher<br \/>\n&#8211; **Server**: Bukkit\/Spigot\/Paper 1.8-1.21+<br \/>\n&#8211; **Memory**: Minimum 2GB recommended<br \/>\n&#8211; **OneBot Implementation**: Any OneBot v11\/v12 compatible server (e.g., go-cqhttp, Lagrange.OneBot)<\/p>\n<p>## \ud83d\ude80 Quick Start<\/p>\n<p>### Installation<\/p>\n<p>1. **Download the Plugin**<br \/>\n   &#8211; Get the latest release from Releases<br \/>\n   &#8211; Choose the file: `OneBot-x.x.x.jar`<\/p>\n<p>2. **Install on Server**<br \/>\n   &#8220;`bash<br \/>\n   # Place the JAR file in your server&#8217;s plugins directory<br \/>\n   cp OneBot-*.jar \/path\/to\/server\/plugins\/<br \/>\n   &#8220;`<\/p>\n<p>3. **Start\/Restart Server**<br \/>\n   &#8220;`bash<br \/>\n   # Restart your Minecraft server<br \/>\n   \/reload<br \/>\n   # or<br \/>\n   \/stop &#038;&#038; .\/start.sh<br \/>\n   &#8220;`<\/p>\n<p>### Configuration<\/p>\n<p>1. **List Available Presets**<br \/>\n   &#8220;`bash<br \/>\n   \/onebot preset list<br \/>\n   &#8220;`<\/p>\n<p>2. **Apply a Preset Configuration**<br \/>\n   &#8220;`bash<br \/>\n   # For go-cqhttp<br \/>\n   \/onebot preset apply go-cqhttp<\/p>\n<p>   # For Lagrange.OneBot<br \/>\n   \/onebot preset apply lagrange<br \/>\n   &#8220;`<\/p>\n<p>3. **Connect to OneBot Server**<br \/>\n   &#8220;`bash<br \/>\n   \/onebot connect<br \/>\n   &#8220;`<\/p>\n<p>4. **Check Connection Status**<br \/>\n   &#8220;`bash<br \/>\n   \/onebot status<br \/>\n   &#8220;`<\/p>\n<p>## \ud83d\udcc1 Project Structure<\/p>\n<p>&#8220;`<br \/>\nOneBot\/<br \/>\n\u251c\u2500\u2500 src\/<br \/>\n\u2502   \u2514\u2500\u2500 main\/<br \/>\n\u2502       \u251c\u2500\u2500 kotlin\/          # Kotlin source code<br \/>\n\u2502       \u2514\u2500\u2500 resources\/       # Resource files<br \/>\n\u2502           \u251c\u2500\u2500 config.yml   # Main configuration<br \/>\n\u2502           \u2514\u2500\u2500 lang\/        # Language files<br \/>\n\u251c\u2500\u2500 build.gradle.kts         # Build configuration<br \/>\n\u2514\u2500\u2500 settings.gradle.kts      # Project settings<br \/>\n&#8220;`<\/p>\n<p>## \ud83d\udd27 Development<\/p>\n<p>### Building from Source<\/p>\n<p>&#8220;`bash<br \/>\n# Clone the repository<br \/>\ngit clone https:\/\/github.com\/BingZi-233\/OneBot.git<br \/>\ncd OneBot<\/p>\n<p># Build the plugin<br \/>\n.\/gradlew build<\/p>\n<p># The output JAR will be in build\/libs\/<br \/>\n&#8220;`<\/p>\n<p>### Development Setup<\/p>\n<p>For developers who want to use OneBot as a dependency:<\/p>\n<p>&#8220;`bash<br \/>\n# Build API JAR (without implementation)<br \/>\n.\/gradlew taboolibBuildApi -PDeleteCode<br \/>\n&#8220;`<\/p>\n<p>### Maven Dependency<\/p>\n<p>&#8220;`xml<br \/>\n<dependency><br \/>\n    <groupId>online.bingzi<\/groupId><br \/>\n    <artifactId>onebot<\/artifactId><br \/>\n    <version>VERSION<\/version><br \/>\n<\/dependency><br \/>\n&#8220;`<\/p>\n<p>### Gradle Dependency<\/p>\n<p>&#8220;`kotlin<br \/>\ndependencies {<br \/>\n    implementation(&#8220;online.bingzi:onebot:VERSION&#8221;)<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>## \ud83c\udf10 Supported OneBot Implementations<\/p>\n<p>| Implementation | Protocol Version | Status |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8211;|<br \/>\n| go-cqhttp | v11 | \u2705 Fully Supported |<br \/>\n| Lagrange.OneBot | v11 | \u2705 Fully Supported |<br \/>\n| Shamrock | v11 | \u2705 Fully Supported |<br \/>\n| NapCat | v11 | \u2705 Fully Supported |<br \/>\n| OneBot v12 | v12 | \ud83d\udea7 In Development |<\/p>\n<p>## \ud83d\udcd6 Commands<\/p>\n<p>| Command | Permission | Description |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/onebot help` | `onebot.use` | Show help information |<br \/>\n| `\/onebot status` | `onebot.use` | Check connection status |<br \/>\n| `\/onebot connect` | `onebot.admin` | Connect to OneBot server |<br \/>\n| `\/onebot disconnect` | `onebot.admin` | Disconnect from OneBot server |<br \/>\n| `\/onebot reload` | `onebot.admin` | Reload configuration |<br \/>\n| `\/onebot preset list` | `onebot.admin` | List available presets |<br \/>\n| `\/onebot preset apply <name>` | `onebot.admin` | Apply a preset configuration |<\/p>\n<p>## \ud83d\udd17 Configuration Guide<\/p>\n<p>### Basic Configuration<\/p>\n<p>&#8220;`yaml<br \/>\n# config.yml<br \/>\nonebot:<br \/>\n  # Connection settings<br \/>\n  connection:<br \/>\n    type: websocket<br \/>\n    host: localhost<br \/>\n    port: 8080<br \/>\n    path: \/onebot\/v11\/ws<\/p>\n<p>  # Authentication<br \/>\n  auth:<br \/>\n    enabled: false<br \/>\n    token: your-token-here<\/p>\n<p>  # Message forwarding<br \/>\n  forward:<br \/>\n    game-to-bot: true<br \/>\n    bot-to-game: true<\/p>\n<p>  # Format settings<br \/>\n  format:<br \/>\n    game-message: &#8220;[MC] <{player}> {message}&#8221;<br \/>\n    bot-message: &#8220;[QQ] <{sender}> {message}&#8221;<br \/>\n&#8220;`<\/p>\n<p>### Advanced Settings<\/p>\n<p>See Configuration Wiki for detailed configuration options.<\/p>\n<p>## \ud83e\udd1d Contributing<\/p>\n<p>We welcome contributions! Please see our [Contributing Guidelines](CONTRIBUTING.md) for details.<\/p>\n<p>1. Fork the repository<br \/>\n2. Create your feature branch (`git checkout -b feature\/AmazingFeature`)<br \/>\n3. Commit your changes (`git commit -m &#8216;Add some AmazingFeature&#8217;`)<br \/>\n4. Push to the branch (`git push origin feature\/AmazingFeature`)<br \/>\n5. Open a Pull Request<\/p>\n<p>## \ud83d\udcca Metrics<\/p>\n<p>This plugin uses bStats to collect anonymous usage data. You can opt-out in the bStats config file.<\/p>\n<p>View our metrics: bStats Page<\/p>\n<p>## \ud83d\udc1b Bug Reports &#038; Feature Requests<\/p>\n<p>&#8211; **Bug Reports**: Create an Issue<br \/>\n&#8211; **Feature Requests**: Request a Feature<br \/>\n&#8211; **Discussions**: Join Discussions<\/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 Acknowledgments<\/p>\n<p>&#8211; cnlimiter\/onebot-client &#8211; This project is redesigned and reimplemented based on this project<br \/>\n&#8211; TabooLib &#8211; The powerful framework this plugin is built on<br \/>\n&#8211; OneBot &#8211; The chat protocol standard<br \/>\n&#8211; All contributors and users of this plugin<\/p>\n<p>## \ud83d\udc96 Support<\/p>\n<p>If you find this plugin helpful, please consider:<br \/>\n&#8211; \u2b50 Starring the repository<br \/>\n&#8211; \ud83d\udc1b Reporting bugs and suggesting features<br \/>\n&#8211; \ud83e\udd1d Contributing to the codebase<br \/>\n&#8211; \ud83d\udce2 Sharing with others<\/p>\n<p>&#8212;<\/p>\n<div align=\"center\">\n<p>**Made with \u2764\ufe0f by BingZi-233**<\/p>\n<p>Report Bug \u00b7 Request Feature \u00b7 Join Discussion<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>A powerful Minecraft server plugin that bridges OneBot protocol implementations with your game server.<\/p>\n","protected":false},"featured_media":115991,"template":"","meta":{"_minecraft_slug":"onebot","_minecraft_project_id":"ay8Rdsj0","_minecraft_author":"BingZi-233","_minecraft_license":"AGPL-3.0-only","_minecraft_downloads":141,"_minecraft_follows":2,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"onebot.zip","_minecraft_size_bytes":10278038,"_minecraft_version_count":3,"_minecraft_updated_at":"2026-05-15T18:50:50.665957Z","_minecraft_date_created":"2025-08-12T02:41:45.770248Z","_minecraft_date_modified":"2025-08-14T13:23:26.611982Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/onebot","_minecraft_icon_attachment_id":115991,"_minecraft_imported_at":"2026-06-06T19:53:53+00:00","_minecraft_import_hash":"7cfbb822f63347d1c95a3b4aa400baf7","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,125,873,126,127,128,129],"mod_loader":[130,131,132,133,134],"minecraft_version":[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,73,74,38,78,79,80,81],"class_list":["post-115990","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-folia","mod_category-library","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_loader-bukkit","mod_loader-folia","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","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-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>OneBot - 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\/onebot\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"OneBot - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A powerful Minecraft server plugin that bridges OneBot protocol implementations with your game server.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/onebot\/\" \/>\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\\\/onebot\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/onebot\\\/\",\"name\":\"OneBot - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/onebot\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/onebot\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/onebot-icon-0be0ab6085460d03feba8db044bb0387076c829a_96.webp\",\"datePublished\":\"2026-06-06T19:53:52+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/onebot\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/onebot\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/onebot\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/onebot-icon-0be0ab6085460d03feba8db044bb0387076c829a_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/onebot-icon-0be0ab6085460d03feba8db044bb0387076c829a_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/onebot\\\/#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\":\"OneBot\"}]},{\"@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":"OneBot - 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\/onebot\/","og_locale":"en_US","og_type":"article","og_title":"OneBot - Minecraft","og_description":"A powerful Minecraft server plugin that bridges OneBot protocol implementations with your game server.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/onebot\/","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\/onebot\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/onebot\/","name":"OneBot - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/onebot\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/onebot\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/onebot-icon-0be0ab6085460d03feba8db044bb0387076c829a_96.webp","datePublished":"2026-06-06T19:53:52+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/onebot\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/onebot\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/onebot\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/onebot-icon-0be0ab6085460d03feba8db044bb0387076c829a_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/onebot-icon-0be0ab6085460d03feba8db044bb0387076c829a_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/onebot\/#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":"OneBot"}]},{"@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\/115990","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\/115991"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=115990"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=115990"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=115990"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=115990"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}