← Back to Command Directory ← Back to Home

/dialog

Shows, clears, or lists dialogs for players. Dialogs are interactive UI panels that can display text and action buttons.

Syntax

/dialog show <dialog> <targets>
/dialog clear <targets> [<dialog>]
/dialog list [<page>]

Parameters

NameRequiredDescription
dialogYes (for show)The namespaced identifier of the dialog to display.
targetsYesThe player(s) to show the dialog to.
pageNoPage number when listing available dialogs.

Examples

/dialog show my_pack:welcome_dialog @p
/dialog clear @a
/dialog list

Notes

Related Commands