Adjustment for teleportations with entities with newest minecraft versions wanting to generate error message. This is mostly relevant while teleporting into unloaded world
New specialized command sub action as ~ which will define if we want to cancel rest of the commands if this one got performed. This simplifies situations when you might want to have multiple different actions for same base alias command. As example
In this case when player performs "/tnt-run" he will be fed, when player performs "/tnt-run join" not only he gets tabcomplete suggestion but he gets healed when using this command. When none of previous got performed then last one will be triggered, which will inform about command being incorrect. So to add additional sub command you would only need to duplicate
and maybe adding more tab complete suggestions for convenience sake
Added additional option to define multiple check variables for specialized commands check criteria. Now you can use something like this to perform command(s) if sub command is equal to one of provided values check:$1==NULL|leave|join|info! same thing applies for != check which will perform defined command if variable isn't one of provided
Fix for issue with rare double vanish bossbar
Fix for missing vanish metadata on player login
Fix for issue with silent chest being used on loot chests which don't have generated loot in them, yet. Now it will inform about missing loot instead of opening empty chest.
Fix for issue relating to kits with items which should not be dropped on ground when inventory is full not being given in some specific situations