Jimmy Tan

Results 2 comments of Jimmy Tan

I got the same problem too! After changing the version in SetupMinecraft.sh to 1.21.7 and setting AllowLocalCopy="1", the replaced start.sh doesn't have the correct version. When I run this command:...

I fixed this by adding the line ```bash Version="verselect" ``` In the very beginning of the start.sh script. This works because perviously "Version" is not defined at all, so `SetupMinecraft.sh`...