Chat

Chat.broadcast(content, permission)

Calls Bukkit.broadcast(message, permission)

arg (String) content The content to broadcast

arg (String) permission The permission to receive broadcasting message

Chat.broadcastMessage(content)

Calls Bukkit.broadcastMessage(content)

arg (String) content The content to broadcast

Chat.send(content, uuid)

Send message to a player

arg (String) content The content to send

arg (String) uuid The player's UUID

throws java.lang.NullPointerException when player not found or not online

Last updated