Skip to content

Commit

Permalink
added the change me
Browse files Browse the repository at this point in the history
  • Loading branch information
hitime1234 committed Oct 8, 2023
1 parent 9cf9fcf commit a2e5fd5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
this is a python script for windows that will make a minecraft server and can launch it.

# requirements
windows 7 and up

python 3 at the moment not compiled into a small one click executable.
python 3 (Use pyinstaller release build to avoid needing to install python)
internet connection - duh

internet connection

java

imports:
os,
Expand All @@ -21,12 +18,7 @@ platform,
re,
uuid,
json,
psutil,
logging.

# bugs
subprocess opens windows files on none windows machine
psutil.

you can brick the server properties files by putting the wrong things in.

![Screenshot](3.jpg)
4 changes: 2 additions & 2 deletions oldservermaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ def versionfinder():


def getSystemRam():
import platform,socket,re,uuid,json,psutil,logging
import platform,socket,re,uuid,json,psutil
try:
return int(round(psutil.virtual_memory().total / (1024.0 **3)))
except Exception as e:
logging.exception(e)
print(e)

def web(url):
try:
Expand Down

0 comments on commit a2e5fd5

Please sign in to comment.