
TreeCapitator999
The TreeCapitator999 plugin is designed for Minecraft servers, enhancing the tree-cutting experience by allowing players to harvest entire trees with a single action.
1.0.7 The Cascade Update!
release24 февраля 2026 г.New Features
-
Cooldown Bypass Command —
/treecapitation bypass <player>allows admins to toggle cooldown bypass for a specific player. Bypassed players are exempt from the tree felling cooldown entirely. Both the admin and the target player receive a confirmation message when bypass is toggled on or off. Requires thetreecapitation.bypasspermission (default: op). -
Cascading Break Animation — When enabled, tree blocks break sequentially from top to bottom instead of all disappearing instantly. Each block breaks with a configurable tick delay between them. Leaves break after all logs have finished breaking. Particles play on each individual block as it breaks. Auto-replant triggers after the final log is removed. Configurable via
cascading-break.enabledandcascading-break.delayin config.yml. Supports per-world overrides.
1.0.6 Smart Tree Detection Update!
release12 января 2026 г.New Features
- Smart Tree Recognition: Added advanced algorithm to distinguish between actual trees and wooden structures/buildings to prevent accidental destruction
- Validates minimum trunk height requirements
- Checks for nearby leaves to confirm tree structure
- Analyzes proportions to identify man-made structures
- Verifies ground connection for natural tree growth
- Configurable settings for recognition sensitivity
Configuration Updates
- Added
smart-tree-recognitionsection to config.ymlenabled: Toggle the feature on/off (default: false)min-trunk-height: Minimum vertical logs required (default: 2)max-branch-length: Maximum distance for leaf detection (default: 3)
Behavior Changes
- When smart tree recognition is enabled, players will receive a notification when attempting to break structures that are not recognized as trees
- Tree capitation will only occur when the connected logs form a valid tree structure according to the recognition algorithm
- Feature can be configured per-world using the existing per-world settings system
TreeCapitator999 1.0.5 Leaf Configuration Update
release10 декабря 2025 г.New Features
- Added configurable leaf detection radius to allow customization of how far from logs to search for leaves
TreeCapitator999 1.0.4
release7 ноября 2025 г.New Features
- Commands:
- Added
/tc toggleguicommand to open a GUI for players to toggle their personal settings forsneak-to-fellandauto-replant. - Added
/tc limitscommand to display the current configured limits of the plugin.
- Added
- Configuration (
config.yml):- Added
durability-multiplieroption to control how much durability is used per log broken. - Added
per-world-settingssection to override any of the main settings for specific worlds. - Added
custom-dropssection to define custom items that can drop when a tree is chopped down. - Added
tree-overridessection to override settings for specific tree types. - Added
modded-wood-materials&modded-leaf-materialslists to add support for modded blocks. - Added
sounds&effectssections to configure sounds and particle effects.
- Added
TreeCapitator999 1.0.3 WhiteList Update
release6 октября 2025 г.New Features
- Tool Whitelist/Blacklist: You can now specify a list of tools that can or cannot be used to trigger tree capitator. This is configurable in the
config.ymlfile under thetoolssection. - "Sneak to Fell" Functionality: Players can now be required to sneak to trigger tree capitator. This is configurable in the
config.ymlfile with thesneak-to-felloption. - WorldGuard Integration: Tree capitator will now respect WorldGuard regions and will not work in regions where the player does not have build permissions.
- Cooldown: A cooldown between uses of tree capitator can now be configured in the
config.ymlfile to prevent server strain. - Durability Calculation: The durability taken from the tool will be equal to the number of logs broken.
Changes
- The default value for
auto-replantis nowfalseto match theconfig.ymlfile.