{"id":159578,"date":"2026-06-09T17:24:56","date_gmt":"2026-06-09T14:24:56","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/tree-cutter\/"},"modified":"2026-06-09T17:24:56","modified_gmt":"2026-06-09T14:24:56","slug":"tree-cutter","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/tree-cutter\/","title":{"rendered":"Tree Cutter"},"content":{"rendered":"<div align=\"center\">\n<p># TreeCutter<br \/>\n![Ko-fi](https:\/\/modrinth.com\/plugin\/tree-cutter+\/versions?l=paper)<br \/>\n![Ko-fi](https:\/\/modrinth.com\/plugin\/tree-cutter+\/versions?l=purpur)<br \/>\n![Ko-fi](https:\/\/modrinth.com\/plugin\/tree-cutter+)<\/p>\n<p>TreeCutter is a lightweight and configurable Minecraft plugin that allows players to cut down entire natural trees instantly by sneaking and breaking the bottom log. Tool durability is respected, commands are LuckPerms-friendly, and admins have full control.<\/p>\n<p>&#8212;<\/p>\n<p>## Features<\/p>\n<p>&#8211; Instant tree cutting when sneaking and breaking the bottom log.<br \/>\n&#8211; Tool durability handling with Unbreaking support.<br \/>\n&#8211; Durability break confirmation (crouch + break again) with silent confirmed break.<br \/>\n&#8211; Player-made tree blocking with a dedicated toggle: `behavior.block-player-made-trees`.<br \/>\n&#8211; Tracking for player-placed and command-placed logs (`setblock` \/ `fill`) with configurable max fill volume.<br \/>\n&#8211; WorldGuard compatibility with strict block-break checks and optional plugin flag support.<br \/>\n&#8211; Blacklist system with action-bar warnings and `\/tcmsg off` to hide blacklist warnings.<br \/>\n&#8211; Unblacklist action-bar notice, including delivery when the player joins later.<br \/>\n&#8211; Prefix and messages fully configurable through `config.yml` and `messages.yml`.<br \/>\n&#8211; Compatible with Paper, Purpur, and Spigot 1.21+.<\/p>\n<p>&#8212;<\/p>\n<p>## Installation<\/p>\n<p>1. Download `TreeCutter.jar`.<br \/>\n2. Place it in the server&#8217;s `plugins` folder.<br \/>\n3. Start the server to generate default config files:<br \/>\n`config.yml`<br \/>\n`messages.yml`<br \/>\n4. Configure options as needed.<br \/>\n5. Restart the server (or run `\/tcadmin reload`) to apply changes.<\/p>\n<p>&#8212;<\/p>\n<p>## Commands<\/p>\n<p>### Player Commands<\/p>\n<p>| Command        | Permission                    | 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;|<br \/>\n| `\/tc on`       | `treecutter.command.tc.on`    | Enable TreeCutter for the player            |<br \/>\n| `\/tc off`      | `treecutter.command.tc.off`   | Disable TreeCutter for the player           |<br \/>\n| `\/tc status`   | `treecutter.command.tc.status`| Show player status                          |<br \/>\n| `\/tc help`     | `treecutter.command.tc.help`  | Show available player commands              |<br \/>\n| `\/tcmsg off`   | `treecutter.command.tcmsg`    | Hide blacklist action-bar warnings          |<\/p>\n<p>### Admin Commands<\/p>\n<p>| Command                             | Permission                         | 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;&#8211;|<br \/>\n| `\/tcadmin on`                       | `treecutter.command.tcadmin.on`    | Enable plugin globally                        |<br \/>\n| `\/tcadmin off`                      | `treecutter.command.tcadmin.off`   | Disable plugin globally                       |<br \/>\n| `\/tcadmin reload`                   | `treecutter.command.tcadmin.reload`| Reload config and messages                    |<br \/>\n| `\/tcadmin check <player>`           | `treecutter.command.tcadmin.check` | View player stats                             |<br \/>\n| `\/tcadmin blacklist add <player>`   | `treecutter.command.tcadmin.blacklist` | Add player to blacklist                   |<br \/>\n| `\/tcadmin blacklist remove <player>`| `treecutter.command.tcadmin.blacklist` | Remove player from blacklist               |<br \/>\n| `\/tcadmin blacklist list`           | `treecutter.command.tcadmin.blacklist` | List blacklisted players                  |<br \/>\n| `\/tcadmin help`                     | `treecutter.command.tcadmin.help`  | Show admin commands                           |<\/p>\n<p>> Admin commands are only visible to users with permission.<\/p>\n<p>&#8212;<\/p>\n<p>## Permissions<\/p>\n<p>&#8211; `treecutter.use` -> Allows cutting trees<br \/>\n&#8211; `treecutter.command.tc` -> Base access to `\/tc`<br \/>\n&#8211; `treecutter.command.tcmsg` -> Access to `\/tcmsg`<br \/>\n&#8211; `treecutter.command.tc.on` -> Access to `\/tc on`<br \/>\n&#8211; `treecutter.command.tc.off` -> Access to `\/tc off`<br \/>\n&#8211; `treecutter.command.tc.status` -> Access to `\/tc status`<br \/>\n&#8211; `treecutter.command.tc.help` -> Access to `\/tc help`<br \/>\n&#8211; `treecutter.command.tcadmin` -> Base access to `\/tcadmin`<br \/>\n&#8211; `treecutter.command.tcadmin.on` -> Access to `\/tcadmin on`<br \/>\n&#8211; `treecutter.command.tcadmin.off` -> Access to `\/tcadmin off`<br \/>\n&#8211; `treecutter.command.tcadmin.reload` -> Access to `\/tcadmin reload`<br \/>\n&#8211; `treecutter.command.tcadmin.blacklist` -> Access to blacklist admin actions<br \/>\n&#8211; `treecutter.command.tcadmin.check` -> Access to `\/tcadmin check`<br \/>\n&#8211; `treecutter.command.tcadmin.help` -> Access to `\/tcadmin help`<br \/>\n&#8211; `treecutter.bypass.worldguard` -> Bypass WorldGuard checks<\/p>\n<p>> Permissions are fully enforced with LuckPerms. OP fallback only applies if LuckPerms is not installed.<\/p>\n<p>&#8212;<\/p>\n<p>## Configuration Files<\/p>\n<p>### `config.yml`<\/p>\n<details>\n<summary><strong>Configs<\/strong><\/summary>\n<p><\/p>\n<p>&#8220;`yaml<br \/>\nenabled: true<\/p>\n<p>disabled-players: []<br \/>\nblacklist: []<br \/>\nblacklist-message-disabled: []<br \/>\npending-unblacklist-notice: []<br \/>\nprefix: &#8220;&#038;8[&#038;3T&#038;bC&#038;8]&#8221;<\/p>\n<p>behavior:<br \/>\n  sneak-required: true<br \/>\n  block-player-made-trees: true<br \/>\n  require-axe: false<br \/>\n  max-tree-size: 256<br \/>\n  cooldown-seconds: 1.0<br \/>\n  confirmation-required: true<br \/>\n  confirmation-time-seconds: 10<\/p>\n<p>  tree-detection:<br \/>\n    max-leaf-search-radius: 3<br \/>\n    max-leaf-search-up: 5<br \/>\n    min-leaf-count: 4<br \/>\n    max-horizontal-spread: 6<br \/>\n    require-upward-growth: true<\/p>\n<p>placed-log-tracking:<br \/>\n  player-placed: true<br \/>\n  command-placed: true<br \/>\n  max-fill-volume: 50000<\/p>\n<p>notifications:<br \/>\n  blacklist-actionbar-seconds: 10<br \/>\n  unblacklist-actionbar-seconds: 10<\/p>\n<p>drops:<br \/>\n  drop-items: true<br \/>\n  preserve-tool-durability: false<br \/>\n  allow-vanilla-drops: false<\/p>\n<p>hooks:<br \/>\n  worldguard:<br \/>\n    enabled: true<br \/>\n    deny-partial-breaks: true<br \/>\n  placeholderapi:<br \/>\n    enabled: true<br \/>\n&#8220;`<\/p>\n<\/details>\n<p>### `messages.yml`<\/p>\n<p>&#8211; Fully customizable player\/admin messages.<br \/>\n&#8211; Supports placeholder replacements (`{prefix}`, `{player}`, `{time}`, `{tool}`, `{count}`, etc).<br \/>\n&#8211; Blacklist action-bar warning text is configurable, including `\/tcmsg off` hint.<\/p>\n<p>&#8212;<\/p>\n<p>## Notes<\/p>\n<p>&#8211; `\/tcmsg` does not show tab suggestions by design.<br \/>\n&#8211; If a player is unblacklisted while offline, the green unblacklist notice appears on next join.<br \/>\n&#8211; For region protection, keep `hooks.worldguard.enabled: true` and avoid giving `treecutter.bypass.worldguard` unless intended.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Tree Cutter+ lets players cut entire trees instantly by crouching and breaking logs. Supports all vanilla logs and stems and compatible with Minecraft 1.21.<\/p>\n","protected":false},"featured_media":159579,"template":"","meta":{"_minecraft_slug":"tree-cutter+","_minecraft_project_id":"FEtr8Tdw","_minecraft_author":"Fluxoah","_minecraft_license":"CC-BY-NC-4.0","_minecraft_downloads":18105,"_minecraft_follows":8,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"tree-cutter+.zip","_minecraft_size_bytes":463599,"_minecraft_version_count":11,"_minecraft_updated_at":"2026-05-16T00:48:36.676090Z","_minecraft_date_created":"2025-10-01T04:15:31.258535Z","_minecraft_date_modified":"2026-04-08T16:59:03.161440Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/tree-cutter+","_minecraft_icon_attachment_id":159579,"_minecraft_imported_at":"2026-06-09T14:24:56+00:00","_minecraft_import_hash":"49660369469bbee62fa1184818d9d822","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,124,844,89,126,90,127,128,129,92],"mod_loader":[130,132,133,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-159578","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-bukkit","mod_category-economy","mod_category-game-mechanics","mod_category-management","mod_category-optimization","mod_category-paper","mod_category-purpur","mod_category-spigot","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","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>Tree Cutter - 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\/tree-cutter\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Tree Cutter - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Tree Cutter+ lets players cut entire trees instantly by crouching and breaking logs. Supports all vanilla logs and stems and compatible with Minecraft 1.21.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/tree-cutter\/\" \/>\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=\"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\\\/tree-cutter\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/tree-cutter\\\/\",\"name\":\"Tree Cutter - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/tree-cutter\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/tree-cutter\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/tree-cutter-icon-0723c403016e3a4423f9ad8915b0628ea274c127.webp\",\"datePublished\":\"2026-06-09T14:24:56+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/tree-cutter\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/tree-cutter\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/tree-cutter\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/tree-cutter-icon-0723c403016e3a4423f9ad8915b0628ea274c127.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/tree-cutter-icon-0723c403016e3a4423f9ad8915b0628ea274c127.webp\",\"width\":300,\"height\":300},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/tree-cutter\\\/#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\":\"Tree Cutter\"}]},{\"@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":"Tree Cutter - 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\/tree-cutter\/","og_locale":"en_US","og_type":"article","og_title":"Tree Cutter - Minecraft","og_description":"Tree Cutter+ lets players cut entire trees instantly by crouching and breaking logs. Supports all vanilla logs and stems and compatible with Minecraft 1.21.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/tree-cutter\/","og_site_name":"Minecraft","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\/tree-cutter\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/tree-cutter\/","name":"Tree Cutter - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/tree-cutter\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/tree-cutter\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/tree-cutter-icon-0723c403016e3a4423f9ad8915b0628ea274c127.webp","datePublished":"2026-06-09T14:24:56+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/tree-cutter\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/tree-cutter\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/tree-cutter\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/tree-cutter-icon-0723c403016e3a4423f9ad8915b0628ea274c127.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/tree-cutter-icon-0723c403016e3a4423f9ad8915b0628ea274c127.webp","width":300,"height":300},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/tree-cutter\/#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":"Tree Cutter"}]},{"@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\/159578","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\/159579"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=159578"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=159578"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=159578"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=159578"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}