Replies: 4 comments 3 replies
|
you should probably start the server directly via java and not with the batch file to prevent problems with Linux and MacOS |
1 reply
|
In terms of the eula, it might be better not to mess with that. Just let the user agree to the eula in the normal way when they start a server. Also, instead of copying the plugin, it should be a symlink where possible. |
0 replies
|
Someone mentioned setting up server connections like services with database connections and Docker containers. That would be a cool feature potentially, but would be non-trivial to build. |
0 replies
|
This way would be easier:
|
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hey Guys!
I recently taught about adding an option to run your written plugins directly.
How would that work?
java -jar "BuildTools.jar" --rev <Minecraft-Version> -o /ServerAll of that - but the end user only has to press one button.
That's it! As you can see, its not that much to implement. I would do it, I just wanted to know if you would support this.
All reactions