#Clear the stack?
1 messages · Page 1 of 1 (latest)
you can use tellraw @a {"rawtext":[{"test":""}]} 100 times
but i dont wan't my scripts slowed
you can use this command
/execute as @e[c=2] as @e[c=2] as @e[c=2] as @e[c=2] as @e[c=2] as @e[c=2] as @e[c=2] run tellraw @a {"rawtext":[{"text":""}]}
you will need at least two entities in your world
any entities?
yes
what's the point of that many as?
This makes it possible for the command to be executed 128 times using only two entities.
The two entities(2) execute the command for two entities(4), which execute the command for two entities(8), and so on.(16,32,64,128)
ehh so 2^7
weird behavior