-
Notifications
You must be signed in to change notification settings - Fork 225
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
Tekkit Not Starting #410
Comments
The zip file TechnicPack.net provides contains everything you need to start up the Tekkit server. All you should have to do is unzip the file into your server directory and add a custom line in the
|
I gave that a try but no help. What is weird when I run it on my windows machine works fine.
Starting to think it might be a carriage return issue.
I also added the minecraft version per the suggestion I was getting from MSM. When I added the version, it does not seem like it is getting parsed correctly.
On Monday, December 14, 2020, 12:45:43 AM CST, Brenden Roland <[email protected]> wrote:
The zip file Tekkit_Server_v1.2.9g-2.zip contains everything you need to start up the Tekkit server. All you should have to do is unzip the file into your server directory and add a custom line in the server.properties file telling MSM to run the specific Tekkit.jar file instead of the default one.
-
Create a server in MSM
msm server create <server-name>
-
Unzip the contents of Tekkit_Server_v1.2.9g-2.zip into the newly created server directory. You can use the unzip utility from the command line. Use sudo apt-get install unzip to install it if the command is unavailable.
unzip Tekkit_Server_v1.2.9g-2.zip -d <server-directory>
-
Add the following line to the server.properties file to run the Tekkit.jar file.
msm-jar-path=Tekkit.jar
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I downloaded Tekkit. Unfortunately it is a zip file, MSM does not automatically handle zip files does it?
Anyway I keep getting an error with the launcher.
Any ideas?
The text was updated successfully, but these errors were encountered: