diff options
author | Cow <cow@volloeko.de> | 2021-03-17 12:39:02 +0100 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2021-03-17 12:39:02 +0100 |
commit | e09fc0d1f07da1fe5def7cb80c2128cf71a6ad4f (patch) | |
tree | 3cf5ead8e73bf85aa29ee90745eb1b281cdeac0b /src/main/resources | |
parent | f43d8f566c6140eda00867b2ccfdbc2e967e5596 (diff) | |
download | Cowlection-e09fc0d1f07da1fe5def7cb80c2128cf71a6ad4f.tar.gz Cowlection-e09fc0d1f07da1fe5def7cb80c2128cf71a6ad4f.tar.bz2 Cowlection-e09fc0d1f07da1fe5def7cb80c2128cf71a6ad4f.zip |
Added /moo whatAmILookingAt
- Copy info of "the thing" you're looking at
- currently supports: NPCs and mobs + nearby "text-only" armor stands; armor stands, placed skulls, dropped items, items in item frames, maps on walls
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 5acf252..e9d9091 100644 --- a/src/main/resources/assets/cowlection/lang/en_US.lang +++ b/src/main/resources/assets/cowlection/lang/en_US.lang @@ -8,6 +8,8 @@ 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.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.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 |