Tree Cutter

⭐ — (12 endorsements) 📥 29,563 downloads 📌 v2.1.0 📅 10/1/2025
🟡 Updated this year

By Fluxoah · adventure

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 4/8/2026 📅 Created: 10/1/2025

🔍 Analysis

  • 👍 0.0% endorsement rate
  • 🏆 #50 of 367 adventure mods in this game by downloads

📋 About This Mod

✅ Instant tree cutting when sneaking and breaking the bottom log.
✅ Tool durability handling with Unbreaking support.
✅ Durability break confirmation (crouch + break again) with silent confirmed break.
✅ Player-made tree blocking with a dedicated toggle: `behavior.block-player-made-trees`.
✅ Tracking for player-placed and command-placed logs (`setblock` / `fill`) with configurable max fill volume.
✅ WorldGuard compatibility with strict block-break checks and optional plugin flag support.

<div align="center"> # TreeCutter (https://raw.githubusercontent.com/Fluxoah/Banners/main/available_for_paper.png)](https://modrinth.com/plugin/tree-cutter+/versions?l=paper) (https://raw.githubusercontent.com/Fluxoah/Banners/main/available_for_pupur.png)](https://modrinth.com/plugin/tree-cutter+/versions?l=purpur) (https://raw.githubusercontent.com/Fluxoah/Banners/main/available_on_modrinth.png)](https://modrinth.com/plugin/tree-cutter+) 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. --- ## Features - Instant tree cutting when sneaking and breaking the bottom log. - Tool durability handling with Unbreaking support. - Durability break confirmation (crouch + break again) with silent confirmed break. - Player-made tree blocking with a dedicated toggle: `behavior.block-player-made-trees`. - Tracking for player-placed and command-placed logs (`setblock` / `fill`) with configurable max fill volume. - WorldGuard compatibility with strict block-break checks and optional plugin flag support. - Blacklist system with action-bar warnings and `/tcmsg off` to hide blacklist warnings. - Unblacklist action-bar notice, including delivery when the player joins later. - Prefix and messages fully configurable through `config.yml` and `messages.yml`. - Compatible with Paper, Purpur, and Spigot 1.21+. --- ## Installation 1. Download `TreeCutter.jar`. 2. Place it in the server's `plugins` folder. 3. Start the server to generate default config files: `config.yml` `messages.yml` 4. Configure options as needed. 5. Restart the server (or run `/tcadmin reload`) to apply changes. --- ## Commands ### Player Commands | Command | Permission | Description | |----------------|-------------------------------|---------------------------------------------| | `/tc on` | `treecutter.command.tc.on` | Enable TreeCutter for the player | | `/tc off` | `treecutter.command.tc.off` | Disable TreeCutter for the player | | `/tc status` | `treecutter.command.tc.status`| Show player status | | `/tc help` | `treecutter.command.tc.help` | Show available player commands | | `/tcmsg off` | `treecutter.command.tcmsg` | Hide blacklist action-bar warnings | ### Admin Commands | Command | Permission | Description | |-------------------------------------|------------------------------------|-----------------------------------------------| | `/tcadmin on` | `treecutter.command.tcadmin.on` | Enable plugin globally | | `/tcadmin off` | `treecutter.command.tcadmin.off` | Disable plugin globally | | `/tcadmin reload` | `treecutter.command.tcadmin.reload`| Reload config and messages | | `/tcadmin check <player>` | `treecutter.command.tcadmin.check` | View player stats | | `/tcadmin blacklist add <player>` | `treecutter.command.tcadmin.blacklist` | Add player to blacklist | | `/tcadmin blacklist remove <player>`| `treecutter.command.tcadmin.blacklist` | Remove player from blacklist | | `/tcadmin blacklist list` | `treecutter.command.tcadmin.blacklist` | List blacklisted players | | `/tcadmin help` | `treecutter.command.tcadmin.help` | Show admin commands | > Admin commands are only visible to users with permission. --- ## Permissions - `treecutter.use` -> Allows cutting trees - `treecutter.command.tc` -> Base access to `/tc` - `treecutter.command.tcmsg` -> Access to `/tcmsg` - `treecutter.command.tc.on` -> Access to `/tc on` - `treecutter.command.tc.off` -> Access to `/tc off` - `treecutter.command.tc.status` -> Access to `/tc status` - `treecutter.command.tc.help` -> Access to `/tc help` - `treecutter.command.tcadmin` -> Base access to `/tcadmin` - `treecutter.command.tcadmin.on` -> Access to `/tcadmin on` - `treecutter.command.tcadmin.off` -> Access to `/tcadmin off` - `treecutter.command.tcadmin.reload` -> Access to `/tcadmin reload` - `treecutter.command.tcadmin.blacklist` -> Access to blacklist admin actions - `treecutter.command.tcadmin.check` -> Access to `/tcadmin check` - `treecutter.command.tcadmin.help` -> Access to `/tcadmin help` - `treecutter.bypass.worldguard` -> Bypass WorldGuard checks > Permissions are fully enforced with LuckPerms. OP fallback only applies if LuckPerms is not installed. --- ## Configuration Files ### `config.yml` <details> <summary><strong>Configs</strong></summary> <br>

# TreeCutter [!(https://raw.githubusercontent.com/Fluxoah/Banners/main/available_for_paper.png)](https://modrinth.com/plugin/tree-cutter+/versions?l=paper) [!(https://raw.githubusercontent.com/Fluxoah/Banners/main/available_for_pupur.png)](https://modrinth.com/plugin/tree-cutter+/versions?l=purpur) [!(https://raw.githubusercontent.com/Fluxoah/Banners/main/available_on_modrinth.png)](https://modrinth.com/plugin/tree-cutter+)

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.

## Features

  • Instant tree cutting when sneaking and breaking the bottom log.
  • Tool durability handling with Unbreaking support.
  • Durability break confirmation (crouch + break again) with silent confirmed break.
  • Player-made tree blocking with a dedicated toggle: `behavior.block-player-made-trees`.
  • Tracking for player-placed and command-placed logs (`setblock` / `fill`) with configurable max fill volume.
  • WorldGuard compatibility with strict block-break checks and optional plugin flag support.
  • Blacklist system with action-bar warnings and `/tcmsg off` to hide blacklist warnings.
  • Unblacklist action-bar notice, including delivery when the player joins later.
  • Prefix and messages fully configurable through `config.yml` and `messages.yml`.
  • Compatible with Paper, Purpur, and Spigot 1. 21+.

## Installation

1. Download `TreeCutter.jar`. 2. Place it in the server's `plugins` folder. 3. Start the server to generate default config files: `config.yml` `messages.yml` 4. Configure options as needed. 5. Restart the server (or run `/tcadmin reload`) to apply changes.

## Commands

### Player Commands

| Command | Permission | Description | |----------------|-------------------------------|---------------------------------------------| | `/tc on` | `treecutter.command.tc.on` | Enable TreeCutter for the player | | `/tc off` | `treecutter.command.tc.off` | Disable TreeCutter for the player | | `/tc status` | `treecutter.command.tc.status`| Show player status | | `/tc help` | `treecutter.command.tc.help` | Show available player commands | | `/tcmsg off` | `treecutter.command.tcmsg` | Hide blacklist action-bar warnings |

### Admin Commands

| Command | Permission | Description | |-------------------------------------|------------------------------------|-----------------------------------------------| | `/tcadmin on` | `treecutter.command.tcadmin.on` | Enable plugin globally | | `/tcadmin off` | `treecutter.command.tcadmin.off` | Disable plugin globally | | `/tcadmin reload` | `treecutter.command.tcadmin.reload`| Reload config and messages | | `/tcadmin check ` | `treecutter.command.tcadmin.check` | View player stats | | `/tcadmin blacklist add ` | `treecutter.command.tcadmin.blacklist` | Add player to blacklist | | `/tcadmin blacklist remove `| `treecutter.command.tcadmin.blacklist` | Remove player from blacklist | | `/tcadmin blacklist list` | `treecutter.command.tcadmin.blacklist` | List blacklisted players | | `/tcadmin help` | `treecutter.command.tcadmin.help` | Show admin commands |

> Admin commands are only visible to users with permission.

## Permissions

  • `treecutter.use` -> Allows cutting trees
  • `treecutter.command.tc` -> Base access to `/tc`
  • `treecutter.command.tcmsg` -> Access to `/tcmsg`
  • `treecutter.command.tc.on` -> Access to `/tc on`
  • `treecutter.command.tc.off` -> Access to `/tc off`
  • `treecutter.command.tc.status` -> Access to `/tc status`
  • `treecutter.command.tc.help` -> Access to `/tc help`
  • `treecutter.command.tcadmin` -> Base access to `/tcadmin`
  • `treecutter.command.tcadmin.on` -> Access to `/tcadmin on`
  • `treecutter.command.tcadmin.off` -> Access to `/tcadmin off`
  • `treecutter.command.tcadmin.reload` -> Access to `/tcadmin reload`
  • `treecutter.command.tcadmin.blacklist` -> Access to blacklist admin actions
  • `treecutter.command.tcadmin.check` -> Access to `/tcadmin check`
  • `treecutter.command.tcadmin.help` -> Access to `/tcadmin help`
  • `treecutter.bypass.worldguard` -> Bypass WorldGuard checks

> Permissions are fully enforced with LuckPerms. OP fallback only applies if LuckPerms is not installed.

## Configuration Files

### `config.yml`

Configs

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
Fluxoah
Version
2.1.0
Downloads
29,563
Endorsements
12
Category
adventure
Created
10/1/2025
Updated
4/8/2026
Game Versions
1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
Tags
adventure, game-mechanics, utility

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does Tree Cutter support?

The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.

What is the latest version of Tree Cutter?

Version 2.1.0, published 2026-04-08 with 29,563 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More adventure 👤 More by Fluxoah 🔎 Similar Mods 🌐 Best adventure (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods