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

Minecraft Server defaults to offline mode #245

Closed
caycehouse opened this issue Dec 14, 2024 · 3 comments · Fixed by #246
Closed

Minecraft Server defaults to offline mode #245

caycehouse opened this issue Dec 14, 2024 · 3 comments · Fixed by #246

Comments

@caycehouse
Copy link

After upgrading my Minecraft servers from chart version 4.23.3 to 4.23.4, they now default to offline mode. I have overrideServerProperties set to true, but I didn't explicitly set onlineMode, which previously defaulted to true. Is this an unintended change, or do I now need to set onlineMode: true explicitly? This seems related to #241.

@itzg
Copy link
Owner

itzg commented Dec 14, 2024

No, that's not intended. You're probably right that it's related to that PR.

Can you provide the full set of values you're using? Also providing debug/dryrun output of chart upgrade would help.

@itzg
Copy link
Owner

itzg commented Dec 14, 2024

Oh I see now, it didn't take into account the special value "default" to indicate that the Minecraft default should be left as is.

@itzg
Copy link
Owner

itzg commented Dec 14, 2024

New chart 4.23.6 is now released

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

Successfully merging a pull request may close this issue.

2 participants