-
I'm trying to set up an environment where I can deploy multiple servers, but I would really like for the configuration to deploy a new one to be rather minimal. I see on the documentation for Bedrock, there's a "whitelist" variable, but I didn't see the same options on the Java side. Could I set the minecraft data to be relative, but statically define a single whitelist for all of my potential servers? For example
How much does the Bedrock documentation crossover for Java Servers? The Bedrock documentation seems a little better laid out for newbies like me. I can experiment, but if there's somethings that aren't going to work, then I best stay away. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Do you mean this: https://github.com/itzg/docker-minecraft-server#whitelist-players ? Admittedly the java edition docs are overwhelmingly long, but that's because it needs to handle a lot more use cases than bedrock. |
Beta Was this translation helpful? Give feedback.
Do you mean this: https://github.com/itzg/docker-minecraft-server#whitelist-players ?
Admittedly the java edition docs are overwhelmingly long, but that's because it needs to handle a lot more use cases than bedrock.