From 050690ca1652dcbe11cd6054ae23b54008a6fb54 Mon Sep 17 00:00:00 2001 From: Lonami Date: Sat, 21 May 2016 12:00:17 +0200 Subject: [PATCH] Create README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c058c56 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Minecraft-Server-Starter +A cool, simple and efficent Minecraft Server Starter for Windows + +## Features +Add multiple servers, manage them, edit their server.properties files, backup them, op people and ban ~~suckas~~ annoying people, delete servers, add a pretty server-icon.png... And much, much more. + +## Screen captures +![Main window capture][cwmain] +![Settings window capture][cwsettings] + +## Pending tasks +- The program should be localised to more languages +- The code should be more clean and organised +- Drag and drop function isn't fully working +- Find a correct bold factor for `MOTDTextBox.xaml.cs` + +## How to collaborate +I would really be pleased to see your help, just grab this repository, add your own language or clean the code a bit. Surprise me with a new feature? And I'll merge it to the original branch (if I even know how!)! + +[cwmain]: https://raw.githubusercontent.com/LonamiWebs/Minecraft-Server-Starter/master/Minecraft%20Server%20Starter/Photos/main_window.png "Main Window" +[cwsettings]: https://raw.githubusercontent.com/LonamiWebs/Minecraft-Server-Starter/master/Minecraft%20Server%20Starter/Photos/settings_window.png "Settings Window"