python3 -m pip install -U "minecraftVersions"pip install -U minecraftVersionspython3 -m pip install -U git+https://github.com/tungdo0602/MinecraftVersions.pypip install -U git+https://github.com/tungdo0602/MinecraftVersions.pyimport minecraftVersions
from minecraftVersions import MCVersion
mc = MCVersion()
mc.latest().server().download("server.jar")import minecraftVersions
from minecraftVersions import MCVersion
mc = MCVersion()
mc.getVersion("1.18.2")
##Do something with it