aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/cowtipper/cowlection/config/MooConfig.java
AgeCommit message (Collapse)Author
2023-07-23Fixed calculated enchanted books price displayCow
Enchanted books are sold on the Bazaar, and not at the Auction house anymore
2023-07-22Changed API key validationCow
2023-07-22Removed best friends list and join/leave notifications togglesCow
Both features have been implemented by Hypixel
2023-07-16Changed dungeons overlay to be disabled by defaultCow
Other mods track and display the info much more accurately.
2022-10-14Updated quick lookup for item prices and wikiCow
- added official wiki - replaced item price lookup
2022-10-10Chest Analyzer reworkCow
- Added search - Added NPC sell prices - Added 'deselect/hide item' - Added list of coords for highlighted chests - Added info button (`[?]`) - Added 'price type' column
2022-10-10Changed a few bits and piecesCow
2021-08-02Added Party Notes rule editorCow
2021-07-11Swapped copy inventory and copy item keybindingsCow
- also changed default position of dungeon overlay
2021-07-07Changed dungeon classes in Dungeon Party Finder to be also completely block-ableCow
2021-07-06Added 'lowest BINs' support to Chest Tracker & AnalyzerCow
2021-07-04Added separate max file size for latest.logCow
2021-07-04Added 'items left' to Bazaar order tooltipsCow
2021-07-01Added more config options to existing featuresCow
- Bazaar: order 'Sell Inventory/Sacks Now' tooltips asc/desc - MC Log file search: maximum file size to analyze - Toggle: dungeon performance summary at end of dungeon - Toggle: warn when queued and entered dungeon floors are different - Toggle: shorten item quality info for non-randomized items
2021-06-30Added keybindings to copy featuresCow
- /moo waila - copy single item - new toggle: copy output to clipboard or save to file
2021-04-24Added config option to hide Gear Score separatelyCow
2021-04-23Added Chest Tracker & AnalyzerCow
2021-04-13Made colored overlay in Dungeon Party Finder disableableCow
2021-04-13Added a search to the config guiCow
2021-04-11Added order (sort) functionality to Bazaar 'Sell All' tooltipCow
- also increased decimal places for AH: price each - also added Bestiary Overview mini-'tutorial'
2021-03-29Added mini-"tutorial" to open config guiCow
2021-03-20Added min Dungeon lvl req to Party FinderCow
2021-03-20Added Auction house related featuresCow
- show price for each lvl 1 enchantment book required to craft a higher tier book - mark sold/ended/expired auctions
2021-03-17Added /moo whatAmILookingAtCow
- Copy info of "the thing" you're looking at - currently supports: NPCs and mobs + nearby "text-only" armor stands; armor stands, placed skulls, dropped items, items in item frames, maps on walls
2021-03-16Added Bestiary OverviewCow
- plus small cleanup here and there
2021-02-01Added new Dungeon-related config optionsCow
- Dungeon Party Finder: Parties with specific classes can now *always* be marked as 'unideal' - Dungeon Performance Overlay: added an alternative text border option
2021-01-20Small Dwarven Mines updateCow
- added new minions (mithril + t12) - added new location - also removed a few pre-set client-side commands to avoid confusion
2021-01-03Implemented more feedback from 0.12.0 pre-releaseCow
- Added pet exp to tooltips - Dungeon party finder: Lookup info when party is full - Dungeon party finder: Mark 'carry' or 'hyperion' parties - Dungeon lookup: Added dungeon type (= Catacombs) levels to player lookup - Dungeons overlay: Fixed fluctuating crypt counter
2021-01-02Implemented feedback from 0.12.0 pre-releaseCow
- Dungeon Party Finder: only lookup party members after *successfully* joining a party - Various small changes to several features - Added a few more config options
2020-12-31Small dungeons related fixesCow
- Fixed deaths sometimes being counted multiple times - Read destroyed crypts from tab list (if available) - Fixed rarely occurring infinite message loop
2020-12-30Added more Dungeon Party Finder related featuresCow
- clearer party indicators - size of parties - 'carry' parties - lookup party members when joining another party - Added active pet + found dungeon secrets to dungeon player lookup
2020-12-29Added quick lookup for item prices and wikiCow
2020-12-28SkyBlock Bazaar graphs improvementsCow
2020-12-21Added server freshness-indicatorsCow
- ≈ when server was last restarted - cmd: `/moo worldage` - notifications when switching worlds (toggleable via config)
2020-12-20Added sound when a best friend joinsCow
- Toggleable via config (deactivated by default)
2020-12-20Added config options to enable/disable some featuresCow
2020-12-19Improved reliability of 'being on SkyBlock' detectionCow
2020-12-17Various small, code inspection related changesCow
2020-09-27Show item quality + obtained floor by defaultCow
2020-09-24Config (gui) reworkCow
- Completely re-done the config gui (`/moo config`) - Improved SkyBlock dungeon party finder - Improved SkyBlock dungeon performance overlay - Improved handling of invalid/missing Hypixel API key - minor text fixes
2020-07-31SkyBlock Dungeon Party Finder: Added lookup of joined players' armorCow
- can be disabled or changed with /moo config
2020-07-31Prevent adding other client-side commands to the list of commands with ↵Cow
Tab-completable usernames - Only one client-side command can be registered for a command name; they would overwrite each other
2020-07-30Added SkyBlock Dungeon performance trackerCow
- overlay + chat output - replaces Dungeon deaths tracker
2020-07-28Added best friends online checkCow
runs automatically after joining a server or manually with `/moo online`
2020-07-28Renamed package to match cowtipper.deCow