aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-23Bumped version to 1.8.9-0.9.0Cow
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-20Bumped version to 1.8.9-0.8.0Cow
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-05Removed link to imageCow
2020-07-05Added logo to readmeCow
2020-07-05Updated readmeCow
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
2020-06-24Fixed NPE with SBACow
2020-06-23Enhanced auctions' tooltips: price per itemCow
2020-06-22Mc log file search: now also analyzes latest.logCow
2020-06-22Improved mc log file searchCow
- added help button - added search option: chatbox only - enhanced log entry details (including time and log file) - double click to open corresponding log file - fix: search results are now properly sorted by date
2020-06-18Added `/moo analyzeIsland` to analyze minions on private islandsCow
- Added Config option to toggle between Arabic and Roman numerals
2020-06-16Added `/moo search` to search through mc log filesCow
2020-05-29Added /moo stalkskyblock <playerName>Cow
- Now using CommandExceptions instead of just red chat color for command error messages - Simplified creation of chat message
2020-05-04Re-organized packages and filesCow
2020-05-04Cleaned-up some GSON stuffCow
2020-05-04Bumped version to 1.8.9-0.5.0Cow
- Fixed hardcoded mod-specific strings in some places
2020-04-29Simplified command handling with Tab-completable usernamesCow
- Replaced having just one command with several aliases for each supported command with having one command for each supported command - Fixes chat components with run_command click events to be executed (e.g. join a party)
2020-04-28Added Tab-completable usernames for various commandsCow
- use /tabcompletablecommand for a full list of valid commands (e.g. party, msg, boop, ...) - list of supported commands can be modified via config
2020-04-26Improved output of player stalking featureCow
- offline players now include 'offline for <duration>' - better handling of special cases (e.g. nicked players) - also: simplified API requests and config handling
2020-04-21Improved player stalking featureCow
- offline player now include 'offline since <duration>'
2020-04-21Improved build processCow
- moved (most) project specific values into gradle.properties - mod version, mod name, ... get updated in all relevant places automatically
2020-04-18Adapted to new login/logout notifications of HypixelCow
also: - Added ¯\_(ツ)_/¯ - Improved copying of chat components
2020-03-29Improved /moo stalkCow
- Fixed NullPointer - Improved mode output to be more human-readable
2020-03-28Added first iteration of Hypixel API integrationCow
- /moo stalk <player> to get online status of a player
2020-03-28Reworked best friends listCow
- Saving best friends' UUIDs now (instead of just the name), also checking for name changes periodically to keep best friends list up to date - Moved best friends add/remove functionality from config GUI back to commands (`/moo <add|remove> <name>`)
2020-03-08Added mod update notification (opt-out via /moo config)Cow
Standardized versioning (now includes Minecraft version) Bug fixes: - Reduced greediness of login/logout notification detection
2020-03-03Replaced best friend add and remove commands with a config guiCow
2020-03-01Initial code commitCow
2020-02-29Initial commitCow