Multicommand - RedWirePlatinumTwo/RedWiresMinecraftMod GitHub Wiki
Parameters
[cmds] - The list of commands to execute.
Description
Allows you to execute a list of commands in order, using / to seperate each command. For example: /multicommand "summon wolf/effect give @e[type=wolf] glowing" will spawn a Wolf and then give all wolves the Glowing effect. To use quotes within quotes, use a backslash. Example: /multicommand "cmdrepeat 2 \"give @s apple\""
6.0.0: Fixed command not executing anything if only 1 command is listed. Additionally, this command can no longer be used to execute sub-commands that players should not have permissions to use (ex: kick, ban).