Merge branch 'master' of github.com:EpicKnarvik97/Minecraft-Server-Launcher
This commit is contained in:
commit
2350247975
@ -1,4 +1,6 @@
|
|||||||
# Minecraft-Server-Launcher
|
# 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.
|
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/
|
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.
|
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.
|
||||||
|
3
docs/CONTRIBUTING.md
Normal file
3
docs/CONTRIBUTING.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
As this is a personal one-man project, I prefer to stay in charge of the code.
|
||||||
|
I appreciate code fixing mistakes, or code improvements, but the software's functionality or purpose, should not be changed.
|
||||||
|
I might change anything at any time, so you might want to keep that in mind before doing big changes yourself.
|
7
docs/ISSUE_TEMPLATE.md
Normal file
7
docs/ISSUE_TEMPLATE.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
### What were you trying to do?
|
||||||
|
|
||||||
|
### What were you expecting?
|
||||||
|
|
||||||
|
### What happened?
|
||||||
|
|
||||||
|
### Is there any additional info that might be relevant?
|
8
docs/pull_request_template.md
Normal file
8
docs/pull_request_template.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
Fixes # .
|
||||||
|
|
||||||
|
Proposed changes:
|
||||||
|
-
|
||||||
|
-
|
||||||
|
-
|
||||||
|
|
||||||
|
@author
|
Loading…
Reference in New Issue
Block a user