Перейти к содержимому
Mineforgian

TreeChopperUltra

TreeChopperUltra is a modern Minecraft tree felling plugin for Paper, Spigot and Folia servers. Break one log with an axe and the whole tree falls with animation, auto-replant, leaf decay and player-placed log protection.

Загрузки
915
Подписчики
3
Обновлён
23 июня 2026 г.
Лицензия
MIT

Опубликован 8 марта 2026 г.

🌲 TreeChopper — Tree Felling Plugin with Falling Animation | Paper · Spigot · Folia 1.16-26.2

Break one log. Watch the whole tree fall.

Support TreeChopper on Ko-fi

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 — logs tumble down layer by layer with real physics, leaves decay automatically, and a sapling replants itself at the base.

No client mods. No heavy dependencies. Just drop the jar and it works.


✨ Why TreeChopper?

Most tree felling plugins were built years ago and never adapted to modern threaded servers. TreeChopper is built for modern Minecraft 1.16-26.2, with real Folia support and a full falling log animation.

A tree chopper plugin with both falling animation and real Folia compatibility.


🪓 Core Features

Falling animation
Logs do not just vanish. They break top-to-bottom and fly outward as FallingBlock entities with real Minecraft physics.

Smart tree separation
Two 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.

2×2 mega tree support
Large Jungle, Spruce, and Dark Oak trees with a 2×2 trunk are detected and felled as a single unit.

Improved vanilla tree handling
Complex natural trees such as Cherry, Pale Oak, and Mangrove are handled more accurately, including irregular trunk shapes, hanging vegetation, propagules, cocoa, and mangrove roots.

All vanilla wood types
Oak · Birch · Spruce · Jungle · Dark Oak · Acacia · Cherry · Mangrove · Crimson Stem · Warped Stem · Mushroom Stem

Automatic leaf decay
After the logs fall, leaves from the chopped tree break automatically. Leaves shared with a neighboring tree are left untouched.

Attached vegetation cleanup
Vines, cocoa, pale hanging moss, mangrove propagules, and similar vegetation are detected and removed along with the correct tree.


⚖️ Balance & Gameplay Feel

Durability & Unbreaking
The axe loses one durability per log broken. Unbreaking is applied probabilistically across the whole tree, matching vanilla behavior.

Fortune & Silk Touch
Enchantments on your axe apply to every log that falls, not just the first one.

Player-placed log protection
Logs placed by players are tracked and never trigger mass felling.

Structure detection
Heuristic analysis helps prevent the plugin from treating village houses, outposts, and other generated structures as natural trees.

Sneak activation modes
Choose how the plugin activates:

  • ALWAYS_ON — always active with an axe
  • SNEAK_DISABLE — active by default, hold sneak to disable
  • SNEAK_ENABLE — disabled by default, hold sneak to activate

Per-player toggle
Each player can enable or disable tree chopping for themselves using /treechopper toggle. State persists across sessions.


🔗 Plugin Integrations

Plugin Behavior
WorldGuard Felling is blocked inside protected regions
GriefPrevention Felling is blocked inside claimed land
CoreProtect Every broken log and replanted sapling is logged under the player's name

All integrations are soft dependencies. TreeChopper works perfectly without any of them.


🌱 Auto-Replant

After a tree is felled, a sapling is automatically placed at the base:

  • Supports regular and mega (2×2) trees
  • Configurable: take sapling from player inventory, or place it for free
  • Respects WorldGuard and GriefPrevention
  • Fixed protection flow so saplings are not consumed if placement is denied
  • Can be limited to natural trees only
  • Per-world enable/disable list

⚙️ Configuration

config.yml — click to expand
language:
  default: en          # en · ru · uk
  fallback: en

limits:
  max-logs: 512
  leaf-search-radius: 6
  foreign-log-scan-radius: 8

performance:
  max-blocks-per-task: 16

activation:
  mode: SNEAK_DISABLE  # ALWAYS_ON · SNEAK_DISABLE · SNEAK_ENABLE

player-toggle:
  enabled: true
  default-enabled: true
  save-on-change: true

detection:
  min-leaf-contacts: 4
  min-mega-leaf-contacts: 8
  max-structure-contacts: 4

protection:
  enabled: true
  use-worldguard: true
  use-griefprevention: true
  mode: FAIL_WHOLE_TREE

integrations:
  coreprotect:
    enabled: true

auto-replant:
  enabled: true
  require-sapling: false
  consume-sapling: false
  delay-ticks-after-fell: 20
  replant-mega-trees: true
  mega-mode: four-saplings   # single · four-saplings
  respect-protection: true
  only-natural-trees: true
  disabled-worlds: []

💬 Commands & Permissions

Command Permission Default Description
/treechopper toggle treechopper.toggle everyone Enable/disable tree chopping for yourself
/treechopper reload treechopper.reload op Reload config and all services without restart

🌍 Localization

Built-in translations: English, Russian, Ukrainian

Language files are in plugins/TreeChopper/lang/ and can be freely edited. Switch language in config.yml under language.default.


🚀 Perfect For

  • SMP servers — satisfying QoL without breaking survival balance
  • Vanilla+ servers — feels like a natural part of the game
  • Economy servers — Fortune applies to all logs; durability still matters
  • Folia servers — safe threaded scheduling with falling animation
  • Servers using WorldGuard / GriefPrevention / CoreProtect — native integration

📋 Requirements

  • Server: Paper, Spigot, or Folia
  • Java: 21+
  • Minecraft: 1.16-26.2

Built for modern servers. Tested with 49 passing unit tests. MIT licensed.

Ченджлог

1.7.0Релиз26.1.1, 26.1.2, 26.2 · 23 июня 2026 г.

TreeChopper 1.7.0

This release adds player statistics, placeholders, new translations, and wider server compatibility.

Added

  • Player statistics with /treechopper stats
  • Server leaderboard with /treechopper top
  • PlaceholderAPI placeholders for personal stats and leaderboard data
  • Built-in translations for Polish, German, French, Spanish, Italian, and Czech

Compatibility

  • Supports Paper / Spigot / Folia
  • Runtime support restored for Java 8+
  • Broader Minecraft compatibility across older supported server versions
1.6.1Релиз26.1, 26.1.1, 26.1.2 · 7 июня 2026 г.

TreeChopper 1.6.1

🐛 Fixes

  • Folia/Luminol log spam fixed — cosmetic tree-fall blocks no longer trigger IllegalStateException console spam when unrelated falling blocks (e.g. sand farms / dupe machines) land. The plugin no longer reads the state of falling blocks it doesn't own.
  • bStats metrics fixed — corrected the plugin ID, so usage statistics now reach the right dashboard.

🧹 Internal

  • Removed dead code and compiler warnings; minor README updates.

Compatibility: Paper / Spigot / Folia · MC 1.21+ · Java 21+

TreeChopper_1.6Релиз26.1, 26.1.1, 26.1.2 · 27 мая 2026 г.

Fixes

  • Double axe damage. The first broken block no longer loses durability twice — vanilla handles this itself, and the mod only completes the chain. This matches the vanilla breaking mechanics exactly.
  • The Unbreakable flag is respected. Axes with the unbreakable tag no longer lose durability when chopping down trees.
  • Folia: crashes when chopping down trees on chunk boundaries. Complete rework of foliage handling for threaded regions — no more IllegalStateExceptions when accessing a foreign region.
  • Folia: data races in the /treechopper toggle. Toggle states have been moved to a ConcurrentHashMap, and service fields have been marked as volatile.
  • Correct visibility for CoreProtect / McMMO / statistics. The first broken block now triggers a genuine BlockBreakEvent + BlockDropItemEvent — third-party mods see the player’s normal break event, not a synthetic one.
TreeChopper_1.5Релиз26.1, 26.1.1, 26.1.2 · 16 мая 2026 г.

Changelog

  • Improved tree detection for cherry, pale oak, and mangrove trees.
  • Fixed incomplete chopping on complex vanilla tree shapes.
  • Fixed neighboring mangrove roots and shared decorations being removed incorrectly.
  • Fixed auto-replant consuming saplings when protected placement is denied.
  • Added embedded bStats metrics.
  • Updated to version 1.5.
1.4.1Релиз26.1, 26.1.1, 26.1.2 · 17 апреля 2026 г.
  • Fix for Folia
  • Fix for acacia felling registration
  • Support for new versions from 1.21 to 26.1.2
TreeChopper-1.3Релиз1.21.9, 1.21.10, 1.21.11 · 21 марта 2026 г.
  • Added a config.yml file containing settings for limits, detection and storage.
  • Improved handling of placed-logs.yml: limits, and proper loading/saving.
  • Added support for vines and associated vegetation.

Комментарии

Загружаем…