{"id":159626,"date":"2026-06-09T17:26:34","date_gmt":"2026-06-09T14:26:34","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/treechopperultra\/"},"modified":"2026-06-09T17:26:34","modified_gmt":"2026-06-09T14:26:34","slug":"treechopperultra","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/treechopperultra\/","title":{"rendered":"TreeChopperUltra"},"content":{"rendered":"<p># \ud83c\udf32 TreeChopper \u2014 Tree Felling Plugin with Falling Animation | Paper \u00b7 Spigot \u00b7 Folia 1.21-26.1.2<\/p>\n<p>**Break one log. Watch the whole tree fall.**<\/p>\n<p>TreeChopper is a lightweight, performance-focused tree felling plugin for Paper, Spigot, and Folia servers. Hit any log with an axe and the entire tree collapses \u2014 logs tumble down layer by layer with real physics, leaves decay automatically, and a sapling replants itself at the base.<\/p>\n<p>No client mods. No heavy dependencies. Just drop the jar and it works.<\/p>\n<p>&#8212;<\/p>\n<p>## \u2728 Why TreeChopper?<\/p>\n<p>Most tree felling plugins were built years ago and never adapted to modern threaded servers. TreeChopper is built for **modern Minecraft 1.21-26.1.2**, with real **Folia support** and a full **falling log animation**.<\/p>\n<p>> **A tree chopper plugin with both falling animation and real Folia compatibility.**<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83e\ude93 Core Features<\/p>\n<p>**Falling animation**<br \/>\nLogs do not just vanish. They break top-to-bottom and fly outward as `FallingBlock` entities with real Minecraft physics.<\/p>\n<p>**Smart tree separation**<br \/>\nTwo trees growing side by side are treated independently. Chop one tree and the other stays intact. Ownership checks prevent cross-tree damage to leaves, roots, and attached vegetation.<\/p>\n<p>**2\u00d72 mega tree support**<br \/>\nLarge Jungle, Spruce, and Dark Oak trees with a 2\u00d72 trunk are detected and felled as a single unit.<\/p>\n<p>**Improved vanilla tree handling**<br \/>\nComplex natural trees such as **Cherry**, **Pale Oak**, and **Mangrove** are handled more accurately, including irregular trunk shapes, hanging vegetation, propagules, cocoa, and mangrove roots.<\/p>\n<p>**All vanilla wood types**<br \/>\nOak \u00b7 Birch \u00b7 Spruce \u00b7 Jungle \u00b7 Dark Oak \u00b7 Acacia \u00b7 Cherry \u00b7 Mangrove \u00b7 Crimson Stem \u00b7 Warped Stem \u00b7 Mushroom Stem<\/p>\n<p>**Automatic leaf decay**<br \/>\nAfter the logs fall, leaves from the chopped tree break automatically. Leaves shared with a neighboring tree are left untouched.<\/p>\n<p>**Attached vegetation cleanup**<br \/>\nVines, cocoa, pale hanging moss, mangrove propagules, and similar vegetation are detected and removed along with the correct tree.<\/p>\n<p>&#8212;<\/p>\n<p>## \u2696\ufe0f Balance &#038; Gameplay Feel<\/p>\n<p>**Durability &#038; Unbreaking**<br \/>\nThe axe loses one durability per log broken. Unbreaking is applied probabilistically across the whole tree, matching vanilla behavior.<\/p>\n<p>**Fortune &#038; Silk Touch**<br \/>\nEnchantments on your axe apply to every log that falls, not just the first one.<\/p>\n<p>**Player-placed log protection**<br \/>\nLogs placed by players are tracked and never trigger mass felling.<\/p>\n<p>**Structure detection**<br \/>\nHeuristic analysis helps prevent the plugin from treating village houses, outposts, and other generated structures as natural trees.<\/p>\n<p>**Sneak activation modes**<br \/>\nChoose how the plugin activates:<br \/>\n&#8211; `ALWAYS_ON` \u2014 always active with an axe<br \/>\n&#8211; `SNEAK_DISABLE` \u2014 active by default, hold sneak to disable<br \/>\n&#8211; `SNEAK_ENABLE` \u2014 disabled by default, hold sneak to activate<\/p>\n<p>**Per-player toggle**<br \/>\nEach player can enable or disable tree chopping for themselves using `\/treechopper toggle`. State persists across sessions.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd17 Plugin Integrations<\/p>\n<p>| Plugin | Behavior |<br \/>\n|&#8212;|&#8212;|<br \/>\n| **WorldGuard** | Felling is blocked inside protected regions |<br \/>\n| **GriefPrevention** | Felling is blocked inside claimed land |<br \/>\n| **CoreProtect** | Every broken log and replanted sapling is logged under the player&#8217;s name |<\/p>\n<p>All integrations are **soft dependencies**. TreeChopper works perfectly without any of them.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udf31 Auto-Replant<\/p>\n<p>After a tree is felled, a sapling is automatically placed at the base:<\/p>\n<p>&#8211; Supports regular and mega (2\u00d72) trees<br \/>\n&#8211; Configurable: take sapling from player inventory, or place it for free<br \/>\n&#8211; Respects WorldGuard and GriefPrevention<br \/>\n&#8211; Fixed protection flow so saplings are **not consumed** if placement is denied<br \/>\n&#8211; Can be limited to natural trees only<br \/>\n&#8211; Per-world enable\/disable list<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Configuration<\/p>\n<details>\n<summary>config.yml \u2014 click to expand<\/summary>\n<p>&#8220;`yaml<br \/>\nlanguage:<br \/>\n  default: en          # en \u00b7 ru \u00b7 uk<br \/>\n  fallback: en<\/p>\n<p>limits:<br \/>\n  max-logs: 512<br \/>\n  leaf-search-radius: 6<br \/>\n  foreign-log-scan-radius: 8<\/p>\n<p>performance:<br \/>\n  max-blocks-per-task: 16<\/p>\n<p>activation:<br \/>\n  mode: SNEAK_DISABLE  # ALWAYS_ON \u00b7 SNEAK_DISABLE \u00b7 SNEAK_ENABLE<\/p>\n<p>player-toggle:<br \/>\n  enabled: true<br \/>\n  default-enabled: true<br \/>\n  save-on-change: true<\/p>\n<p>detection:<br \/>\n  min-leaf-contacts: 4<br \/>\n  min-mega-leaf-contacts: 8<br \/>\n  max-structure-contacts: 4<\/p>\n<p>protection:<br \/>\n  enabled: true<br \/>\n  use-worldguard: true<br \/>\n  use-griefprevention: true<br \/>\n  mode: FAIL_WHOLE_TREE<\/p>\n<p>integrations:<br \/>\n  coreprotect:<br \/>\n    enabled: true<\/p>\n<p>auto-replant:<br \/>\n  enabled: true<br \/>\n  require-sapling: false<br \/>\n  consume-sapling: false<br \/>\n  delay-ticks-after-fell: 20<br \/>\n  replant-mega-trees: true<br \/>\n  mega-mode: four-saplings   # single \u00b7 four-saplings<br \/>\n  respect-protection: true<br \/>\n  only-natural-trees: true<br \/>\n  disabled-worlds: []<br \/>\n&#8220;`<\/p>\n<\/details>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcac Commands &#038; Permissions<\/p>\n<p>| Command | Permission | Default | Description |<br \/>\n|&#8212;|&#8212;|&#8212;|&#8212;|<br \/>\n| `\/treechopper toggle` | `treechopper.toggle` | everyone | Enable\/disable tree chopping for yourself |<br \/>\n| `\/treechopper reload` | `treechopper.reload` | op | Reload config and all services without restart |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udf0d Localization<\/p>\n<p>Built-in translations: **English**, **Russian**, **Ukrainian**<\/p>\n<p>Language files are in `plugins\/TreeChopper\/lang\/` and can be freely edited. Switch language in `config.yml` under `language.default`.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcca Stats<\/p>\n<p>TreeChopper includes anonymous **bStats** metrics.<\/p>\n<p>Public stats page: https:\/\/bstats.org\/plugin\/bukkit\/TreeChopper\/27579<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\ude80 Perfect For<\/p>\n<p>&#8211; **SMP servers** \u2014 satisfying QoL without breaking survival balance<br \/>\n&#8211; **Vanilla+ servers** \u2014 feels like a natural part of the game<br \/>\n&#8211; **Economy servers** \u2014 Fortune applies to all logs; durability still matters<br \/>\n&#8211; **Folia servers** \u2014 safe threaded scheduling with falling animation<br \/>\n&#8211; **Servers using WorldGuard \/ GriefPrevention \/ CoreProtect** \u2014 native integration<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udccb Requirements<\/p>\n<p>&#8211; **Server:** Paper, Spigot, or Folia<br \/>\n&#8211; **Java:** 21+<br \/>\n&#8211; **Minecraft:** 1.21-26.1.2<\/p>\n<p>&#8212;<\/p>\n<p>*Built for modern servers. Tested with 49 passing unit tests. MIT licensed.*<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A Minecraft plugin for fast tree cutting with a falling animation, compatible with Folia 1.21-26.1.2.<\/p>\n","protected":false},"featured_media":159627,"template":"","meta":{"_minecraft_slug":"treechopperultra","_minecraft_project_id":"iMNl8Px9","_minecraft_author":"Erotoro","_minecraft_license":"MIT","_minecraft_downloads":314,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"treechopperultra.zip","_minecraft_size_bytes":399252,"_minecraft_version_count":5,"_minecraft_updated_at":"2026-05-16T11:40:44.029247Z","_minecraft_date_created":"2026-03-11T04:01:59.443174Z","_minecraft_date_modified":"2026-05-16T03:09:11.768529Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/treechopperultra","_minecraft_icon_attachment_id":159627,"_minecraft_imported_at":"2026-06-09T14:26:34+00:00","_minecraft_import_hash":"5e51ea39878f7053b0dcbcffb74b6b52","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,125,89,127,128,129,92],"mod_loader":[130,131,132,133,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-159626","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-folia","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-utility","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","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>TreeChopperUltra - 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\/treechopperultra\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"TreeChopperUltra - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A Minecraft plugin for fast tree cutting with a falling animation, compatible with Folia 1.21-26.1.2.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/treechopperultra\/\" \/>\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\\\/treechopperultra\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/treechopperultra\\\/\",\"name\":\"TreeChopperUltra - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/treechopperultra\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/treechopperultra\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/treechopperultra-icon-c45184ca0eee82f466c21d274f67e9503c786ecc_96.webp\",\"datePublished\":\"2026-06-09T14:26:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/treechopperultra\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/treechopperultra\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/treechopperultra\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/treechopperultra-icon-c45184ca0eee82f466c21d274f67e9503c786ecc_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/treechopperultra-icon-c45184ca0eee82f466c21d274f67e9503c786ecc_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/treechopperultra\\\/#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\":\"TreeChopperUltra\"}]},{\"@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":"TreeChopperUltra - 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\/treechopperultra\/","og_locale":"en_US","og_type":"article","og_title":"TreeChopperUltra - Minecraft","og_description":"A Minecraft plugin for fast tree cutting with a falling animation, compatible with Folia 1.21-26.1.2.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/treechopperultra\/","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\/treechopperultra\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/treechopperultra\/","name":"TreeChopperUltra - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/treechopperultra\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/treechopperultra\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/treechopperultra-icon-c45184ca0eee82f466c21d274f67e9503c786ecc_96.webp","datePublished":"2026-06-09T14:26:34+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/treechopperultra\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/treechopperultra\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/treechopperultra\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/treechopperultra-icon-c45184ca0eee82f466c21d274f67e9503c786ecc_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/treechopperultra-icon-c45184ca0eee82f466c21d274f67e9503c786ecc_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/treechopperultra\/#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":"TreeChopperUltra"}]},{"@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\/159626","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\/159627"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=159626"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=159626"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=159626"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=159626"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}