From 609758ab51a46e4ccac2cd37f449f3682bc15770 Mon Sep 17 00:00:00 2001 From: Cow Date: Sun, 20 Dec 2020 15:12:34 +0100 Subject: Added config options to enable/disable some features --- src/main/resources/assets/cowlection/lang/en_US.lang | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/main/resources/assets/cowlection/lang') 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 §fto avoid replying to the wrong person.\n\nUse §e/rr §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 -- cgit