aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/eu/olli/cowmoonication/util/ApiUtils.java
AgeCommit message (Collapse)Author
2020-07-05Renamed mod to CowlectionCow
Bumped version to 1.8.9-0.7.0
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-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-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>`)