{"id":7001,"date":"2026-05-31T17:32:28","date_gmt":"2026-05-31T14:32:28","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/advanced-treecapitator\/"},"modified":"2026-05-31T17:32:28","modified_gmt":"2026-05-31T14:32:28","slug":"advanced-treecapitator","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/advanced-treecapitator\/","title":{"rendered":"Advanced TreeCapitator"},"content":{"rendered":"<p># Advanced TreeCapitator<\/p>\n<p>**Version:** 1.4.0 | **API:** Paper 1.20.4+ | **Author:** Duong2012G<br \/>\n**License:** Apache-2.0 | **Link:** Modrinth<\/p>\n<p>Fell an entire tree with a single axe swing \u2014 Fortune, Silk Touch, and realistic<br \/>\ntool durability fully supported.<\/p>\n<p>&#8212;<\/p>\n<p>## Features<\/p>\n<p>| Feature | Description |<br \/>\n|&#8212;|&#8212;|<br \/>\n| **BFS tree felling** | Finds and breaks all connected logs using a 26-direction breadth-first search (handles Big Oak, Acacia, Dark Oak diagonal logs) |<br \/>\n| **Horizontal BFS cap** | Limits horizontal spread to 8 blocks from the origin \u2014 two nearby trees are never merged into one fell (added v1.4.0) |<br \/>\n| **`require-leaves` guard** | Checks for adjacent leaves before felling \u2014 prevents accidental activation on player-built log walls and cabins |<br \/>\n| **Protection plugin support** | Fires `BlockBreakEvent` for each extra block \u2014 WorldGuard, GriefPrevention, Lands, Residence can cancel individual blocks (fix v1.4.0) |<br \/>\n| **Anti-recursion guard** | `breakingTrees` set prevents the plugin from re-triggering itself when it fires protection events (fix v1.4.0) |<br \/>\n| **Fortune &#038; Silk Touch** | Work automatically on every block via `breakNaturally(tool)`, no extra configuration needed |<br \/>\n| **Durability pre-check** | Calculates max breakable logs *before* breaking any \u2014 axe can never fell more than its remaining durability allows |<br \/>\n| **Config validation** | All numeric values are clamped to a valid range \u2014 a malformed config can no longer crash or break the plugin (added v1.4.0) |<br \/>\n| **Configurable leaf cost** | `leaf-durability-ratio` controls how many leaves equal one durability hit (default: 10) |<br \/>\n| **Partial chop** | Trees larger than `max-blocks` are chopped up to the limit; remaining logs can be harvested with additional swings |<br \/>\n| **Per-player toggle** | Each player can enable\/disable tree felling with `\/atc toggle` without affecting others |<br \/>\n| **Plugin API** | `TreeCapitatorEvent` lets other plugins cancel felling or grant custom rewards based on tree size |<br \/>\n| **World whitelist\/blacklist** | Restrict which worlds allow tree felling |<br \/>\n| **Nether &#038; Bamboo support** | Crimson Stem, Warped Stem, and Bamboo Block all supported; `require-leaves` is automatically bypassed for these |<br \/>\n| **Particle &#038; sound effects** | Configurable visual feedback on each fell |<br \/>\n| **Hot reload** | Apply config changes with `\/atc reload`, no restart needed |<\/p>\n<p>&#8212;<\/p>\n<p>## Installation<\/p>\n<p>1. Download `AdvancedTreeCapitator-1.4.0.jar`<br \/>\n2. Place it in your server&#8217;s `plugins\/` folder<br \/>\n3. Restart or reload the server<br \/>\n4. Edit `plugins\/AdvancedTreeCapitator\/config.yml` as needed<br \/>\n5. Run `\/atc reload` to apply changes without restarting<\/p>\n<p>**Requirements:** Paper (or any Paper fork) 1.20.4+, **Java 17+** (was Java 21 in v1.3.0)<\/p>\n<p>&#8212;<\/p>\n<p>## Permissions<\/p>\n<p>| Permission | Description | Default |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| `advancedtreecapitator.use` | Use tree felling + `\/atc toggle` | `true` (all players) |<br \/>\n| `advancedtreecapitator.admin` | Reload config with `\/atc reload` | `op` |<\/p>\n<p>&#8212;<\/p>\n<p>## Commands<\/p>\n<p>| Command | Description | Permission |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| `\/atc toggle` | Enable or disable tree felling for yourself | `advancedtreecapitator.use` |<br \/>\n| `\/atc reload` | Reload the configuration file | `advancedtreecapitator.admin` |<\/p>\n<p>&#8212;<\/p>\n<p>## How to Use<\/p>\n<p>1. Hold an axe listed in `tool-whitelist`<br \/>\n2. Sneak (Shift) if `require-sneak: true`<br \/>\n3. Break the base log of a tree \u2014 the entire connected tree drops at once<\/p>\n<p>> **Fortune:** All logs and leaves receive Fortune bonus drops automatically.<br \/>\n> **Silk Touch:** Logs and leaves drop as their block form instead of items.<\/p>\n<p>&#8212;<\/p>\n<p>## Configuration Reference<\/p>\n<p>&#8220;`yaml<br \/>\n# \u2500\u2500 Activation \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500<br \/>\nenabled: true<br \/>\nrequire-axe: true          # must hold an axe from tool-whitelist<br \/>\nrequire-sneak: true        # must be sneaking (Shift)<br \/>\nrequire-leaves: true       # at least 1 adjacent leaf required \u2014 prevents structure damage<\/p>\n<p># \u2500\u2500 Mining \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500<br \/>\nmax-blocks: 100            # max logs per fell (partial chop above limit)<br \/>\ncooldown-ms: 200           # per-player cooldown in milliseconds<br \/>\nbreak-leaves: false        # also break adjacent leaves<\/p>\n<p># \u2500\u2500 Durability \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500<br \/>\ndamage-axe: true           # apply durability loss proportional to blocks broken<br \/>\ndamage-multiplier: 1.0     # durability cost per log block (Unbreaking respected)<br \/>\nleaf-durability-ratio: 10  # how many leaves = 1 durability hit (when break-leaves: true)<\/p>\n<p># \u2500\u2500 Effects \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500<br \/>\nparticle-effect: true<br \/>\nsound-effect: true<\/p>\n<p># \u2500\u2500 World Restrictions \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500<br \/>\nwhitelist-worlds: []       # only these worlds (empty = all)<br \/>\nblacklist-worlds: []       # block these worlds (empty = none)<br \/>\n&#8220;`<\/p>\n<p>### World Restrictions<\/p>\n<p>&#8220;`yaml<br \/>\n# Allow only specific worlds:<br \/>\nwhitelist-worlds:<br \/>\n  &#8211; world<br \/>\n  &#8211; world_nether<\/p>\n<p># Or block specific worlds:<br \/>\nblacklist-worlds:<br \/>\n  &#8211; creative_world<br \/>\n&#8220;`<\/p>\n<p>### Adding Custom Log Types<\/p>\n<p>Add any `Material` enum name (case-insensitive) to `log-types`:<\/p>\n<p>&#8220;`yaml<br \/>\nlog-types:<br \/>\n  &#8211; OAK_LOG<br \/>\n  &#8211; MUSHROOM_STEM   # enables huge mushroom felling<br \/>\n  # add more as needed&#8230;<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## Plugin API \u2014 `TreeCapitatorEvent`<\/p>\n<p>Other plugins can hook into tree felling via the `TreeCapitatorEvent`:<\/p>\n<p>&#8220;`java<br \/>\nimport dev.duong2012g.atc.TreeCapitatorEvent;<br \/>\nimport org.bukkit.event.EventHandler;<br \/>\nimport org.bukkit.event.Listener;<\/p>\n<p>public class MyListener implements Listener {<\/p>\n<p>    @EventHandler<br \/>\n    public void onTreeFell(TreeCapitatorEvent event) {<br \/>\n        Player player   = event.getPlayer();<br \/>\n        int    logCount = event.getLogs().size();<\/p>\n<p>        \/\/ Example: cancel felling in a specific region<br \/>\n        if (isProtectedRegion(player.getLocation())) {<br \/>\n            event.setCancelled(true);<br \/>\n            return;<br \/>\n        }<\/p>\n<p>        \/\/ Example: reward economy based on tree size<br \/>\n        economy.depositPlayer(player, logCount * 0.5);<br \/>\n    }<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>**Event fields:**<\/p>\n<p>| Method | Returns | Description |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| `getPlayer()` | `Player` | The player who triggered the fell |<br \/>\n| `getLogs()` | `Set<Block>` (unmodifiable) | Log blocks scheduled to break (origin excluded) |<br \/>\n| `getLeaves()` | `Set<Block>` (unmodifiable) | Leaf blocks scheduled to break (empty if `break-leaves: false`) |<br \/>\n| `setCancelled(true)` | \u2014 | Cancels the entire tree felling |<\/p>\n<p>&#8212;<\/p>\n<p>## Changelog<\/p>\n<p>See [CHANGELOG.md](CHANGELOG.md)<\/p>\n<p>&#8212;<\/p>\n<p>## Bug Fixes in v1.4.0<\/p>\n<p>| # | Bug | Status |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| 1 | Forced Java 21 \u2192 `UnsupportedClassVersionError` on Java 17 servers | \u2705 Fixed \u2014 compile target lowered to Java 17 |<br \/>\n| 2 | Double durability damage | \u2705 Clarified \u2014 **not a bug**: `breakNaturally(tool)` does not touch inventory durability; it only uses the tool for drop calculation |<br \/>\n| 3 | Accidentally felling player-built log structures | \u2705 Already covered by `require-leaves` guard since v1.2.3; v1.4.0 adds horizontal BFS cap as a second layer |<br \/>\n| 4 | 26-direction BFS merging two nearby trees | \u2705 Fixed \u2014 added `MAX_HORIZONTAL_DISTANCE = 8` |<br \/>\n| 5 | Bypassing protection plugins (WorldGuard, Lands\u2026) | \u2705 Fixed \u2014 `BlockBreakEvent` fired for every extra block |<br \/>\n| 6 | No anti-recursion guard | \u2705 Fixed \u2014 `breakingTrees` set prevents the listener from looping when it fires protection events |<br \/>\n| 7 | Config accepts invalid values (`max-blocks: -1`) | \u2705 Fixed \u2014 all numeric values are clamped on load |<br \/>\n| 8 | Folia incompatibility | \u26a0\ufe0f Not yet fixed \u2014 requires migration to `RegionScheduler` (planned v1.5.0) |<\/p>\n<p>&#8212;<\/p>\n<p>## License<\/p>\n<p>Apache-2.0 \u00a9 Duong2012G<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Advanced TreeCapitator enables fast tree felling on Paper 1.21. Sneak with an axe to chop entire trees, with configurable durability loss, world restrictions, and a reload command.<\/p>\n","protected":false},"featured_media":7002,"template":"","meta":{"_minecraft_slug":"advanced-treecapitator","_minecraft_project_id":"8li9wnIm","_minecraft_author":"Duong2012G","_minecraft_license":"Apache-2.0","_minecraft_downloads":479,"_minecraft_follows":2,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"advanced-treecapitator.zip","_minecraft_size_bytes":165113,"_minecraft_version_count":11,"_minecraft_updated_at":"2026-05-16T10:43:14.051635Z","_minecraft_date_created":"2026-03-10T00:03:55.134849Z","_minecraft_date_modified":"2026-05-14T04:50:52.707492Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/advanced-treecapitator","_minecraft_icon_attachment_id":7002,"_minecraft_imported_at":"2026-05-31T14:32:29+00:00","_minecraft_import_hash":"039a0d200a1f9d310ba970d35ada36d0","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,124,89,127,128,129,869,92],"mod_loader":[130,132,133,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-7001","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-bukkit","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-transportation","mod_category-utility","mod_loader-bukkit","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>Advanced TreeCapitator - 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\/advanced-treecapitator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Advanced TreeCapitator - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Advanced TreeCapitator enables fast tree felling on Paper 1.21. Sneak with an axe to chop entire trees, with configurable durability loss, world restrictions, and a reload command.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/advanced-treecapitator\/\" \/>\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\\\/advanced-treecapitator\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/advanced-treecapitator\\\/\",\"name\":\"Advanced TreeCapitator - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/advanced-treecapitator\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/advanced-treecapitator\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/advanced-treecapitator-icon-9dddc463575fa1f764aac863d30ca3158f8cd06a_96.webp\",\"datePublished\":\"2026-05-31T14:32:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/advanced-treecapitator\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/advanced-treecapitator\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/advanced-treecapitator\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/advanced-treecapitator-icon-9dddc463575fa1f764aac863d30ca3158f8cd06a_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/advanced-treecapitator-icon-9dddc463575fa1f764aac863d30ca3158f8cd06a_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/advanced-treecapitator\\\/#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\":\"Advanced TreeCapitator\"}]},{\"@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":"Advanced TreeCapitator - 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\/advanced-treecapitator\/","og_locale":"en_US","og_type":"article","og_title":"Advanced TreeCapitator - Minecraft","og_description":"Advanced TreeCapitator enables fast tree felling on Paper 1.21. Sneak with an axe to chop entire trees, with configurable durability loss, world restrictions, and a reload command.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/advanced-treecapitator\/","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\/advanced-treecapitator\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/advanced-treecapitator\/","name":"Advanced TreeCapitator - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/advanced-treecapitator\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/advanced-treecapitator\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/advanced-treecapitator-icon-9dddc463575fa1f764aac863d30ca3158f8cd06a_96.webp","datePublished":"2026-05-31T14:32:28+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/advanced-treecapitator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/advanced-treecapitator\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/advanced-treecapitator\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/advanced-treecapitator-icon-9dddc463575fa1f764aac863d30ca3158f8cd06a_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/advanced-treecapitator-icon-9dddc463575fa1f764aac863d30ca3158f8cd06a_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/advanced-treecapitator\/#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":"Advanced TreeCapitator"}]},{"@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\/7001","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\/7002"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=7001"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=7001"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=7001"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=7001"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}