Skip to main content

Message Result

The message result sends a message to the player after crafting finishes.

Aliases:

message, msg

Example

result:
message:
type: message
message: "<yellow>You crafted a special item."

Fields

FieldTypeDescription
messageTextMessage sent to the player. Supports placeholders and formatting.

Placeholders

Common placeholders:

PlaceholderMeaning
%player%Player name.
%structure%Structure key.
%instanceuuid%Structure instance UUID.
%world%World name.
%center_x%Structure center X coordinate.
%center_y%Structure center Y coordinate.
%center_z%Structure center Z coordinate.