Message Outcome

The message outcome will print a message.

{
  "type": "lucky:message",
  "message": {
    "text": "Hello, world!",
    "bold": true
  },
  "overlay": true
}

This outcome will print the message "Hello, world!" bold in the overlay section. If overlay is false, then the message will print in the game chat.

Last updated