Giter Site home page Giter Site logo

msms's Introduction

PyInstaller

What is this

A tool to easily manage Minecraft servers

Features

  • Automatic download and install of server cores
  • Start/Stop/Kill servers
  • Plugin install/update using SpigotMC (Spiget)
  • Multi-language support
  • Built via PyInstaller on Linux and Windows
  • Edit server.properties

Download

You can download the latest release here: LATEST RELEASE

It will create folders that it needs in the current directory.

msms's People

Contributors

namtacs avatar

Watchers

 avatar

Forkers

trellixvulnteam

msms's Issues

The interface does not work

When a server is being created, the interface does not work.

This can be fixed by running the process in a separate thread.

Ugly code needs to be replaced!

WHAT THE HELL I WROTE:

desc = desc.replace("<br>", "\n")
desc = desc.replace("<b>", "")
desc = desc.replace("</b>", "")
desc = desc.replace("<i>", "")
desc = desc.replace("</i>", "")
desc = desc.replace("</span>", "")
desc = desc.replace("&nbsp;", " ")
desc = desc.replace("&lt;", "<")
desc = desc.replace("&gt;", ">")
desc = desc.replace("</div>", "")
desc = desc.replace("<li>", "•")
desc = desc.replace("</li>", "")
desc = desc.replace("<ul>", "")
desc = desc.replace("</ul>", "")
desc = desc.replace("&amp;", "&")
desc = desc.replace("<ol>", "")
desc = desc.replace("</ol>", "")
splited = desc.split("\n")
i = 0
for line in splited:
    line = del_tag(line, "<span")
    line = del_tag(line, "<div")
    line = del_tag(line, "<img")
    line = parse_urls(line)
    splited[i] = line
    i += 1
desc = "\n".join(splited)

WHY AM I EDITING HTML AS TEXT?????? I HAVE BS4!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.