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

[Feature request] Make it easy to add server config files to the automated setup #71

Open
mrumpf opened this issue Oct 3, 2023 · 1 comment

Comments

@mrumpf
Copy link

mrumpf commented Oct 3, 2023

Is your feature request related to a problem? Please describe.
Setting up a Minecraft server often requires some properties to be set in multiple files.
For example my kids like to play with "allow-cheats=true" and I want the whitelisting to be enabled on the server so that I know that only my kids an d their friends can access it.

Describe the solution you'd like
I do not have a good solution yet, but I would like to kickoff a discussion about this.
I could imagine that there is a folder where the following files (in the case of a minecraft server) can be put into:

  • whitelist.json
  • ops.json
  • server.properties

The issue is that I do not want those files to be committed accidentally with all my kids UUIDs and usernames in there. So I could imagine again an approach where we put dummy files in there and one would need to copy them, remove a suffix like "template" and then they will be recognized during server-init and copied to the new machine.

@mrumpf
Copy link
Author

mrumpf commented Oct 3, 2023

OK, it seems as if the option to provide your own server.zip file is a solution to my problem:

export const DEPLOY_LOCAL_SERVER_EXECUTABLE = true;

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

No branches or pull requests

1 participant