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\""
  • Requires cheats: yes

Changelog

  • 4.5.0: Introduced command.
  • 4.5.1: Removed the cmdrepeat limit with this command because it was dumb.
  • 5.4.0: Slightly improved command.
  • 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).