You used to be able to use execute fill commands in a command block and it would execute at the player. Now with the new commands it executes at the player and the command block deleting the command block.
How to reproduce: type execute as (player name) run fill ~30 ~20 ~30 ~ ~ ~ air in a command block
Results: a 30 by 20 by 30 area gets deleted but for some reason it executes at both the player and command block deleting the command.
Expected Results: It to work like the old execute fill command where it would only execute at the player.
I just have one question. Where's the old fill commands? In my opinion they worked perfectly fine. I've made a post already about this but it was set to Resolved...when this issue is far from being resolved
Comments 6
If we're putting words in my mouth I also added a comment saying after some more testing, I noticed it's not the same command. I did a quick test before and didn't realize it was deleting the command block. I noticed it was executing at the command block and the player at the same time, I never seen this before so I made a comment on on my original report, but After 2 days of nothing. I figured I'd make a report So it doesn't sit around in the game for another 3 years. I'm Sorry I want the best for minecraft and have set my standards to high for you guys...
Please also include the location (coordinates) of the Player and the Command Block. It might also be helpful to include screenshots of the command block settings and/or a video showing the behavior.
Also note that as and at control separate aspects of command execution. Using as alone does not change the execution position. You might try one of these:
execute as (player name) at (player name) run fill ~30 ~20 ~30 ~ ~ ~ air
execute as (player name) at @s run fill ~30 ~20 ~30 ~ ~ ~ air
Make sure you are far enough from the command block when using so it doesn't get replaced.
Honestly the commands are more confusing now than ever before, but okay then the at @s is what I needed. I tried making a 10 second video but apparently you only allow 10 mb of video data which is like 2 second, how am I supposed to show what's wrong so fast?
Please tell me where can we get a list of all the commands because I'm going to keep getting confused with these new commands.
For command help beyond the in-game "hints", you can try the Minecraft Wiki.
If video is too large it can be uploaded to a file sharing site and a link provided. However, since using at @s fixes the issue for you that is probably not necessary in this case.
Your previous report was resolved as "Cannot Reproduce" because you added a comment saying "Yeap it works now."
As you read in the Bug Tracker Guidelines, Resolved does not mean Fixed.
Please also include the location (coordinates) of the Player and the Command Block. It might also be helpful to include screenshots of the command block settings and/or a video showing the behavior.
This report has been temporarily closed as Awaiting Response. It will automatically reopen when you comment with new information. Please be sure to provide all requested information. Reports that do not contain enough information may be closed as Incomplete.
You may find this Report Creation Form helpful for any future reports you create.