Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for Haiilyyy

Chop down trees by breaking one block! (Timber)

Report hTreecapitator?

hTreecapitator

Simple plugin that will allow you to chop whole tree at once!

Tree cut animation

🌟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

⭐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/RZ6VX6XcH2

#---------------------------------------#
#               [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!'

# 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, 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

stats

Information

CategoryGameplay
Published onMarch 7, 2026
LicenseUnspecified
Downloads9
Stars1
Watchers0

Pinned Versions

Members