diff options
author | Cow <cow@volloeko.de> | 2021-03-20 00:50:13 +0100 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2021-03-20 02:10:31 +0100 |
commit | 27811afe485ce639bbc920d885fb98d4b052bcc6 (patch) | |
tree | 8814e2900b183622e92e980e042b9013f1928131 /src/main/resources | |
parent | e09fc0d1f07da1fe5def7cb80c2128cf71a6ad4f (diff) | |
download | Cowlection-27811afe485ce639bbc920d885fb98d4b052bcc6.tar.gz Cowlection-27811afe485ce639bbc920d885fb98d4b052bcc6.tar.bz2 Cowlection-27811afe485ce639bbc920d885fb98d4b052bcc6.zip |
Added Auction house related features
- show price for each lvl 1 enchantment book required to craft a higher tier book
- mark sold/ended/expired auctions
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/cowlection/lang/en_US.lang | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main/resources/assets/cowlection/lang/en_US.lang b/src/main/resources/assets/cowlection/lang/en_US.lang index e9d9091..c531329 100644 --- a/src/main/resources/assets/cowlection/lang/en_US.lang +++ b/src/main/resources/assets/cowlection/lang/en_US.lang @@ -53,7 +53,11 @@ cowlection.config.showPetExp.tooltip=Show pet exp?\n§7§oExp for max level pets 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 cowlection.config.tooltipAuctionHousePriceEach=§7Auction house: §rprice per item -cowlection.config.tooltipAuctionHousePriceEach.tooltip=Add price per item if multiple items are bought or sold? +cowlection.config.tooltipAuctionHousePriceEach.tooltip=Add price per item if multiple items are bought or sold?\nAlso add price for level 1 books for enchanted books with one single enchant. +cowlection.config.tooltipAuctionHousePriceEachEnchantments=§7AH: §rprice per lvl 1 enchantment +cowlection.config.tooltipAuctionHousePriceEachEnchantments.tooltip=Breaks down the price of enchanted books with one higher-tiered enchantment into their potential level 1 book prices.\n§d§lUltimate§r and §eTurbo-Crop §renchantments are always included. Enchantments set in this config option get broken down additionally.\n§7Keep in mind that not all high-level enchantments can be created by combining lower level books! +cowlection.config.auctionHouseMarkEndedAuctions=§7AH: §rmark sold/ended/expired auctions with... +cowlection.config.auctionHouseMarkEndedAuctions.tooltip=Add indicators to auctions that...\n ‣ sold: §aSold §ror §aS\n ‣ ended: §aEnded §ror §aE\n ‣ expired: §cExpired §ror §cE 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 |