Flan ignores "/execute as [...] positioned [...]" when running "/flan delete"
MeowcaTheoRange opened this issue ยท 0 comments
Modloader
Fabric
Minecraft version
1.21.4
Modloader version
0.16.14
Mod version
1.11.7
Description
I'm trying to make a claim wizard for my server's creative world, which involves command blocks running /execute commands to create and delete claims for players.
The command block's position (or would-be position using positioned [...]) is not regarded for this command, instead being executed using the target player's position (who is the one specified by at [...]).
Steps to reproduce
Do all of these steps as one player, who is also an operator.
Make sure you are not in admin (bypass) mode.
- Create a claim (less than 127 blocks in depth), and step 5 blocks north outside of it.
- Run
/execute as @s positioned ~ ~ ~6 run flan delete - You will see the message "There is no claim here."
- Step back inside of the claim.
- Run
/execute as @s positioned ~ ~ ~127 run flan delete - You will see the message "Claim deleted."
Mods that might affect the issue
No response
Logs
[No logs]