aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/cowtipper/cowlection/util
AgeCommit message (Collapse)Author
2022-10-10Removed `ClientChatReceivedEvent` when sending mod-internal chat messagesCow
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
2022-10-03Fixed completely broken API based featuresCow
- username lookup by uuid - determination of active/selected profile - also replaced 'last save' with 'last profile save'
2021-08-14Minor text fixesCow
- also fixed Party Finder overlay sometimes rendering behind the UI
2021-08-13Added Cowshed discord invites in a few more placesCow
2021-08-13Improved error messages for API errorsCow
2021-08-02Disabled dungeon tooltip cleaner inside dungeonsCow
- Also fixed a rare crash caused by missing reforges in item names
2021-08-02Changed method to get item tooltipCow
- prevents other mods from modifying the tooltip
2021-08-02Added Party Notes rule editorCow
2021-07-07Fixed 2 edge casesCow
2021-07-06Added 'lowest BINs' support to Chest Tracker & AnalyzerCow
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-06-29Added support for 'new' SkyBlock contentCow
- Added Enderman slayer and Voidling minions - Added support for HPB and master stars
2021-04-25Bumped version to 1.8.9-0.13.0Cow
- also minor text fixes (package name, readme etc)
2021-04-25Improved error message of /m dp during API downtimeCow
2021-04-23Added Chest Tracker & AnalyzerCow
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-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-01ChangelectionCow
- `/moo stalkskyblock` additions: last profile save; Enchanting/Farming/Mining 51-60; Runecrafting 25 - Refined the comma representation of abbreviated numbers - Fixed issue with 'no dung class selected'
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-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-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-19Improved reliability of 'being on SkyBlock' detectionCow
2020-12-18Fixed some possible problems with bad server connectionCow
- Fixed sending offline messages - Fixed rare occurrence of repeated triggering of server join and leave events
2020-12-17Various small, code inspection related changesCow
2020-09-27New command `/moo dungeon party`Cow
- displays current `/party` members' armor and dungeons floor completions
2020-09-24Config (gui) rework #2Cow
somehow missed these files ¯\_(ツ)_/¯
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-28Added best friends online checkCow
runs automatically after joining a server or manually with `/moo online`
2020-07-28Renamed package to match cowtipper.deCow