Creoii Mod Documentation & Wiki
Lucky Block
Lucky Block
  • Overview
  • Installing Addons
  • Creating Addons
  • Upcoming Features
  • Outcomes
    • Outcomes
    • Advancement Outcome
    • Block Outcome
    • Command Outcome
    • Difficulty Outcome
    • Effect Outcome
    • Entity Outcome
    • Explosion Outcome
    • Feature Outcome
    • Group Outcome
    • Item Outcome
    • Message Outcome
    • None Outcome
    • Particle Outcome
    • Random Outcome
    • Sound Outcome
    • Structure Outcome
  • Parameters
    • Parameters
    • Parameter Index
  • Vec Providers
    • Vec Providers
    • Vec Provider Index
  • Shapes
    • Shapes
Powered by GitBook
On this page
  1. Outcomes

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.

PreviousItem OutcomeNextNone Outcome

Last updated 7 months ago