From 34b9ac466f15b29b1de4b3e3f0684d70dacce112 Mon Sep 17 00:00:00 2001 From: kotyk Date: Fri, 24 Jul 2020 16:26:43 +0200 Subject: [PATCH 1/3] Almost fixed README --- README.md | 43 +++++++++++++++++++++---------------------- 1 file changed, 21 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 8a2db68..8bc8825 100644 --- a/README.md +++ b/README.md @@ -1,39 +1,40 @@ # Admin Tools -Administration tools for minecraft servers. -Features : +Program with administration tools for Minecraft servers. +Features: - Dark mode - Rcon client - Server status - Minecraft services status (eg. authserver, api...) - Barebones mode -For more documentation visit the [wiki](https://github.com/LukeOnuke/AdminTools/wiki) . +For more documentation visit the [wiki](https://github.com/LukeOnuke/AdminTools/wiki). -Found a bug? -Report it [here](https://github.com/LukeOnuke/AdminTools/issues/new) +Found a bug? Report it [here](https://github.com/LukeOnuke/AdminTools/issues/new) -Download : [here (github releases)](https://github.com/LukeOnuke/AdminTools/releases) +Download: [here (releases)](https://github.com/LukeOnuke/AdminTools/releases) Downloadable as: -- **EXE installer** (witch will install the program) - **Recomended way to install** -- JAR file with all dependencies **[Comes in a zip]** +- **EXE installer** - **recommended way to install** +- JAR file with all dependencies **[.zip]** ## Setup -First run the program so it can setup files (It will error out and thats normal because it couldnt connect to a server), then folow instructions bellow + - Make sure your server have RCON enabled and running. + - Run the installer and follow the installation steps + - Go to the instalation folder* and find a file called `AdminTools.properties`. -Go to the instalation folder and find `AdminTools.properties` -If you installed it using a installer it is in `AppData\Local\AdminTools` folder by default. -Example Directory - `C:\Users\lukak\AppData\Local\Admin Tools\app` +*if installed by .exe, the directory is in Appdata\Local - `C:\Users\Users\AppData\Local\Admin Tools\app` +*if installed by .jar, the file is in the folder with the .jar -In the file `AdminTools.properties` edit two valiues to your credentials +In the file `AdminTools.properties` edit two values to your credentials - rcon.host=` - rcon.port= - rcon.password= + rcon.host=` + rcon.port= + rcon.password= -## Galery -Rcon +## Gallery +RCON ![rcon](https://i.imgur.com/v8LLB6f.png) -Status +Server and Mojang servers status ![status](https://i.imgur.com/fxjDeEZ.png) Settings ![Settings](https://i.imgur.com/GbcCCAg.png) @@ -46,9 +47,7 @@ Settings [MinecraftServerPing](https://github.com/jamietech/MinecraftServerPing) - by [jamietech](https://github.com/jamietech) ## Legal info -LukeOnuke is not affiliated with Mojang Synergies AB -"Minecraft" is a trademark of Mojang Synergies AB - +LukeOnuke is not affiliated with Mojang Synergies AB. +"Minecraft" is a trademark of Mojang Synergies AB. Gear Icon made by [Freepik](https://www.flaticon.com/authors/freepik) from www.flaticon.com - This program and its code is licensed on the [GNU GPL V3.0 licence](https://github.com/LukeOnuke/AdminTools/blob/master/LICENSE) From c5ed32b5812acec46c9314f50d17bd4c02c5bb3d Mon Sep 17 00:00:00 2001 From: kotyk Date: Fri, 24 Jul 2020 16:29:02 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8bc8825..7fd4324 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,12 @@ Downloadable as: ## Setup - Make sure your server have RCON enabled and running. - Run the installer and follow the installation steps - - Go to the instalation folder* and find a file called `AdminTools.properties`. + - Go to the instalation folder* and find the configuration file called `AdminTools.properties`. -*if installed by .exe, the directory is in Appdata\Local - `C:\Users\Users\AppData\Local\Admin Tools\app` +*if installed by .exe, the directory is in AppData\Local - `C:\Users\User\AppData\Local\Admin Tools\app` *if installed by .jar, the file is in the folder with the .jar -In the file `AdminTools.properties` edit two values to your credentials +In the configuration file edit these two values to your credentials rcon.host=` rcon.port= @@ -47,7 +47,7 @@ Settings [MinecraftServerPing](https://github.com/jamietech/MinecraftServerPing) - by [jamietech](https://github.com/jamietech) ## Legal info -LukeOnuke is not affiliated with Mojang Synergies AB. -"Minecraft" is a trademark of Mojang Synergies AB. -Gear Icon made by [Freepik](https://www.flaticon.com/authors/freepik) from www.flaticon.com +LukeOnuke is not affiliated with Mojang Synergies AB. +"Minecraft" is a trademark of Mojang Synergies AB. +Gear Icon made by [Freepik](https://www.flaticon.com/authors/freepik) from www.flaticon.com This program and its code is licensed on the [GNU GPL V3.0 licence](https://github.com/LukeOnuke/AdminTools/blob/master/LICENSE) From 97a06d50b998deccdce8822cfd1c0e84f54bc44a Mon Sep 17 00:00:00 2001 From: kotyk Date: Fri, 24 Jul 2020 16:40:45 +0200 Subject: [PATCH 3/3] Final Fixed grammar --- .../build/classes/rconclient/gui/LoginWindow.fxml | 6 +++--- .../build/classes/rconclient/gui/StatusWindow.fxml | 4 ++-- AdminTools/src/rconclient/gui/LoginWindow.fxml | 6 +++--- .../src/rconclient/gui/RconWindowController.java | 10 +++++----- AdminTools/src/rconclient/gui/StatusWindow.fxml | 4 ++-- .../src/rconclient/gui/StatusWindowController.java | 6 +++--- README.md | 9 ++++----- 7 files changed, 22 insertions(+), 23 deletions(-) diff --git a/AdminTools/build/classes/rconclient/gui/LoginWindow.fxml b/AdminTools/build/classes/rconclient/gui/LoginWindow.fxml index dd7751d..588fde7 100644 --- a/AdminTools/build/classes/rconclient/gui/LoginWindow.fxml +++ b/AdminTools/build/classes/rconclient/gui/LoginWindow.fxml @@ -31,11 +31,11 @@ -