broadcast

fun broadcast()

Sends the message to all online players.


fun broadcast(center: Location, radius: Double)

Sends the message to all players near a given location within a radius.

Parameters

center

The central location.

radius

The maximum distance to receive the message.