Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating & interfacing with minecraft instances via command line arguments #5509

Open
1 task done
localhost4096 opened this issue Sep 20, 2024 · 0 comments
Open
1 task done
Labels
suggestion Feature suggestions that have not been accepted yet.

Comments

@localhost4096
Copy link

localhost4096 commented Sep 20, 2024

Role

I make modpack-building software that will interface with MultiMC

Suggestion

Create new command line arguments for creating and interfacing with Minecraft instances

Benefit

So that my software, along others, would not have to create their own launchers

This suggestion is unique

  • I have searched the issue tracker and did not find an issue describing my suggestion, especially not one that has been rejected.

You may use the editor below to elaborate further.

These five new arguments should suffice our needs

--new version modloader
    instancename            Name of the instance
    version                 Version installed on the instance
    modloader               (Optional) modloader to be installed with the instance
--disablemod instance_id modname
    instance_id             instance target
    modname                 Name of the mod
--deletemod instance_id modname
    instance_id             instance target
    modname                 Name of the mod
--setoption instance_id option=any
    option                  any valid setting on the instance
    any                     any valid value
    instance_id             instance target
--login
   very self-explanatory here
@phit phit added the suggestion Feature suggestions that have not been accepted yet. label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
suggestion Feature suggestions that have not been accepted yet.
Projects
None yet
Development

No branches or pull requests

2 participants