{"id":39392,"date":"2026-06-01T23:46:20","date_gmt":"2026-06-01T20:46:20","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/chestnut\/"},"modified":"2026-06-01T23:46:20","modified_gmt":"2026-06-01T20:46:20","slug":"chestnut","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/chestnut\/","title":{"rendered":"Chestnut &#8211; Discord Webhooks"},"content":{"rendered":"<p># Chestnut<\/p>\n<p align=\"center\">\n\t<img decoding=\"async\" alt=\"modrinth\" height=\"40\" src=\"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3\/assets\/compact\/available\/modrinth_vector.svg\"><br \/>\n  <img decoding=\"async\" alt=\"hangar\" height=\"40\" src=\"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3\/assets\/compact\/available\/hangar_vector.svg\"><br \/>\n  <img decoding=\"async\" alt=\"paper\" height=\"40\" src=\"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3\/assets\/compact\/supported\/paper_vector.svg\">\n<\/p>\n<p>**Chestnut is a Minecraft plugin that watches specific blocks and<br \/>\nsends customizable Discord webhook messages when something happens to them.** Use it to keep an eye on mailboxes, redstone torches, and more, with alerts that<br \/>\ncan be fully tailored to match your style and needs.<\/p>\n<p>> **Why &#8220;Chestnut&#8221;?**<br \/>\n> Well, it started as \u201cChest-Nut\u201d \u2014 because, you know, it keeps an eye on chests.<\/p>\n<p>> **Alpha Notice:**<br \/>\n> Chestnut is currently in **alpha**! \u2014 you may encounter bugs or missing features.<br \/>\n> Feedback is welcome! Feel free to submit issues or suggestions on the<br \/>\n> GitHub repository.<\/p>\n<p>## Features<\/p>\n<p>&#8211; Track supported blocks (storage containers, redstone torches, lecterns) by standing next to them and running a command.<br \/>\n&#8211; Built\u2011in triggers such as `storage`, `redstone_torch` and `lectern`.<br \/>\n&#8211; Custom message templates with placeholders like `<name>`, `<world>`, `<time>`, or `<page>`.<br \/>\n&#8211; Optional embed colors and thumbnail images for each event.<br \/>\n&#8211; Discord webhooks sent asynchronously with rate limiting and retry.<\/p>\n<p>Supported block types:<br \/>\n&#8211; Storage containers (e.g., chests, barrels, shulker boxes)<br \/>\n&#8211; Redstone torches<br \/>\n&#8211; Lecterns<\/p>\n<p>More block types may be added over time or by request.<\/p>\n<p>## Commands<\/p>\n<p>| Command                            | Description                                                                                                                           |<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;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/settracker <name> <trigger>`     | Start creating a tracker by naming it and choosing a trigger. You\u2019ll have 15 seconds to right-click an appropriate block to bind it.  |<br \/>\n| `\/edittracker <name> \u2026`            | Change messages, colors, thumbnails and more.                                                                                         |<br \/>\n| `\/trackerlist [page]`              | Show all trackers with an interactive menu to quickly make simple changes to trackers (based on Husk Homes).                          |<br \/>\n| `\/deltracker <name|all>`          | Remove trackers.                                                                                                                      |<br \/>\n| `\/chestnut <help|reload|status>` | Administrative actions.                                                                                                               |<\/p>\n<p>## Trigger Reference<\/p>\n<p>All triggers support basic tags like `<name>`, `<trigger>`, `<event>`, `<world>`, `<x>`, `<y>`, `<z>` and `<time>`.<br \/>\n<br \/>Some triggers add extra tags listed below. <\/p>\n<p>**Note**: `<name>` defaults to the tracker&#8217;s given title; otherwise it uses the tracker&#8217;s id name. <\/p>\n<p>| Trigger             | Events                                              | Extra tags                                                                                  |<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;&#8211;|&#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| `storage`           | `open`, `close`                                     | `<user>`, `<uuid>`, `<items>`                                                               |<br \/>\n| `redstone_torch`    | `on`, `off`                                         | `<state>` (`lit` or `unlit`)                                                                |<br \/>\n| `lectern`           | `insert_book`, `remove_book`, `page_change`, `open`, `close` | `<user>`, `<uuid>`, `<page>`, `<book_title>`, `<book_author>`, `<book_pages>`, `<has_book>` |<\/p>\n<p>## Example: Monitoring a Mailbox<\/p>\n<p>Imagine a chest at spawn where players drop off items. You want a Discord alert<br \/>\nwhenever it is opened.<\/p>\n<p>1. Stand by the chest and type:<\/p>\n<p>   &#8220;`<br \/>\n   \/settracker mailbox storage<br \/>\n   &#8220;`<\/p>\n<p>    * **mailbox** = the name you give this tracker<br \/>\n    * **storage** = what to watch. You can choose one of:<\/p>\n<p>        * `storage` \u2013 storage blocks like chests, barrels, shulker boxes<br \/>\n        * `redstone_torch` \u2013 a redstone torch turning on\/off<br \/>\n        * `lectern` \u2013 a lectern\u2019s book actions and reading <\/p>\n<p>    After running the command, you\u2019ll have **15 seconds** to right-click the chest to bind it to the tracker.<\/p>\n<p>2. Customize the messages sent via webhook:<\/p>\n<p>   &#8220;`<br \/>\n   \/edittracker mailbox msg open &#8220;<user> checked the <name>!&#8221;<br \/>\n   \/edittracker mailbox msg close &#8220;<user> closed the <name>. Items: <items>&#8221;<br \/>\n   &#8220;`<\/p>\n<p>3. Add some color and icons:<\/p>\n<p>   &#8220;`<br \/>\n   \/edittracker mailbox color open #00FF00<br \/>\n   \/edittracker mailbox color close #FF0000<br \/>\n   \/edittracker mailbox thumbnail open https:\/\/example.com\/open.png<br \/>\n   \/edittracker mailbox thumbnail close https:\/\/example.com\/close.png<br \/>\n   &#8220;`<\/p>\n<p>4. Try it out with a test event:<\/p>\n<p>   &#8220;`<br \/>\n   \/edittracker mailbox test open<br \/>\n   &#8220;`<\/p>\n<p>Now every time the chest is used, an embed will be posted to your webhook with<br \/>\nthe configured title, description, color, and thumbnail.<\/p>\n<p>## Example: Fine-Tuning Event Messages<\/p>\n<p>Say you\u2019ve set up a tracker for a lectern in your library, but you only care about when books are inserted or removed, not every single page turn. Here\u2019s how you could clean it up:<\/p>\n<p>1. **Create the tracker as usual, if you haven&#8217;t already:**<\/p>\n<p>   &#8220;`<br \/>\n   \/settracker library_lectern lectern<br \/>\n   &#8220;`<\/p>\n<p>    * **library_lectern** = the name you give this tracker<br \/>\n    * **lectern** = the type of block to track<\/p>\n<p>2. **Disable the events you don\u2019t want:**<\/p>\n<p>   &#8220;`<br \/>\n   \/edittracker library_lectern msg &#8211;disable page_change<br \/>\n   \/edittracker library_lectern msg &#8211;disable open<br \/>\n   \/edittracker library_lectern msg &#8211;disable close<br \/>\n   &#8220;`<\/p>\n<p>   This tells Chestnut to ignore those events completely.<\/p>\n<p>3. **Revert a custom message back to default:**<\/p>\n<p>   Maybe you experimented with a custom message for `insert_book` but decided you liked the default better:<\/p>\n<p>   &#8220;`<br \/>\n   \/edittracker library_lectern msg &#8211;clear insert_book<br \/>\n   &#8220;`<\/p>\n<p>4. **Re-enable an event later:**<\/p>\n<p>   If you change your mind and want `page_change` events again:<\/p>\n<p>   &#8220;`<br \/>\n   \/edittracker library_lectern msg &#8211;enable page_change<br \/>\n   &#8220;`<\/p>\n<p>5. **Check your settings:**<\/p>\n<p>   &#8220;`<br \/>\n   \/edittracker library_lectern view<br \/>\n   &#8220;`<\/p>\n<p>   This shows which events are enabled\/disabled and what messages they\u2019ll send.<\/p>\n<p>>Pro Tip: Want to wipe the slate clean?<br \/>\n<br \/>Use `&#8211;clear all` to instantly reset all events back to their default messages for that tracker.<\/p>\n<p>**Result:** Your lectern tracker now only sends alerts when books are inserted or the page turned, keeping your Discord feed tidy while still tracking what matters.<\/p>\n<p>## Permissions<\/p>\n<p>&#8211; `chestnut.use` \u2013 Allows players to create and manage trackers.<br \/>\n&#8211; `chestnut.admin` \u2013 Grants access to admin commands like reload.<\/p>\n<p>## Configuration<\/p>\n<p>`config.yml` contains global settings such as the default embed color, webhook<br \/>\nURL, and rate limits.<\/p>\n<p>## FAQ<\/p>\n<p>**Q: Can I use this plugin on a server that already has a Discord bot?**<br \/>\n<br \/>Yes, absolutely. Chestnut works independently, it sends webhook messages directly to Discord. It doesn\u2019t need to connect to or control an existing bot, so it won\u2019t interfere with whatever your bot is doing.<\/p>\n<p>**Q: Does Chestnut only work with Discord?**<br \/>\n<br \/>Yes. Right now Chestnut sends webhook messages in a format designed for Discord. This could possibly be extended to other services in the future.<\/p>\n<p>**Q: Will it slow down my server if I track a lot of blocks?**<br \/>\n<br \/>Possibly. I haven\u2019t stress-tested the limits yet, but like most plugins, tracking very large numbers of blocks could impact performance. It\u2019s best to start small and scale up while monitoring your server\u2019s TPS. Though you will more likely hit Discords rate limit before having performance issues. <\/p>\n<p>**Q: Can I send webhooks to multiple channels?**<br \/>\n<br \/>Not at this time. Chestnut supports a single webhook URL per server configuration. I would like to add support for multiple channels in the future.<\/p>\n<p>**Q: Why don\u2019t my alerts look like the example screenshots?**<br \/>\n<br \/>Out of the box, Chestnut uses simple default messages without custom colors or thumbnails. The examples in the screenshots use customized settings configured with `\/edittracker` commands.<\/p>\n<p>**Q: What happens if the block I\u2019m tracking is destroyed or moved?**<br \/>\n<br \/>Chestnut tracks blocks by their exact position, not by what type of block is there. So if you break a tracked chest and replace it with a barrel (or anything else) in the same spot, the tracker will still be active and may respond to the new block. If a block is moved or removed entirely, the tracker will keep listening at that location until you delete or reassign it.<\/p>\n<p>**Q: Why does Chestnut let me target non-supported blocks like grass or ladders?**<br \/>\n<br \/>Because Chestnut only binds to the exact XYZ location of the block you right-click, it doesn\u2019t really care what the block is. This means you can use any block, even ones that won\u2019t actually trigger events, as a placeholder. For example, you could set a tracker on a temporary block, remove it later, and then place something else there for tracking without re-running the command. <\/p>\n<p>**Q: I found a bunch of bugs! \ud83d\udc1b**<br \/>\n<br \/>lol yeah\u2026 this is my first official attempt at making a plugin, and truthfuly first go at writing java\/kotlin. I&#8217;m more of a python guy myself.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Track specific blocks and send fully customizable Discord webhook alerts when they\u2019re used, opened, or interacted with.<\/p>\n","protected":false},"featured_media":39393,"template":"","meta":{"_minecraft_slug":"chestnut","_minecraft_project_id":"Oy8jqRcb","_minecraft_author":"Penicilin","_minecraft_license":"GPL-3.0-or-later","_minecraft_downloads":102,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"chestnut.zip","_minecraft_size_bytes":3488434,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-15T19:42:17.394094Z","_minecraft_date_created":"2025-08-13T20:24:03.624743Z","_minecraft_date_modified":"2025-08-13T06:03:38.309833Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/chestnut","_minecraft_icon_attachment_id":39393,"_minecraft_imported_at":"2026-06-01T20:46:21+00:00","_minecraft_import_hash":"d76cd0541232ed86fc9f147453214ccb","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,126,127,129,92],"mod_loader":[130,132,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-39392","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-management","mod_category-paper","mod_category-spigot","mod_category-utility","mod_loader-bukkit","mod_loader-paper","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>Chestnut - Discord Webhooks - 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\/chestnut\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Chestnut - Discord Webhooks - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Track specific blocks and send fully customizable Discord webhook alerts when they\u2019re used, opened, or interacted with.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/chestnut\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3\/assets\/compact\/available\/modrinth_vector.svg\" \/>\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\\\/chestnut\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chestnut\\\/\",\"name\":\"Chestnut - Discord Webhooks - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chestnut\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chestnut\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/chestnut-icon-02676d1349ca56a546788dc5873a35f140238f85.png\",\"datePublished\":\"2026-06-01T20:46:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chestnut\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chestnut\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chestnut\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/chestnut-icon-02676d1349ca56a546788dc5873a35f140238f85.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/chestnut-icon-02676d1349ca56a546788dc5873a35f140238f85.png\",\"width\":300,\"height\":300},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/chestnut\\\/#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\":\"Chestnut &#8211; Discord Webhooks\"}]},{\"@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":"Chestnut - Discord Webhooks - 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\/chestnut\/","og_locale":"en_US","og_type":"article","og_title":"Chestnut - Discord Webhooks - Minecraft","og_description":"Track specific blocks and send fully customizable Discord webhook alerts when they\u2019re used, opened, or interacted with.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/chestnut\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3\/assets\/compact\/available\/modrinth_vector.svg","type":"","width":"","height":""}],"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\/chestnut\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/chestnut\/","name":"Chestnut - Discord Webhooks - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/chestnut\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/chestnut\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/chestnut-icon-02676d1349ca56a546788dc5873a35f140238f85.png","datePublished":"2026-06-01T20:46:20+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/chestnut\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/chestnut\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/chestnut\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/chestnut-icon-02676d1349ca56a546788dc5873a35f140238f85.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/chestnut-icon-02676d1349ca56a546788dc5873a35f140238f85.png","width":300,"height":300},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/chestnut\/#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":"Chestnut &#8211; Discord Webhooks"}]},{"@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\/39392","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\/39393"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=39392"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=39392"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=39392"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=39392"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}