Skip to content
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

Open
kjkazinski opened this issue Dec 13, 2020 · 2 comments
Open

Tekkit Not Starting #410

kjkazinski opened this issue Dec 13, 2020 · 2 comments

Comments

@kjkazinski
Copy link
Contributor

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.

image

Any ideas?

@maraketty
Copy link

maraketty commented Dec 14, 2020

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 server.properties file telling MSM to run the specific Tekkit.jar file instead of the default one.

  1. Create a server in MSM
    msm server create <server-name>

  2. 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>

  3. Add the following line to the server.properties file to run the Tekkit.jar file.
    msm-jar-path=Tekkit.jar

@kjkazinski
Copy link
Contributor Author

kjkazinski commented Dec 22, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants