A piece of software for simple management of a set of servers. It also makes it easy to instantly create a server.
Go to file
2018-02-21 11:47:23 +01:00
config Optimization for jar compiling 2018-02-13 12:21:39 +01:00
docs Create pull_request_template.md 2018-01-31 22:40:49 +00:00
files Add unfinished gui 2018-01-26 20:26:16 +01:00
out/production/Minecraft-Server-Launcher/META-INF Allow gui scaling 2018-02-17 22:06:20 +01:00
src Consoles can now store and retrieve the last commands typed 2018-02-21 11:47:23 +01:00
test Fixes profiles file creation 2018-02-17 22:04:06 +01:00
.gitignore Fixes a bug where Custom would always cause an exception on save 2018-02-03 13:02:37 +01:00
LICENSE Create LICENCE 2018-01-25 21:36:36 +01:00
README.md Update README.md 2018-01-31 20:28:51 +00:00

Minecraft-Server-Launcher

I originally created this software in 2013 using AutoIt. Since I am now learning Java, and I have wanted to rewrite it for a long time, I am trying to recreate it in Java. It is currently missing mostly everything, but it's nothing a lot of work can't fix. The original version can be found at: https://knarcraft.net/Downloads/Bungeeminecraftserverlauncher/ Its goal is to do everything the original does, just better. The original is 1595 lines of code repetition and dirty code. I had no prior programming experience when I first started working on the original, which is why it became such a mess.

The code is currently in a half-finished state. A lot is finished, but the software is still missing some key components.