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

feat!: Allow configuring level-name, default "world" #346

Merged
merged 1 commit into from
Feb 22, 2025
Merged

Conversation

meyfa
Copy link
Owner

@meyfa meyfa commented Feb 22, 2025

The directory name into which the world is saved was previously hard-coded to "save". It now defaults to "world" (same as the official Minecraft server), and is configurable via level-name in the server.properties file.

To continue using your existing world from before this commit, set level-name=save in your server.properties.

The directory name into which the world is saved was previously
hard-coded to "save". It now defaults to "world" (same as the official
Minecraft server), and is configurable via `level-name` in the
`server.properties` file.

To continue using your existing world from before this commit, set
`level-name=save` in your `server.properties`.
@meyfa meyfa merged commit 24f8398 into main Feb 22, 2025
3 checks passed
@meyfa meyfa deleted the feat/level-name branch February 22, 2025 15:53
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 this pull request may close these issues.

1 participant