Calls Bukkit.broadcast(message, permission)
arg (String) content The content to broadcast
arg (String) permission The permission to receive broadcasting message
Calls Bukkit.broadcastMessage(content)
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 2 years ago