From 29916d16eaf5ad1c227017ddface0888ce214b23 Mon Sep 17 00:00:00 2001 From: EpicKnarvik97 Date: Wed, 31 Jan 2018 20:28:51 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b05f0a..e9526b0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # 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. \ No newline at end of file +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.