Skip to content

Commit b4f2fa0

Browse files
committed
mentionWithSound added to Mentions settings.
Signed-off-by: Pavel Erokhin (MairwunNx) <[email protected]>
1 parent 78b1c04 commit b4f2fa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/com/mairwunnx/projectessentials/chat/impl/configurations/ChatSettingsConfigurationModel.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ data class ChatSettingsConfigurationModel(
4848
data class Mentions(
4949
var mentionsEnabled: Boolean = true,
5050
var mentionInActionBar: Boolean = true,
51+
var mentionWithSound: Boolean = true,
5152
var mentionMessage: String = "&7you are mentioned by &l&7%player&7 player, in the chat.",
5253
var mentionAtFormat: String = "&c",
5354
var mentionNameFormat: String = "&b"

0 commit comments

Comments
 (0)