-
|
Hello everyone, Where should I install MSCS?
Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @albercuba. The easiest way to install MSCS is to use the provided Makefile by running the command Once installed, take a look at the Getting Started section for how to create a new Minecraft world or import an existing one. If you are interested in running other sever types, like Forge, check out the section on Adjusting World & Server Properties. If you have any issues, or have further questions, feel free to continue this thread. |
Beta Was this translation helpful? Give feedback.
Hi @albercuba.
The easiest way to install MSCS is to use the provided Makefile by running the command
sudo make install. This will take care of copying files to their correct locations and creating a needed system user. See the installation documentation for a step-by-step guide. First, make sure you have all of the dependencies installed, then take a look at the Quick Start section.Once installed, take a look at the Getting Started section for how to create a new Minecraft world or import an existing one. If you are interested in running other sever types, like Forge, check out the section on Adjusting World & Server Properties.
If you have any issues, or have further questions, feel fr…