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
Kristian Knarvik 1ffed9310a Adds Advanced server type
The advanced server type allows vanilla, snapshot and sponge have
necessary methods and variables while keeping the others clean.
2018-01-24 21:33:14 +01:00
src Adds Advanced server type 2018-01-24 21:33:14 +01:00
.gitignore Moves project to intellij structure 2018-01-23 23:49:48 +01:00
README.md Add more necessary methods 2018-01-18 23:43:33 +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.