diff options
author | Cow <cow@volloeko.de> | 2020-04-28 12:44:09 +0200 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2020-04-28 12:44:09 +0200 |
commit | 38cd6cc98ba320e54754a270c889549b793b6b90 (patch) | |
tree | afee59b68a33f9ca183fc48c9d58e5fdf0dda95b /src/main/resources | |
parent | 35553dceb9c683000095ce1a62b4e094234304bc (diff) | |
download | Cowlection-38cd6cc98ba320e54754a270c889549b793b6b90.tar.gz Cowlection-38cd6cc98ba320e54754a270c889549b793b6b90.tar.bz2 Cowlection-38cd6cc98ba320e54754a270c889549b793b6b90.zip |
Added Tab-completable usernames for various commands
- use /tabcompletablecommand for a full list of valid commands (e.g. party, msg, boop, ...)
- list of supported commands can be modified via config
Diffstat (limited to 'src/main/resources')
-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 ad103b6..05cfc43 100644 --- a/src/main/resources/assets/cowmoonication/lang/en_US.lang +++ b/src/main/resources/assets/cowmoonication/lang/en_US.lang @@ -6,3 +6,5 @@ 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.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! |