From e8ecee1cd04bf03a29b28d69e0c00e37ab862bb6 Mon Sep 17 00:00:00 2001 From: EpicKnarvik97 Date: Wed, 25 Aug 2021 23:32:13 +0200 Subject: [PATCH] Updates the README as it was starting to get quite outdated --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 842d8bd..fbce5c5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # Minecraft-Server-Launcher -I originally created this software in 2013 using AutoIt. Since I am now learning Java, I have recreated it in Java. +I originally created this software in 2013 using AutoIt. After learning Java, I 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. +This version's 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. +The software is in a fully working stage with a functional updater. The software is still in beta because there are still +a lot of things I want to change and small annoyances. The software is fully portable. Make sure to put it in its own +folder as it will create lots of files. + +The updater will move the new version to minecraft-server-launcher.jar, so you should rename the downloaded +file to this if it's named something else to avoid confusion. \ No newline at end of file