diff options
author | Cow <cow@volloeko.de> | 2020-12-20 15:12:34 +0100 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2020-12-20 15:12:34 +0100 |
commit | 609758ab51a46e4ccac2cd37f449f3682bc15770 (patch) | |
tree | 65c8bb2728b2356348129fd96478b630fcb10ba3 /src/main/resources/assets/cowlection/lang | |
parent | 61b01b39496dd56e8bdce8b9c25d591af116dfec (diff) | |
download | Cowlection-609758ab51a46e4ccac2cd37f449f3682bc15770.tar.gz Cowlection-609758ab51a46e4ccac2cd37f449f3682bc15770.tar.bz2 Cowlection-609758ab51a46e4ccac2cd37f449f3682bc15770.zip |
Added config options to enable/disable some features
Diffstat (limited to 'src/main/resources/assets/cowlection/lang')
-rw-r--r-- | src/main/resources/assets/cowlection/lang/en_US.lang | 6 |
1 files changed, 6 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 1699e2f..c7cc85f 100644 --- a/src/main/resources/assets/cowlection/lang/en_US.lang +++ b/src/main/resources/assets/cowlection/lang/en_US.lang @@ -2,6 +2,12 @@ cowlection.config.isMooValid=API key valid? §d§l⚷ cowlection.config.isMooValid.tooltip=You can use /moo apikey to see how to request a new API key from Hypixel\n§eConfig entries marked with §d§l⚷ §erequire a valid API key. cowlection.config.configGuiExplanations=Show config categories explanations... cowlection.config.configGuiExplanations.tooltip=How should the explanations (introductory words, hints, and tips) of the individual configuration categories be displayed? +cowlection.config.mooCmdAlias=Alias for /moo command +cowlection.config.mooCmdAlias.tooltip=Alternative command alias for §e/moo§f.\nLeave empty to remove alias. +cowlection.config.fixReplyCmd=Auto-replace /r? +cowlection.config.fixReplyCmd.tooltip=Auto-replace §e/r §fwith §e/w <latest username> §fto avoid replying to the wrong person.\n\nUse §e/rr <message> §fto prevent the auto-replacement for a message. +cowlection.config.enableCopyInventory=Copy inventories with CTRL + C? +cowlection.config.enableCopyInventory.tooltip=If enabled: copy the items in an inventory as JSON with §eCTRL + C cowlection.config.tabCompletableNamesCommands=Commands with Tab-completable usernames cowlection.config.tabCompletableNamesCommands.tooltip=List of commands with a username argument that should be Tab-completable.\n§eRequires game restart to take effect! cowlection.config.gotoLogSearchConfig=Search through your Minecraft logs |