Minecraft – Syntax to add multiple commands to a single command block

minecraft-commandsminecraft-java-edition

I am looking to try and set multiple commands in a single command block, but so far everything I have tried just returns "Unknown Command".

What is the format for writing multiple commands in a single command block in Minecraft 1.8?

Can I use either of the following:

Command:(command here) Command:(command here)
/command here; /command here;

Or is there another format?

Best Answer

Unfortunately, the answer for the format is:

N/A

Currently there is no way to set two commands in one single command block (after using the powerful Google). I don't know why, but you just can't.

If you want to set up multiple commands, use redstone wire to link them up. That's the most simple way.