Merge pull request #11918 from Broooklyn/friends-chat

FriendsChatConfig: Fix config grammar
This commit is contained in:
Jordan
2020-06-18 11:23:27 -07:00
committed by GitHub

View File

@@ -36,7 +36,7 @@ public interface FriendsChatConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "clanChatIcons", keyName = "clanChatIcons",
name = "Chat Icons", name = "Chat Icons",
description = "Show friends chat chat icons next to members.", description = "Show rank icons next to friends chat members.",
position = 1 position = 1
) )
default boolean chatIcons() default boolean chatIcons()
@@ -131,7 +131,7 @@ public interface FriendsChatConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "clanTabChat", keyName = "clanTabChat",
name = "Tab Chat", name = "Tab Chat",
description = "Allows friends chat chat without prepending '/' to messages when on the friends chat tab", description = "Message friends chat without appending '/' when the friends chat tab is selected.",
position = 8 position = 8
) )
default boolean friendsChatTabChat() default boolean friendsChatTabChat()
@@ -153,7 +153,7 @@ public interface FriendsChatConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "showIgnores", keyName = "showIgnores",
name = "Recolor ignored players", name = "Recolor ignored players",
description = "Recolors players that are on your ignore list", description = "Recolor members who are on your ignore list",
position = 10 position = 10
) )
default boolean showIgnores() default boolean showIgnores()