diff options
author | Cow <cow@volloeko.de> | 2020-08-06 18:01:42 +0200 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2020-08-06 18:01:42 +0200 |
commit | ba4dc3a0cbb58152c1fbdfe58224cb65685acc55 (patch) | |
tree | 7b516e171223640172b9e6b77de67f1bbb52cf9b /src/main/resources | |
parent | 2346e0ead0722f5fa9ce6e5bfda15ce927e3529a (diff) | |
download | Cowlection-ba4dc3a0cbb58152c1fbdfe58224cb65685acc55.tar.gz Cowlection-ba4dc3a0cbb58152c1fbdfe58224cb65685acc55.tar.bz2 Cowlection-ba4dc3a0cbb58152c1fbdfe58224cb65685acc55.zip |
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 `/<command with tab-completable username> say` (similar to `/moo say`)
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/cowlection/lang/en_US.lang | 2 |
1 files changed, 2 insertions, 0 deletions
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 |