Configuration
Configuration file: modules/chatplaceholders/*.yml
Last updated
Configuration file: modules/chatplaceholders/*.yml
modules:
# Allows players to display custom tags in chat
#
# Item tag module loaded from modules/chatplaceholders/chatplaceholders.yml
chat-placeholders: truemodules.chat-placeholders: Enable/disable the module.
chatplaceholders.yml
This is the maximum number of tags a message can have.
These are the tags that TChat has by default.
itemtag.yml
This is the text it will detect in the chat to replace it with the item in your hand.
Permission to use this tag, if it is empty, no permissions are required.
This is the format of the text replaced from the trigger
Here you can customize the format if the player has nothing in their hand.
Here you can create your own tags using TChat actions.
trigger: Same as in itemtag -> This is the text it will detect in the chat to replace it with the item in your hand.
permission: The permission to use this tag (empty = available for everyone)
label: The text that replaces the trigger.
actions: Actions taken when the trigger is detected in the message.
Last updated
tags:
- trigger: "[pos]"
permission: ""
label: "[<green>%player_x% %player_y% %player_z%</green>]"
actions: []