diff options
author | Cow <cow@volloeko.de> | 2020-07-28 18:02:32 +0200 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2020-07-28 18:02:32 +0200 |
commit | 521cc85ee089b4b4fb666b923470eb99455cc6f4 (patch) | |
tree | 33e51e23c85f84fe0dfe85be9af881714cef93ec /src/main/resources/assets | |
parent | b393636cb3f7e05ef8b34804eeb06357f1b9cfbe (diff) | |
download | Cowlection-521cc85ee089b4b4fb666b923470eb99455cc6f4.tar.gz Cowlection-521cc85ee089b4b4fb666b923470eb99455cc6f4.tar.bz2 Cowlection-521cc85ee089b4b4fb666b923470eb99455cc6f4.zip |
Added best friends online check
runs automatically after joining a server or manually with `/moo online`
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r-- | src/main/resources/assets/cowlection/lang/en_US.lang | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/assets/cowlection/lang/en_US.lang b/src/main/resources/assets/cowlection/lang/en_US.lang index 80c002e..7e192b8 100644 --- a/src/main/resources/assets/cowlection/lang/en_US.lang +++ b/src/main/resources/assets/cowlection/lang/en_US.lang @@ -6,6 +6,8 @@ cowlection.config.showFriendNotifications=Show friend notifications cowlection.config.showFriendNotifications.tooltip=Set to true to receive friends' login/logout messages, set to false hide them. cowlection.config.showGuildNotifications=Show guild notifications cowlection.config.showGuildNotifications.tooltip=Set to true to receive guild members' login/logout messages, set to false hide them. +cowlection.config.doBestFriendsOnlineCheck=Do best friends online check +cowlection.config.doBestFriendsOnlineCheck.tooltip=Set to true to check best friends' online status when joining a server, set to false to disable.\n§fDoes §dnot §fwork for staff members and players hiding their online status. cowlection.config.showAdvancedTooltips=Show advanced tooltips cowlection.config.showAdvancedTooltips.tooltip=Set to true to show advanced tooltips, set to false show default tooltips. cowlection.config.numeralSystem=Numeral system |