CommandGroup

constructor(requireJoined: Boolean = true, commands: Array<out Command>, isInterruptable: Boolean = commands.all { it.isInterruptable })

Parameters

requireJoined

whether the requirements of the commands should not intersect.