Bug fixes
Server status
- Fix maintaining `is_server_startup()` result wrongly
Parsers
- Fix some protential wrongly use of `rstrip`
- Fix that MCDR cannot parse advancement info in cat server due to its Minecraft color codes
- Fix not recognizing goal and challenge in `parse_player_made_advancement`
Plugin and Event
- Use `player[/xxx] logged in with entity id xxx at xxx` to as the criterion for all parser now
- Add an extra `on_player_joined(server, player, info)` for player joined detection, with that and the new criterion you can get more information from the info. Don't worry your old `on_player_joined(server, player)` will work as before
- Log an error when the event method the plugin implements has wrong amount of arguments
Other
- Display server pid on killing server process
- Fix some typos in docs and config file