message

fun CommandSender.message(text: String)

send string message

fun CommandSender.message(text: String, color: Color)

send string colored message

fun CommandSender.message(component: Component)

send component

fun CommandSender.message(builder: ComponentBuilderAction)

send component via builder