You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maoyue edited this page Jun 25, 2026
·
4 revisions
Where can I add VIP (or other) permissions?
Use a permission manager plugin such as LuckPerms.
Does it support Folia?
Yes, it should work properly. If not, please create a GitHub issue.
How can I enable/disable a feature?
Edit the config.yml file under plugins/AutoTreeChop.
AutoTreeChop doesn’t support my language!
Create a <language code>.yml file under plugins/AutoTreeChop.
If possible, please also submit it here so that other users can benefit from it. :)
Can AutoTreeChop prevent breaking player-made structures?
AutoTreeChop will notice player when player-made structures are detected.
However, it may not be as reliable as you think. You can edit these options if you find them ineffective. Also, submit an issue so we can fix it:
# Seconds of tree-chop inactivity before the player must re-confirm their intent.idle-timeout: 300# Seconds the player has to chop any log (or run /atc confirm) after seeing the warning.confirmation-window: 10# Require confirmation when the broken log has no leaf blocks nearby.# Helps prevent accidentally chopping placed or stripped logs.enable-no-leaves-confirmation: true# Require confirmation after the player has been idle or rejoined with ATC enabled.enable-idle-confirmation: true# Radius (blocks) used to check whether a log has nearby leaves.# Increase if large custom trees are falsely flagged. Default 6 covers all vanilla trees.no-leaves-detection-radius: 6
More questions?
Join our Matrix chat and ask in the AutoTreeChop support channel.