aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Collapse)Author
2021-04-25Improved error message of /m dp during API downtimeCow
2021-04-24Improved speed of Log SearchCow
2021-04-24Added new t12 minionsCow
2021-04-24Added config option to hide Gear Score separatelyCow
2021-04-24Added spirit pet to Dungeon player lookupCow
2021-04-23Added Chest Tracker & AnalyzerCow
2021-04-13Added banners and signs to /m wailaCow
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-04-09Added Dungeons Master mode supportCow
- fixed unexpected API-related exceptions voiding chat output
2021-03-29Added mini-"tutorial" to open config guiCow
2021-03-22Changed: Own class no longer triggers 'always mark parties with class X'Cow
2021-03-20Added "Game Master" rankCow
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-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-03Fixed item lookup not working with some bazaar commoditiesCow
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-02Fixed very crash caused by 'bugged' item timestampCow
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-31MC log search: now ignores corrupted filesCow
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-21Removed obsolete dungeons detection codeCow
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-18Fixed detection problems caused by other mods modifying chat messagesCow
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-17Item age: show in local timezoneCow
- also fixed the incorrect 12h ↔ 24h clock conversion
2020-12-17Various small, code inspection related changesCow
2020-11-23What year is it?Cow
- Adapt to Creeper minion skin fix (Creeper Minion V + VI had the same skin for over 100 SkyBlock years)
2020-09-28Bumped version to 1.8.9-0.11.0Cow
- also fixed some wrong indentations
2020-09-28Delayed drawing of tooltipCow
- prevents it from getting hidden below other elements
2020-09-27Show item quality + obtained floor by defaultCow
2020-09-27`/moo stalkskyblock`: Show purse value if bank API access is disabledCow
2020-09-27New command `/moo dungeon party`Cow
- displays current `/party` members' armor and dungeons floor completions
2020-09-25Added dungeons stats to `/moo stalkskyblock`Cow
2020-09-25Various small feature fixesCow
- Auctions per item prices: now working when creating a new auction - Dungeon party finder: entered vs queued floor wasn't detected correctly - A dead player leaving a SkyBlock dungeon counted twice
2020-09-24Fix crash caused by another, outdated and buggy mod which sadly too many ↵Cow
people still use - Switch to using reflections instead the vanilla's GuiContainer#getSlotUnderMouse method because a still frequently used but outdated version of another mod somehow deletes that method - also switched to Forge's ReflectionHelper
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