chat notifications: clarify how to enter multiple words

This commit is contained in:
F.W. Dekker
2021-07-03 15:50:46 -04:00
committed by GitHub
parent 2be138bf72
commit 9c766e17fa
@@ -44,7 +44,7 @@ public interface ChatNotificationsConfig extends Config
position = 1,
keyName = "highlightWordsString",
name = "Highlight words",
description = "Highlights the following words in chat",
description = "Highlights the following words in chat, separated by commas",
section = highlightLists
)
default String highlightWordsString()