From 830e815c429905b29a49ecc1a2bf9e9abbca148b Mon Sep 17 00:00:00 2001 From: Cow Date: Thu, 18 Jun 2020 18:11:50 +0200 Subject: Added `/moo analyzeIsland` to analyze minions on private islands - Added Config option to toggle between Arabic and Roman numerals --- src/main/resources/assets/cowmoonication/lang/en_US.lang | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main/resources/assets/cowmoonication/lang/en_US.lang') diff --git a/src/main/resources/assets/cowmoonication/lang/en_US.lang b/src/main/resources/assets/cowmoonication/lang/en_US.lang index 6b09da2..b4abb56 100644 --- a/src/main/resources/assets/cowmoonication/lang/en_US.lang +++ b/src/main/resources/assets/cowmoonication/lang/en_US.lang @@ -6,6 +6,8 @@ cowmoonication.config.showFriendNotifications=Show friend notifications cowmoonication.config.showFriendNotifications.tooltip=Set to true to receive friends' login/logout messages, set to false hide them. cowmoonication.config.showGuildNotifications=Show guild notifications cowmoonication.config.showGuildNotifications.tooltip=Set to true to receive guild members' login/logout messages, set to false hide them. +cowmoonication.config.numeralSystem=Numeral system +cowmoonication.config.numeralSystem.tooltip=Use Roman or Arabic numeral system? cowmoonication.config.tabCompletableNamesCommands=Commands with Tab-completable usernames cowmoonication.config.tabCompletableNamesCommands.tooltip=List of commands with a username argument that should be Tab-completable.\nRequires game restart to take effect! cowmoonication.config.logsDirs=Directories with Minecraft log files -- cgit