diff options
author | Cow <cow@volloeko.de> | 2020-06-16 02:32:15 +0200 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2020-06-16 02:32:15 +0200 |
commit | c2c644d9b0f8a66e757b67145935b0e3c447db97 (patch) | |
tree | 627c087f6b8c165e4fb3506ff7b559afd2318ddc /src/main/resources | |
parent | b9d6b75423ea24c4947b3a655f199c3b34aa167a (diff) | |
download | Cowlection-c2c644d9b0f8a66e757b67145935b0e3c447db97.tar.gz Cowlection-c2c644d9b0f8a66e757b67145935b0e3c447db97.tar.bz2 Cowlection-c2c644d9b0f8a66e757b67145935b0e3c447db97.zip |
Added `/moo search` to search through mc log files
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/cowmoonication/lang/en_US.lang | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main/resources/assets/cowmoonication/lang/en_US.lang b/src/main/resources/assets/cowmoonication/lang/en_US.lang index f66517c..6b09da2 100644 --- a/src/main/resources/assets/cowmoonication/lang/en_US.lang +++ b/src/main/resources/assets/cowmoonication/lang/en_US.lang @@ -8,4 +8,8 @@ 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.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.commands.generic.exception=%s
\ No newline at end of file +cowmoonication.config.logsDirs=Directories with Minecraft log files +cowmoonication.config.logsDirs.tooltip=List of directories containing Minecraft log files +cowmoonication.config.defaultStartDate=Start date for log file search +cowmoonication.config.defaultStartDate.tooltip=§eCan be either a §6number§e (e.g. "§63§e" means "§6start searching 3 months ago§e"),\n§eor alternatively a §6fixed date §e(§6yyyy-mm-dd§e) +cowmoonication.commands.generic.exception=%s |