You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I play Minecraft infrequently enough that every time I try to connect to my server, the jarfile is out of date. I wrote a little script to streamline the updating process. Here my server is called "world" and my jargroup is called "latest". Please feel free to use this however you please.
lynx -source https://minecraft.net/en-us/download/server | grep "launcher.mojang.com" | cut -d '"' -f2 | xargs sudo msm jargroup changeurl latest
sudo msm world jar latest
sudo msm world stop
sudo msm world start
The text was updated successfully, but these errors were encountered:
wget -qO- https://minecraft.net/en-us/download/server | grep "launcher.mojang.com" | cut -d '"' -f2 | xargs sudo msm jargroup changeurl latest
should also work if you don't want to install lynx
I play Minecraft infrequently enough that every time I try to connect to my server, the jarfile is out of date. I wrote a little script to streamline the updating process. Here my server is called "world" and my jargroup is called "latest". Please feel free to use this however you please.
The text was updated successfully, but these errors were encountered: