getChatBreak

fun getChatBreak(separator: String = "-"): String

Get a message that will be perfectly one line of chat, the separator repeated as many times as necessary. The separator defaults to "-"

Return

the message that would split chat

Parameters

separator

the message to split chat with

Sources

Link copied to clipboard