Flan (Fabric)

Flan (Fabric)

1M Downloads

Flan ignores "/execute as [...] positioned [...]" when running "/flan delete"

MeowcaTheoRange opened this issue ยท 0 comments

commented

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.

  1. Create a claim (less than 127 blocks in depth), and step 5 blocks north outside of it.
  2. Run /execute as @s positioned ~ ~ ~6 run flan delete
  3. You will see the message "There is no claim here."
  4. Step back inside of the claim.
  5. Run /execute as @s positioned ~ ~ ~127 run flan delete
  6. You will see the message "Claim deleted."

Mods that might affect the issue

No response

Logs

[No logs]