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

add custom java arguments #34

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

crabdancing
Copy link

Makes it possible to pass custom arguments to java launcher.

closes #33

@crabdancing
Copy link
Author

Realized it would be useful to have it split into argsPrefix / argsPostfix since argument parsing is not identical at start & end.

@Ninlives
Copy link
Owner

If I understand it correctly, the argsPrefix is passed to jvm and argsPostfix is passed to the minecraft application, maybe we can switch to option names that are easier to understand?

@crabdancing
Copy link
Author

Sure. What do you think they should be called?

@crabdancing
Copy link
Author

I changed them to jvmArgs / appArgs. LMK what you think :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: javaArgs
2 participants