Set Chat Prefix
Adds a prefix to a player's chat messages within the map.
This action adds a custom prefix before a player's name in chat, but only for messages sent within the map instance.
Configuration
- Prefix: The text to add. Supports color codes and property placeholders.
- Target: The
Playerwhose chat will be prefixed.
Example
Add a team tag to a player's chat messages.
- Event:
Player Join - Action: A
Conditionalaction that checks the player's team.- Condition:
Is on Team-> "Red Team" - If Actions:
Set Chat Prefixwith a Prefix of&c[RED].
- Condition: