diff options
author | Cow <cow@volloeko.de> | 2021-04-13 16:12:34 +0200 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2021-04-13 16:12:34 +0200 |
commit | df60b3607577ae6f839b158f419e4a65ab43a34e (patch) | |
tree | 12d83f4a206f74f673f825160badf5007aa309d7 /src/main/resources | |
parent | 0c8a6a70e065e9176d617ff33a9b23774c1b19db (diff) | |
download | Cowlection-df60b3607577ae6f839b158f419e4a65ab43a34e.tar.gz Cowlection-df60b3607577ae6f839b158f419e4a65ab43a34e.tar.bz2 Cowlection-df60b3607577ae6f839b158f419e4a65ab43a34e.zip |
Made colored overlay in Dungeon Party Finder disableable
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/cowlection/lang/en_US.lang | 6 |
1 files changed, 4 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 63217da..4328dbb 100644 --- a/src/main/resources/assets/cowlection/lang/en_US.lang +++ b/src/main/resources/assets/cowlection/lang/en_US.lang @@ -15,7 +15,7 @@ cowlection.config.tabCompletableNamesCommands.tooltip=List of commands with a us cowlection.config.gotoLogSearchConfig=Search through your Minecraft logs cowlection.config.gotoLogSearchConfig.tooltip=Settings can be accessed at the top right corner cowlection.config.logsDirs=Directories with Minecraft log files -cowlection.config.logsDirs.tooltip=List of directories containing Minecraft log files +cowlection.config.logsDirs.tooltip=List of directories containing Minecraft logs cowlection.config.defaultStartDate=Start date for log file search §c[see tooltip!] cowlection.config.defaultStartDate.tooltip=§eCan be either a §6number§e (e.g. "§63§e" means "§6start searching 3 months ago§e"),\n§eor alternatively a §6fixed date §e(§6yyyy-mm-dd§e) cowlection.config.gotoKeyBindings=Change key bindings @@ -51,7 +51,7 @@ cowlection.config.tooltipItemTimestamp.tooltip=Show item creation date? Only wor 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 +cowlection.config.numeralSystem.tooltip=Use Roman or Arabic numeral system?\nThis is currently used to display numbers for...\n ‣ §7command: §r/moo stalkSkyBlock\n ‣ §7command: §r/moo analyzeIsland\n ‣ Dungeon levels and floors cowlection.config.tooltipAuctionHousePriceEach=§7Auction house: §rprice per item 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 @@ -96,6 +96,8 @@ cowlection.config.dungPartyFullLookup=Lookup info when party full? §d§l⚷ cowlection.config.dungPartyFullLookup.tooltip=Lookup armor and dungeons stats of each party member when your party is full?\n§7Alternatively: §e/moo dungeon party §7or §e/m dp\n§d§l⚷ §eRequires a valid API key! cowlection.config.dungPartyFinderPartyLookup=Lookup info when joining another party? §d§l⚷ cowlection.config.dungPartyFinderPartyLookup.tooltip=Lookup armor and dungeons stats of each party member when joining via party finder?\n§7Alternatively: §e/moo dungeon party §7or §e/m dp\n§d§l⚷ §eRequires a valid API key! +cowlection.config.dungPartyFinderOverlayDrawBackground=Draw colored party background? +cowlection.config.dungPartyFinderOverlayDrawBackground.tooltip=Draw colored background for parties...\n ‣ you cannot join: §c⬛\n ‣ that do not meet all your criteria: §6⬛\n ‣ that match your criteria: §a⬛ cowlection.config.dungPartiesSize=Show party sizes? cowlection.config.dungPartiesSize.tooltip=Show sizes of parties? cowlection.config.dungDungeonReqMin=Minimum "Dungeon level required" |