-
Notifications
You must be signed in to change notification settings - Fork 14
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
Error with older versions of a vanilla minecraft server (tested with 1.12.2) #39
Comments
Oh, I think I know how to fix this. Expect it fixed in About the build hooks - I was already planning on something like this but a massive issue with it is platform independency - Windows and Linux shells are greatly different... |
Hold on a second, why didn't you put an |
I just didn't think of it! But regardless, these build hooks would be quite nice. I think platform independency isn't that hard, just execute a file directly. On linux, the desired program (whether it be shell language or anything else) can be set using the shebang, and on windows you can use links or binaries. |
How would the config for that work? Could you provide any examples if you can think of any? Thanks! edit: I think creating an issue for this would be better |
Trying to use a
type = "vanilla"
[jar]
section withmc_version = "1.12.2"
leads to the following error on runningmcman build
:I've gotten around this by instead using:
Which works, but also means that I have to manually edit the EULA file before starting the server.
It's nice that the system is flexible enough to support this fix, but the whole situation leads to two things:
echo "eula=true" > eula.txt
The text was updated successfully, but these errors were encountered: