EzTree is a lightweight yet highly configurable Minecraft plugin that turns repetitive log chopping into a single swing. Whether you manage a survival server, an MMO economy or a creative community, EzTree accelerates tree farming while keeping resource usage minimal.
Why servers choose EzTree
Instant tree breaking: Right-click with any whitelisted axe (or the custom Tree Breaker) to toggle full-tree harvesting. Optional chat messages, action bar animations (eztree.animation) and a persistent activation mode keep farmers in the zone.
Smart detection: Every tree is validated by leaves, trunk size and optional per-species min/max limits, with support for 2x2 giants, stripped logs and the quirkiest custom trees.
Automatic clean-up: Replant saplings immediately—even 2x2 formations—and configure attachments to clear vines, berries or grass before replanting.
Progression & balancing: Drop configurable XP, enable cooldowns, gate larger trees behind player ranks, or restrict usage through permission checks and group-specific size caps.
Economy & metrics ready: Pay or charge players per tree with Vault, surface usage analytics through bStats, and let update checks warn you about new releases.
Plugin friendly: Integrations for WorldGuard (custom region flags), mcMMO (TREE_FELLER awareness) and Vault ensure EzTree fits right into established server stacks.
Economy-focused – Reward players per tree and optionally charge for the service.
Code (YAML):
integrations:
vault:
enabled: true
group-specific: true
# Pair with tree.*.group-specific flags to read limits from groups.yml reward:
enabled: true
amount: 15
fixed: false
# Reward scales with the number of logs cost:
enabled: true
amount: 5
per-log: false
# Flat cost per tree messages:
cost:
insufficientFunds: "&cYou do not have enough money to use this tool." transactionError: "&cAn error occurred while processing the payment."
Ranked progression – Gate larger trees behind player milestones.