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 a3a8e4f377 Fixes downloading of jar files
Links to knarcraft.net updated.
Code for parsing the new minecraft vanilla json files added.
2018-09-30 17:06:57 +02: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
src Fixes downloading of jar files 2018-09-30 17:06:57 +02:00
test Fixes downloading of jar files 2018-09-30 17:06:57 +02:00
.gitignore Changed the version number 2018-02-22 14:13:22 +01:00
LICENSE Create LICENCE 2018-01-25 21:36:36 +01:00
README.md Update README.md 2018-02-26 00:54:12 +00:00

Minecraft-Server-Launcher

I originally created this software in 2013 using AutoIt. Since I am now learning Java, I have recreated it in Java. 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 now in a fully working state. It is still missing an auto update feature, but it can be used, and is fully functional.