Functions can't create and remove the same tickingarea in the same game tick.
Functions will duplicate the same tickingarea if the command is called for more then once in the same game tick
Function will always prioritize removing the tickingarea if it already exists, regardless of command stack order
tickingarea can only be deleted in current loaded world!
________________________________________________
Function: 1
execute @p ~ ~ ~ tickingarea add ~ ~ ~ ~ ~ ~ test
execute @p ~ ~ ~ tickingarea add ~ ~ ~ ~ ~ ~ test
execute @p ~ ~ ~ tickingarea add ~ ~ ~ ~ ~ ~ test
execute @p ~ ~ ~ tickingarea add ~ ~ ~ ~ ~ ~ test
tickingarea remove test
------------------
First time running function:
This will create "4" tickingarea's named: "test"
will not remove all tickingarea's named: "test"
second time running function:
*will remove all tickingarea's named: "test"
*will not create tickingarea's named: "test"
_________________________________________________
Function: 2
execute @p ~ ~ ~ tickingarea add ~ ~ ~ ~ ~ ~ test
tickingarea remove test
------------------
First time running function:
This will create "1" tickingarea named: "test"
will not remove all tickingarea named: "test"
Second time running function:
*will remove all tickingarea named "test"
*will not create tickingarea named "test"
_________________________________________________
Function: 3
execute @e ~ ~ ~ tickingarea add ~ ~ ~ ~ ~ ~ test
tickingarea remove test
------------------
First time running function:
This will create "X" tickingarea's named: "test" (more entetys means more tickingarea's)
Β
this will create more then the maximum 10 ticking tickingarea's
will not remove tickingarea's named "test"
second time running function:
*will remove all tickingarea's named "test"
*will not create tickingarea's named "test"
_________________________________________________
(command stack oder)
Function: 4tickingarea remove test
execute @e ~ ~ ~ tickingarea add ~ ~ ~ ~ ~ ~ test
------------------
If tickingarea "Test" Exists:
Will prioritize removing tickingareaΒ "tests" regardless of command
Will remove all tickingarea named "test"
Comments 2
Cleaning up old tickets: This ticket had been set to 'Awaiting Response', but has not received a response from the reporter (~3 months+) so is being closed as Incomplete. If you feel this is still a valid issue then please comment, or create a new ticket following the Issue Guidelines which includes steps to reproduce the problem.
Quick Links:
π Issue Guidelines β π¬ Mojang Support β π§ Suggestions β π Minecraft Wiki
Thank you for your report!
However, this issue has been temporarily resolved as Awaiting Response
Is this still an issue in the latest version?
If it is, please be sure to include steps to reproduce the problem:
If your ticket does not look like the example given here, then it's likely to be closed as incomplete.
This ticket will automatically reopen when you reply.
Quick Links:
π Issue Guidelines β π¬ Mojang Support β π§ Suggestions β π Minecraft Wiki