hTreecapitator
ModrinthSpigotMCChop down trees by breaking one block! (Timber)
376 downloads 2 followers updated 2mo ago
latest v1.2.1 Modrinth
hTreecapitator
Simple plugin that will allow you to chop whole tree at once!

🌟Features
- Support Jobs plugin
- Destroys tools
- Permissions
- Custom enchantement
- Full Configurable
- WorldGuard / GriefPrevention / Towny / Lands regions support!
- On/Off player command
🚀Commands
| Command | Permission | Info |
|---|---|---|
| /htc | htreecapitator.help | Help |
| /htc reload | htreecapitator.reload | Reload config.yml |
| /htc toggle | htreecapitator.toggle | On/Off cut trees |
| /htc enchant [player] | htreecapitator.enchant | give enchanted book |
| htreecapitator.updatenotify | Get update notification |
⭐PlaceholderAPI
| Placeholder | Info |
|---|---|
| %htreecapitator_toggle% | Get player tree cutting toggle |
| %htreecapitator_raw_toggle% | Get raw player tree cutting toggle |
⚙️Config
config.yml
#-------------------------------------------------------------------------------------------------#
# #
# ██ ██ ██████ █████▄ ██████ ██████ ▄█████ ▄████▄ █████▄ ██ ██████ ▄████▄ ██████ ▄████▄ █████▄ #
# ██████ ██ ██▄▄██▄ ██▄▄ ██▄▄ ██ ██▄▄██ ██▄▄█▀ ██ ██ ██▄▄██ ██ ██ ██ ██▄▄██▄ #
# ██ ██ ██ ██ ██ ██▄▄▄▄ ██▄▄▄▄ ▀█████ ██ ██ ██ ██ ██ ██ ██ ██ ▀████▀ ██ ██ #
# #
#-------------------------------------------------------------------------------------------------#
# hTreecapitator by Haily
# github: https://github.com/haiilyyy
# discord: https://discord.com/invite/kyr5PYQZr8
# x: https://x.com/hailyxie
#---------------------------------------#
# [Config] #
#---------------------------------------#
messages:
permission: '&c&l» &7You do not have permission to use this command!'
console: '&c&l» &7Only players can use this command!'
help:
- '&8[&m------------------------------------------------]'
- ''
- ' &8&l» &8/&ahtc reload &8- &7reload plugin!'
- ' &8&l» &8/&ahtc toggle &8- &7on/off!'
- ' &8&l» &8/&ahtc enchant [player] &8- &7give enchanted book!'
- ''
- '&8[&m------------------------------------------------]'
reload:
start: '&e&l» &7Reloading plugin...'
end: '&a&l» &7Plugin reloaded!'
toggle:
enable: '&a&l» &7Enabled cutting down trees!'
disable: '&c&l» &7Disabled cutting down trees!'
enchant:
give: '&a&l» &7You received a &aTreecapitator &7enchanted book!'
give-other: '&a&l» &7Gave a &aTreecapitator &7enchanted book to &a{player}&7!'
inventory-full: '&c&l» &7Your inventory is full, items are being dropped on the ground!'
# max blocks to cut at once
max-blocks: 128
# worlds where treecapitator is disabled
blocked-worlds:
- 'example_world'
# cut blocks automatically go to player inventory
auto-pickup-drops: false
# if true, all logs break instantly instead of progressively
instant-break-logs: false
# if true, all leaves break instantly instead of progressively
instant-break-leaves: false
# play a sound when cutting trees
# sound type: WOOD, BELL, ORB
sound: false
sound-type: WOOD
# if true, only players with permission can cut down trees
use-permissions: false
permission: 'htreecapitator.use'
# cut only if the player is using an axe
axe-only: true
# if true, the player must hold shift to cut down trees
shift-mining: false
# if true, mangrove roots will break with logs
mangrove-roots: false
# if true, the axe must have the Treecapitator enchantment
# use /htc enchant to give the enchanted book, then apply it on an anvil
require-enchantment: false
# %htreecapitator_toggle% (PlaceholderAPI)
placeholder:
toggle-on: '&a&lON'
toggle-off: '&c&lOFF'
📊Stats
Versions
Release
1.2.1
### New features
FastStats integration — anonymous plugin metrics are now collected via [FastStats](https://faststats.dev/) alongside bStats to help improve…
Release
1.2.0
### New features
- Player toggles are now persistent across server restarts (saved in toggles.yml)
- Configurable message when inventory is full during…
Release
1.1.4
Added instant break logs and instant break leaves config.
Added break sound config.
Small fixes.
Delete config.yml and restart the server to get the new…
Release
1.1.3
Added nether tree support and a config to set blocked worlds.
Delete config.yml and restart the server to get the new blocked-worlds config.
Release
1.1
Added WorldGuard / GriefPrevention / Towny / Lands support
Added Placeholders
Added custom enchant
Added lots of configs

Comments 0
No comments yet. Be the first to share your thoughts.