From c2c644d9b0f8a66e757b67145935b0e3c447db97 Mon Sep 17 00:00:00 2001 From: Cow Date: Tue, 16 Jun 2020 02:32:15 +0200 Subject: Added `/moo search` to search through mc log files --- src/main/resources/assets/cowmoonication/lang/en_US.lang | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/main/resources/assets') 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 -- cgit