My idea is simple. Quite often when im working with commands in datapacks for java i wish there was a way to stop the rest of the commands in a specific .mcfunction file to be executed!
Example
scoreboard players add @a test 1
execute as @a if entity @s[scores={test=10..}] run break
execute at @a run summon tnt ~ ~ ~
If this function was executed every tick a tnt will be summoned 10 times and then it will stop, because of the break. The break do so all commands under the break will just be ignored as if it was a # in front of the line!
Please sign in to leave a comment.
1 Comments