aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/eu/olli/cowmoonication/config
AgeCommit message (Collapse)Author
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 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-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