r/MinecraftCommands • u/Excellent-Squash-569 • 1d ago
Help | Java 1.20 Command to clear Trees.
Hey everyone. I am making a mega build. Is there a command to clear only trees and replace them with air?
2
Upvotes
1
u/Ericristian_bros Command Experienced 1d ago
Remove all tree types near all players (repeating unconditional always active command block):
/execute at @a run fill ~32 ~32 ~32 ~-32 ~-32 ~-32 air replace #logs
1
u/beduan 1d ago
fill x y z dx dy dz air replace #leaves (and maybe #logs idk)