diff options
author | Cow <cow@volloeko.de> | 2021-03-16 15:46:08 +0100 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2021-03-16 15:46:08 +0100 |
commit | f43d8f566c6140eda00867b2ccfdbc2e967e5596 (patch) | |
tree | 758ea85ef9dc9511860352805b07adc65f4f500c /src/main/resources | |
parent | f567357a8f625e63f8418d733604bfed0d265937 (diff) | |
download | Cowlection-f43d8f566c6140eda00867b2ccfdbc2e967e5596.tar.gz Cowlection-f43d8f566c6140eda00867b2ccfdbc2e967e5596.tar.bz2 Cowlection-f43d8f566c6140eda00867b2ccfdbc2e967e5596.zip |
Added Bestiary Overview
- plus small cleanup here and there
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/cowlection/lang/en_US.lang | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/main/resources/assets/cowlection/lang/en_US.lang b/src/main/resources/assets/cowlection/lang/en_US.lang index bcb84d7..5acf252 100644 --- a/src/main/resources/assets/cowlection/lang/en_US.lang +++ b/src/main/resources/assets/cowlection/lang/en_US.lang @@ -40,13 +40,13 @@ cowlection.config.notifyServerAge=Show server age notifications? cowlection.config.notifyServerAge.tooltip=Overrides the two settings above.\n§7This setting can also be changed with §e/moo worldage <on|off> cowlection.config.tooltipToggleKeyBinding=Key binding: toggle tooltip cowlection.config.tooltipToggleKeyBinding.tooltip=Hold down this key to toggle tooltip if one of the following settings is set to 'key press'\n\n§7§odisable key binding: §e§oset key binding to §lESC -cowlection.config.tooltipItemAge=Show item age +cowlection.config.tooltipItemAge=§7Items: §rShow item age cowlection.config.tooltipItemAge.tooltip=Show item age? Only works for non-stackable items -cowlection.config.tooltipItemAgeShortened=Shorten item age? +cowlection.config.tooltipItemAgeShortened=§7Items: §rShorten item age? cowlection.config.tooltipItemAgeShortened.tooltip=Show shortened (5.8 months) or detailed item age (5 months 24 days)? -cowlection.config.tooltipItemTimestamp=Show item creation date +cowlection.config.tooltipItemTimestamp=§7Items: §rShow item creation date cowlection.config.tooltipItemTimestamp.tooltip=Show item creation date? Only works for non-stackable items -cowlection.config.showPetExp=Show pet exp +cowlection.config.showPetExp=§7Pets: §rShow pet exp cowlection.config.showPetExp.tooltip=Show pet exp?\n§7§oExp for max level pets §f§odon't §7§owork inside the pets menu (but in every other GUI)! cowlection.config.numeralSystem=Numeral system cowlection.config.numeralSystem.tooltip=Use Roman or Arabic numeral system?\nThis is currently used to display numbers in the commands /moo stalkSkyBlock and /moo analyzeIsland @@ -56,6 +56,8 @@ cowlection.config.bazaarConnectGraphsNodes=§7Bazaar: §rconnect the graph nodes cowlection.config.bazaarConnectGraphsNodes.tooltip=Draw a line through the nodes of the bazaar graphs?\n§7§oThis also (tries to) fix the graphs when using the MC unicode font. cowlection.config.bazaarConnectGraphsLineWidth=§7Bazaar: §rline width cowlection.config.bazaarConnectGraphsLineWidth.tooltip=Width of the line drawn through the nodes of the bazaar graphs? +cowlection.config.bestiaryOverviewOrder=§7Bestiary: §roverview order by... +cowlection.config.bestiaryOverviewOrder.tooltip=Add §6§lBestiary Overview§r to the SkyBlock Bestiary (§e/bestiary§7 or §e/be§r).\nThis setting changes the order of the Bestiary Overview entries, §7which can also be changed by left-clicking the area/location icon in the Bestiary GUI §7(§e/be§7). cowlection.config.lookupWikiKeyBinding=Key binding: lookup item wiki cowlection.config.lookupWikiKeyBinding.tooltip=Hover over an item in any inventory and press keybinding to open the item's wiki article.\n§7§oAccesses §e§ohypixel-skyblock.fandom.com\n§7§odefault key: §e§oI = info\n\n§7§odisable key binding: §e§oset key binding to §lESC cowlection.config.lookupPriceKeyBinding=Key binding: lookup item price |