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 a3de8a9f6c
All checks were successful
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
Changes a lot of things to make everything cleaner. Closes #3
Drops the idea of using serializable
Adds a new controller object which takes care of profiles and saving
Moves profile independent settings to its own file
Makes saving and loading from file a lot cleaner
Fixes the bug preventing lastly used profile from loading
Makes the profile object only do profile things
Moves gui initialization to the controller object
Updates vanilla version from 1.16.1 to 1.16.2
Moves backup to common functions
2020-08-17 21:41:38 +02:00
docs Create pull_request_template.md 2018-01-31 22:40:49 +00:00
META-INF Makes the project into a Maven project 2020-02-12 21:30:36 +01:00
src Changes a lot of things to make everything cleaner. Closes #3 2020-08-17 21:41:38 +02:00
.gitignore Fixes downloading of jar files 2018-11-07 17:40:39 +01:00
git Fixes downloading of jar files 2018-11-07 17:40:39 +01:00
Jenkinsfile Prevents tests from being re-run during deployment stage 2020-08-17 12:24:33 +02:00
LICENSE Create LICENCE 2018-01-25 21:36:36 +01:00
pom.xml Makes snapshot a vanilla version and loads all jars from the jars folder 2020-08-13 03:04:02 +02:00
README.md Update 'README.md' 2018-11-22 16:30:40 +01: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://archive.knarcraft.net/Scripts/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.