diff options
author | Cow <cow@volloeko.de> | 2021-02-01 22:30:42 +0100 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2021-02-01 22:30:42 +0100 |
commit | f567357a8f625e63f8418d733604bfed0d265937 (patch) | |
tree | dac404a556c075cff90d8abbef1fb844de1632c2 /src/main/resources/assets/cowlection/lang | |
parent | 50113a57f593d0aec94d8627826d95024085345c (diff) | |
download | Cowlection-f567357a8f625e63f8418d733604bfed0d265937.tar.gz Cowlection-f567357a8f625e63f8418d733604bfed0d265937.tar.bz2 Cowlection-f567357a8f625e63f8418d733604bfed0d265937.zip |
Added new Dungeon-related config options
- Dungeon Party Finder: Parties with specific classes can now *always* be marked as 'unideal'
- Dungeon Performance Overlay: added an alternative text border option
Diffstat (limited to 'src/main/resources/assets/cowlection/lang')
-rw-r--r-- | src/main/resources/assets/cowlection/lang/en_US.lang | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/main/resources/assets/cowlection/lang/en_US.lang b/src/main/resources/assets/cowlection/lang/en_US.lang index ede0dda..bcb84d7 100644 --- a/src/main/resources/assets/cowlection/lang/en_US.lang +++ b/src/main/resources/assets/cowlection/lang/en_US.lang @@ -29,7 +29,7 @@ cowlection.config.showFriendNotifications.tooltip=Set to true to receive friends cowlection.config.showGuildNotifications=Show guild notifications cowlection.config.showGuildNotifications.tooltip=Set to true to receive guild members' login/logout messages, set to false hide them. cowlection.config.doBestFriendsOnlineCheck=Do best friends online check §d§l⚷ -cowlection.config.doBestFriendsOnlineCheck.tooltip=Set to true to check best friends' online status when joining a server, set to false to disable.\n§fDoes §dnot §fwork for staff members and players hiding their online status.\n§d§l⚷ §eRequires a valid API key! +cowlection.config.doBestFriendsOnlineCheck.tooltip=Set to true to check best friends' online status when joining a server, set to false to disable.\n§fDoes §dnot §fwork for staff members and players hiding their online status.\n§aHover over a player name to see their current gamemode.\n§d§l⚷ §eRequires a valid API key! cowlection.config.enableSkyBlockOnlyFeatures=Enable SkyBlock-only features cowlection.config.enableSkyBlockOnlyFeatures.tooltip=§6When should SkyBlock-only features be active?\n§7§o(relog or change worlds after changing this option)\n §d➊ §fonly while being on SkyBlock §e(= disabled on other servers and in other gamemodes\n §d➋ §falways §e(= including other servers and gamemodes)\n §d➌ §fnever §e(§cNone §eof the SkyBlock-only features will work!) cowlection.config.notifyFreshServer=Notify when world is loaded <X days @@ -78,8 +78,8 @@ cowlection.config.dungOverlayPositionY=Overlay y position (⇦/⇨ keys to fine- cowlection.config.dungOverlayPositionY.tooltip=Use left and right arrow key to increment/decrement the y position by 1 cowlection.config.dungOverlayGuiScale=Overlay Gui Scale cowlection.config.dungOverlayGuiScale.tooltip=Adjust the size of the dungeon performance overlay (50%%-200%%) -cowlection.config.dungOverlayTextShadow=Add text shadow -cowlection.config.dungOverlayTextShadow.tooltip=Enable or disable text shadow +cowlection.config.dungOverlayTextBorder=Text border/shadow +cowlection.config.dungOverlayTextBorder.tooltip=Change or disable text border/shadow cowlection.config.dungPartyFinderPlayerLookup=Show info of joining players §d§l⚷ cowlection.config.dungPartyFinderPlayerLookup.tooltip=Show armor and dungeons stats of player joining via party finder as a tooltip or in chat?\n§d§l⚷ §eRequires a valid API key! cowlection.config.dungPartyFullLookup=Lookup info when party full? §d§l⚷ @@ -94,16 +94,16 @@ cowlection.config.dungMarkPartiesWithCarry=Mark 'carry' parties? cowlection.config.dungMarkPartiesWithCarry.tooltip=Mark parties that have 'carry' in their notes? cowlection.config.dungMarkPartiesWithHyperion=Mark 'hyperion' parties? cowlection.config.dungMarkPartiesWithHyperion.tooltip=Mark parties that have 'hyperion' in their notes? -cowlection.config.dungFilterPartiesWithArcherDupes=Mark duplicated Archer class? -cowlection.config.dungFilterPartiesWithArcherDupes.tooltip=Mark parties with duplicated Archer class? -cowlection.config.dungFilterPartiesWithBerserkDupes=Mark duplicated Berserk class? -cowlection.config.dungFilterPartiesWithBerserkDupes.tooltip=Mark parties with duplicated Berserk class? -cowlection.config.dungFilterPartiesWithHealerDupes=Mark duplicated Healer class? -cowlection.config.dungFilterPartiesWithHealerDupes.tooltip=Mark parties with duplicated Healer class? -cowlection.config.dungFilterPartiesWithMageDupes=Mark duplicated Mage class? -cowlection.config.dungFilterPartiesWithMageDupes.tooltip=Mark parties with duplicated Mage class? -cowlection.config.dungFilterPartiesWithTankDupes=Mark duplicated Tank class? -cowlection.config.dungFilterPartiesWithTankDupes.tooltip=Mark parties with duplicated Tank class? +cowlection.config.dungMarkPartiesWithArcher=Mark parties with Archer class as unideal? +cowlection.config.dungMarkPartiesWithArcher.tooltip=Mark parties with Archer class as unideal (orange background)? +cowlection.config.dungMarkPartiesWithBerserk=Mark parties with Berserk class as unideal? +cowlection.config.dungMarkPartiesWithBerserk.tooltip=Mark parties with Berserk class as unideal (orange background)? +cowlection.config.dungMarkPartiesWithHealer=Mark parties with Healer class as unideal? +cowlection.config.dungMarkPartiesWithHealer.tooltip=Mark parties with Healer class as unideal (orange background)? +cowlection.config.dungMarkPartiesWithMage=Mark parties with Mage class as unideal? +cowlection.config.dungMarkPartiesWithMage.tooltip=Mark parties with Mage class as unideal (orange background)? +cowlection.config.dungMarkPartiesWithTank=Mark parties with Tank class as unideal? +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 |