Version: Beta ⚠️
Message Dialogue
The Message Dialogue Action
is an action that displays a single message to the player. This action provides you with the ability to show a message to the player in response to specific events.
How could this be used?
This action can be useful in a variety of situations. You can use it to give the player information about their surroundings, provide them with tips, or add flavor to your adventure. The possibilities are endless!
Fields
Criteria
InheritedListA list of facts that must be met by the player before this entry can be triggered.
Modifiers
InheritedListA list of facts that will be modified for the player when this entry is triggered.
Triggers
RequiredListSpeaker
RequiredText
RequiredColoredMulti-LinePlaceholdersThe text to display to the player.
Colors and formatting from the
MiniMessage Adventure Api
can be used. So for example, you can use <red>Some Text</red>
for red text.Placeholders from the
PlaceholderApi
can be used. So for example, you can use %player_name%
for the player name.