Change version of a server keeping world and everything #135
-
I have one of my servers on 1.21.1 how do I bring my server to a newer version? |
Beta Was this translation helpful? Give feedback.
Answered by
Infinidoge
Mar 25, 2025
Replies: 1 comment
-
If you have If you do not have |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Infinidoge
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you have
package
set: Changepackage
to a newer version, such aspackage = pkgs.minecraftServers.vanilla-1_21_4;
If you do not have
package
set: Runnix flake update nix-minecraft
or similar, as your pin of the flake may be out of date.