diff options
author | Cow <cow@volloeko.de> | 2021-03-20 14:47:00 +0100 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2021-03-20 14:47:00 +0100 |
commit | b3ec6cd425b6ae5d2795a32369f0f12792b2beaf (patch) | |
tree | 1a5801a5a286473511a125081fb841262fed6abc /src/main/resources/assets/cowlection | |
parent | 27811afe485ce639bbc920d885fb98d4b052bcc6 (diff) | |
download | Cowlection-b3ec6cd425b6ae5d2795a32369f0f12792b2beaf.tar.gz Cowlection-b3ec6cd425b6ae5d2795a32369f0f12792b2beaf.tar.bz2 Cowlection-b3ec6cd425b6ae5d2795a32369f0f12792b2beaf.zip |
Added min Dungeon lvl req to Party Finder
Diffstat (limited to 'src/main/resources/assets/cowlection')
-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 c531329..6836fd4 100644 --- a/src/main/resources/assets/cowlection/lang/en_US.lang +++ b/src/main/resources/assets/cowlection/lang/en_US.lang @@ -96,6 +96,8 @@ cowlection.config.dungPartyFinderPartyLookup=Lookup info when joining another pa 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.dungPartiesSize=Show party sizes? cowlection.config.dungPartiesSize.tooltip=Show sizes of parties? +cowlection.config.dungDungeonReqMin=Minimum "Dungeon level required" +cowlection.config.dungDungeonReqMin.tooltip=Marks parties with lower "Dungeon level required" set than this value cowlection.config.dungClassMin=Minimum preferred class level cowlection.config.dungClassMin.tooltip=Marks parties with members with lower class level than this value cowlection.config.dungMarkPartiesWithCarry=Mark 'carry' parties? |