Send Message

## function name, you can set this to anything that is unique
func1:
  ## function type
  type: send_message
  ## formatting to use (possible settings: legacy, minimessage)
  formatting: minimessage
  ## the message to send
  message: 'Hello %player_name%, this is an example message!'

Last updated