diff options
author | Cow <cow@volloeko.de> | 2021-06-30 15:00:51 +0200 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2021-06-30 15:00:51 +0200 |
commit | 8f365a40219f468b094c22dc9736ca8eacbd6fcc (patch) | |
tree | e1c5efa39a59b8d4598dd4e532583298e717f357 /src/main/resources | |
parent | b2e1c53efabf3fc1d46f36feb674b615425d0b54 (diff) | |
download | Cowlection-8f365a40219f468b094c22dc9736ca8eacbd6fcc.tar.gz Cowlection-8f365a40219f468b094c22dc9736ca8eacbd6fcc.tar.bz2 Cowlection-8f365a40219f468b094c22dc9736ca8eacbd6fcc.zip |
Added keybindings to copy features
- /moo waila
- copy single item
- new toggle: copy output to clipboard or save to file
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/cowlection/lang/en_US.lang | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/main/resources/assets/cowlection/lang/en_US.lang b/src/main/resources/assets/cowlection/lang/en_US.lang index 9cdf1e0..d5bf41f 100644 --- a/src/main/resources/assets/cowlection/lang/en_US.lang +++ b/src/main/resources/assets/cowlection/lang/en_US.lang @@ -7,9 +7,11 @@ cowlection.config.mooCmdAlias.tooltip=Alternative command alias for §e/moo§f.\ 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.enableCopyInventory.tooltip=If enabled:\n ‣ copy the items in an inventory as JSON with §eCTRL + C§r\n ‣ copy a single item with §eCTRL + SHIFT + C cowlection.config.wailaLevelOfDetail=Level of detail of /moo waila cowlection.config.wailaLevelOfDetail.tooltip=Should §e/moo whatAmILookingAt §rcopy §oall §rinfo or only the §omost important §rinfo?\n§7§oIn addition, the optional 2nd parameter can also be used: §e§o/moo waila <all|main> +cowlection.config.copyOrSaveWailaAndInventoryData=Output /moo waila and inventory data +cowlection.config.copyOrSaveWailaAndInventoryData.tooltip=Copy the output of\n ‣ §e/moo whatAmILookingAt\n ‣ §ecopied inventories §7(CTRL+C)\n ‣ §eitems §7(CTRL+SHIFT+C)\nto clipboard or save in a file? 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 @@ -128,4 +130,5 @@ cowlection.config.dungMarkPartiesWithTank=Mark parties with Tank class as unidea cowlection.config.dungMarkPartiesWithTank.tooltip=Mark parties with Tank class as unideal (orange background)? cowlection.commands.generic.exception=%s key.cowlection.category=Cowlection -key.cowlection.moo=Open Command +key.cowlection.moo=Open Command §8(§7/moo§8) +key.cowlection.waila=Run §e/moo waila |