aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Collapse)Author
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
2020-09-16Fixed crash when entering a dungeonCow
bumped version to 0.10.2
2020-08-07Dungeon party finder: Added warning message if entering a floor other than ↵Cow
the queued one
2020-08-06Conflicts resolvingCow
- Added keybinding to open chat with `/moo ` pre-typed - New sub-command: `/m cmd` to fix command conflicts with server-side commands with the same name `/m` - Added `/<command with tab-completable username> say` (similar to `/moo say`)
2020-08-04Added optional initial search query parameter to /moo searchOlli
+ minor text fixes
2020-08-02Added more ways to detect if a player is in a SkyBlock dungeonCow
2020-08-02Fixed dungeon performance overlay from not rendering when EXP bar is hiddenCow
2020-08-02Added delay to best friends online message on server joinCow
avoids it from getting buried in other server welcome messages
2020-08-01Reorganized /moo commandCow
2020-07-31Dungeon performance tracker: added Class MilestonesCow
2020-07-31Fix looking up the player's own armorCow
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
2020-07-27Added new stats to `/moo stalkskyblock`Cow
- new stats: skill average, slayer levels, pets - also new alias: `/moo ss` - new alias for `moo stalk`: `/moo s` - also: stalking = bad!
2020-07-26Replaced 3rd party with official APICow
2020-07-26Small fixesCow
- Remove ": " when copying chat messages - Fix dungeon tooltip cleaner cleaning a little bit too much - Temporary work-around to fix crash with other mods not being able to handle offline messages
2020-07-23Added /rr commandCow
Same as /r but without auto-replacement to /msg <latest name>
2020-07-23Added SkyBlock Dungeon deaths counterCow
2020-07-22Added detection whether player is on SkyBlock or in other gamemodesCow
- Fixes e.g. removal of enchantments in non-SkyBlock gamemodes
2020-07-22Added various improvements/fixes (mostly from #mod-suggestions)Cow
- New alias for `/moo` command: `/m` - Fixed more special case dungeon item tooltips - Config option: Change position of item quality in tooltip of dungeon items - `/moo stalk`: Fix players appearing offline when apiSession is set to `false` - Added `/moo say [optional text]`: You can say `moo` again without triggering the command `/moo` - Tab-completable player names now include names from more sources - Some smaller improvements to Dungeon party finder
2020-07-20Added default tooltip cleanupCow
- Fixed special cases for dungeon armor tooltips with certain item and reforge combinations
2020-07-20Copy inventories as JSONCow
2020-07-19Dungeon item tooltip: Replace gear score with meaningful item qualityCow
2020-07-15Dungeon item stats tooltip cleaner: Grayed out gear scoreCow
2020-07-15Dungeons Update part 1Cow
- Added Dungeon item stats tooltip cleaner - Added Dungeon Party Finder improvements
2020-07-11Simplified minion tier detectionCow
2020-07-06Various command improvementsCow
- Improvements to error messages, handling of invalid arguments, ... - Changed `/moo nameChangeCheck` so only one name can be checked at once
2020-07-05Fixed NPECow
- caused by an empty friends file on 2nd+ launch
2020-07-05Renamed mod to CowlectionCow
Bumped version to 1.8.9-0.7.0
2020-07-05Bumped version to 1.8.9-0.6.0Cow
2020-07-01Added item age tooltipsCow