Dialog - Plain Message Body (Section) — SkBee

Addon: SkBee · Category: Section · Since: 3.16.0

Syntax

add (text|plain message) body

Description

A multiline label for a dialog. See [**Plain Message**](https://minecraft.wiki/w/Dialog#plain_message) on McWiki for further details. **Entries**: - `contents` = A string/text component that will be seen in a dialog. - `width` = Integer value between 1 and 1024 — Maximum width of message. Defaults to 200. [Optional]

Examples

add plain message body:
	contents: mini message from "Do you want to break this block?"
	width: 150

View source