You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Support --quickPlayMultiplayer options for newer Minecraft versions (#321)
* Initial plan
* Initial exploration and planning for quickPlayMultiplayer support
Co-authored-by: ci010 <[email protected]>
* Implement quickPlayMultiplayer support for Minecraft launcher
- Add quickPlayMultiplayer option to LaunchOption interface
- Update generateArguments to handle quickPlayMultiplayer over legacy server/port options
- Add createQuickPlayMultiplayer helper function for easy migration
- Add comprehensive tests for new functionality
- Maintain backward compatibility with existing server option
Co-authored-by: ci010 <[email protected]>
* Add documentation for quickPlayMultiplayer feature
- Update README with usage examples for quickPlayMultiplayer option
- Include helper function documentation
- Show backward compatibility examples
- Explain precedence when both options are provided
Co-authored-by: ci010 <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: ci010 <[email protected]>
0 commit comments