Broadcast Action

Broadcast actions send messages to targets in the world, they are pretty self-explanatory here is an example:

# This is placed inside an event just like any other action is
broadcast:
    message: '&cSkies begin to darken..'
    # Remember there are 3 types of targeting you can use for the broadcast action ('all' or 'player' or 'random')
    target: 'all'

This will send the message to every player in the world.

Last updated