//
project
/
dev.jaims.mcutils.bungee
/
send
jvm
send
Send a message to someone
Parameters
message
the message to send
fun
CommandSender
.
send
(message:
String
)
Content copied to clipboard
Send multiple messsages at once
Parameters
messages
the list of messages to send
fun
CommandSender
.
send
(messages:
MutableList
<
String
>)
Content copied to clipboard
Send a message to a list of command senders
Parameters
message
the message to send
fun <
T
:
CommandSender
>
MutableList
<
T
>.
send
(message:
String
)
Content copied to clipboard
Send a list of messages
Parameters
messages
the list of messages to send
fun <
T
:
CommandSender
>
MutableList
<
T
>.
send
(messages:
MutableList
<
String
>)
Content copied to clipboard