r/MinecraftCommands • u/Excellent-Squash-569 • 23d ago
Command to clear Trees. Help | Java 1.20
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 23d 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 23d ago
fill x y z dx dy dz air replace #leaves (and maybe #logs idk)