diff options
author | Cow <cow@volloeko.de> | 2020-06-18 18:11:50 +0200 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2020-06-18 18:11:50 +0200 |
commit | 830e815c429905b29a49ecc1a2bf9e9abbca148b (patch) | |
tree | 38b94b086eb986294264e14bb02057ee56fb0974 /src/main/resources/assets/cowmoonication/lang/en_US.lang | |
parent | c2c644d9b0f8a66e757b67145935b0e3c447db97 (diff) | |
download | Cowlection-830e815c429905b29a49ecc1a2bf9e9abbca148b.tar.gz Cowlection-830e815c429905b29a49ecc1a2bf9e9abbca148b.tar.bz2 Cowlection-830e815c429905b29a49ecc1a2bf9e9abbca148b.zip |
Added `/moo analyzeIsland` to analyze minions on private islands
- Added Config option to toggle between Arabic and Roman numerals
Diffstat (limited to 'src/main/resources/assets/cowmoonication/lang/en_US.lang')
-rw-r--r-- | src/main/resources/assets/cowmoonication/lang/en_US.lang | 2 |
1 files changed, 2 insertions, 0 deletions
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 |