Minecraft – How to hide functions from the autofill menu in Minecraft Bedrock Edition

minecraft-bedrock-editionminecraft-commands

I'm creating several functions in a behavior pack for Minecraft Bedrock Edition, and I'd like to be able to hide some of them from the autofill/autocomplete menu that lists functions when you first type /function. I know that having any incorrect syntax will just invalidate the .mcfunction file completely and remove it from the list, but I'd like the functions to still be usable, just not visible as part of the list.

The function autocomplete menu

^^This is the menu I'm talking about. I'd like some of them to be visible in this menu, others not visible, but all of them still functional. I'm not sure if there's a way to accomplish this, but I feel like there should be….. Please let me know if there is!

This is the only page I could find that describes the same problem, but they were asking about Java Edition, and I couldn't find a clear answer that worked anyway:

Prevent functions from showing in autofill command window

Best Answer

What I normally do is put all my hidden functions in a folder (I called mine back) so then the function becomes

/function back/myfunction

Then just tell the person not to run those or something.

What you are asking for I do not believe is directly possible.