From f7f49002548cccc43681b834b24e027286c3505b Mon Sep 17 00:00:00 2001 From: Dima YaFlay <93622229+YaFlay@users.noreply.github.com> Date: Sun, 2 Jan 2022 05:35:24 +0300 Subject: [PATCH] Add files via upload --- README.md | 15 ++++++++++----- __init__.py | 2 ++ 2 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 __init__.py diff --git a/README.md b/README.md index ed1a3cd..13a28e0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ -# Minecraft_server_creating -This python code creating minecraft server! -If u dont have C:/ disk, dont using this code. -server.properties dont change. -U may be download only minecraft_server_installer.py +Made by https://github.com/yaflay +This is create server on new version minecraft. +if u dont use Python 3, dont use this. urllib dont working in Python2 +if u seek some bug, write me in Telegram: @YaFlay +if u dont have C:/ disk, dont use this Python code, this crashed the code +Version: 1.5.4! +for free using with write link for my github.com +if u dont want to write my link, send project in my Telegram: @bebra_YaFlay +if u want using my code, try import minecraft_server_installer as minecraft +or from minecraft_server_installer import (def), minecraft \ No newline at end of file diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..fb7b8db --- /dev/null +++ b/__init__.py @@ -0,0 +1,2 @@ +from commands import * +from windows import windows \ No newline at end of file