Age | Commit message (Collapse) | Author |
|
|
|
- Now using CommandExceptions instead of just red chat color for command error messages
- Simplified creation of chat message
|
|
|
|
|
|
- Fixed hardcoded mod-specific strings in some places
|
|
- 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)
|
|
- use /tabcompletablecommand for a full list of valid commands (e.g. party, msg, boop, ...)
- list of supported commands can be modified via config
|
|
- offline players now include 'offline for <duration>'
- better handling of special cases (e.g. nicked players)
- also: simplified API requests and config handling
|
|
- offline player now include 'offline since <duration>'
|
|
- moved (most) project specific values into gradle.properties
- mod version, mod name, ... get updated in all relevant places automatically
|
|
also:
- Added ¯\_(ツ)_/¯
- Improved copying of chat components
|
|
- Fixed NullPointer
- Improved mode output to be more human-readable
|
|
- /moo stalk <player> to get online status of a player
|
|
- 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>`)
|
|
Standardized versioning (now includes Minecraft version)
Bug fixes:
- Reduced greediness of login/logout notification detection
|
|
|
|
|