#command block load
1 messages · Page 1 of 1 (latest)
If you want to ensure that command blocks are always enabled on your world, you can use the /gamerule commandblocksenabled true command in a ticking function.
no no, you didn't understand my question, I want to know if the switched off command blocks, not powered by redstone, etc. work
for example, I have 1000 command blocks enabled and 1000 disabled, will there be a difference between them?
Yup, there is difference
Only 1000 command block that active lag your world!
Minimise the number of active commands on your world as much as possible. Create toggle systems so that they only run when needed. Also, for the commands that are active, try to give them tick delays if possible for further optimization. Though, I would recommend just switching to functions if you are able to 👀
That's what I do, I just wanted to know if it's useless
yeah just remember, if command blocks arent running they're just like any other block in the world, and way more than thousands of blocks can exist without creating lag