| 1 | Type: format |
| 2 | |
| 3 | # The key we look for in the chat surrounded by [] brackets, example: |
| 4 | # chat message: "Hello everyone, I have an [item] in my hand" if your key is equal to "item" |
| 5 | Key: discordformat |
| 6 | |
| 7 | # The value the key will be replaced to. This uses JavaScript. |
| 8 | Value: '"{sender_is_discord}" == "true" ? "#6972f0&lDiscord&f " : ""' |