Skip to content

Commit d955785

Browse files
authored
Update README.md
1 parent 796cb6d commit d955785

File tree

1 file changed

+47
-1
lines changed

1 file changed

+47
-1
lines changed

README.md

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,48 @@
11
# MCServerSetup
2-
A tool for automatically setting up a minecraft server
2+
3+
This is a tool for very easily setting up your own minecraft server!
4+
5+
## Requirements:
6+
```
7+
python3(recomended 3.6+)
8+
Over 4gb Ram
9+
< 5gb Free memory(Minimum 1gb)
10+
```
11+
12+
for installation:
13+
Git
14+
15+
16+
## Setup:
17+
18+
1. Open CMD
19+
20+
2. Run commands:
21+
```
22+
cd <EMPTY_FOLDER>
23+
```
24+
And
25+
```
26+
git clone https://github.com/WilleIshere/MCServerSetup.git
27+
```
28+
29+
4. Run commands:
30+
```
31+
cd MCServerSetup
32+
```
33+
Then
34+
```python
35+
python setup.py
36+
```
37+
Press "y" and then "Enter" to begin the installation of the required libraries
38+
39+
6. After the installation have completed run the command:
40+
```
41+
python main.py
42+
```
43+
And follow the steps
44+
45+
46+
Now you can delete the files: setup.py and main.py
47+
48+
To start the server just click on run.bat

0 commit comments

Comments
 (0)