From 521cc85ee089b4b4fb666b923470eb99455cc6f4 Mon Sep 17 00:00:00 2001 From: Cow Date: Tue, 28 Jul 2020 18:02:32 +0200 Subject: Added best friends online check runs automatically after joining a server or manually with `/moo online` --- src/main/resources/assets/cowlection/lang/en_US.lang | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main/resources/assets/cowlection/lang') 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 -- cgit