From ba4dc3a0cbb58152c1fbdfe58224cb65685acc55 Mon Sep 17 00:00:00 2001 From: Cow Date: Thu, 6 Aug 2020 18:01:42 +0200 Subject: Conflicts resolving - Added keybinding to open chat with `/moo ` pre-typed - New sub-command: `/m cmd` to fix command conflicts with server-side commands with the same name `/m` - Added `/ say` (similar to `/moo say`) --- src/main/resources/assets/cowlection/lang/en_US.lang | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main/resources') diff --git a/src/main/resources/assets/cowlection/lang/en_US.lang b/src/main/resources/assets/cowlection/lang/en_US.lang index 58e85c1..0bcad5d 100644 --- a/src/main/resources/assets/cowlection/lang/en_US.lang +++ b/src/main/resources/assets/cowlection/lang/en_US.lang @@ -27,3 +27,5 @@ cowlection.config.logsDirs.tooltip=List of directories containing Minecraft log cowlection.config.defaultStartDate=Start date for log file search cowlection.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) cowlection.commands.generic.exception=%s +key.cowlection.category=Cowlection +key.cowlection.moo.desc=Open Command -- cgit