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 |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
This way would be easier:
|
Beta Was this translation helpful? Give feedback.
-
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 /Server
All 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.
Beta Was this translation helpful? Give feedback.
All reactions