Skip to content

Commit 3a665f4

Browse files
authored
Fixed typos
1 parent 09a520f commit 3a665f4

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# JavaRcon
22

3-
**JavaRcon** is a simple **java based remote console tool** primarly intended to be used for sending commands to Source endgine and Minecraft servers remotely. Game server must have rcon enabled in order for this tool to work.
3+
**JavaRcon** is a simple **java based remote console tool** primarly intended for sending commands to Minecraft servers remotely. Game server must have rcon enabled in order for this tool to work.
44

55
You can use this program compiled or you can also compile it yourself by using the included source code. Also you can download the latest compiled version from relises !
66

77
## Getting Started
88

99
I will give you a short tutorial on how to set up this tool on a Debian distribution called Ubuntu Server (these steps should be same for any Debian based Linux distro). I recommend using Debian distribution called Ubuntu Server for any type of server hosting.
10-
More detailed guide will be available here: [JavaRcon](https://github.io/docs/javarcon/index.html)
10+
More detailed guide will be available here: [JavaRcon](https://pequla.github.io/projects/javarcon/index.html)
1111

1212
### Prerequisites (Windows)
1313

@@ -26,6 +26,7 @@ java version "1.8.0_241"
2626
Java(TM) SE Runtime Environment (build 1.8.0_241-b07)
2727
Java HotSpot(TM) 64-Bit Server VM (build 25.241-b07, mixed mode)
2828
```
29+
NOTE: You might have different java version installed on your computer, at the time of creating this file Java 8u241 was the latest reliese
2930

3031
### Prerequisites (Debian\Ubuntu)
3132

@@ -61,14 +62,14 @@ rcon.port=25575
6162
rcon.host=localhost
6263
```
6364

64-
But if you are on Debian distros such as Ubuntu you will alongside editing that config file need to rename the run.bat file to run.sh and thay use terminal to make it executable:
65+
But if you are on Debian distros such as Ubuntu you will, alongside editing that config file, need to rename the run.bat file to run.sh and then use terminal to make it executable:
6566

6667
```
6768
sudo rn run.bat run.sh
6869
sudo chmod u+x run.sh
6970
```
7071

71-
NOTE: If you get error after trying to run the run.sh file with ./run.sh please make these files executable too:
72+
NOTE: If you get an error after trying to run the run.sh file with ./run.sh please make these files executable too:
7273

7374
```
7475
sudo chmod u+x JavaRcon.jar
@@ -79,10 +80,6 @@ sudo chmod u+x /lib/rkon*
7980

8081
* [rkon-core](https://github.com/Kronos666/rkon-core) - Source RCON protocol library made by Kronos666
8182

82-
## Authors
83+
## Author
8384

8485
* **Petar Kresoja** - *University Singidunum - Faculty of Informatics and Computing* - [Pequla](https://github.com/Pequla)
85-
86-
## License
87-
88-
This project has no licence but any kind of notice to the github page would be kindly appreciated. Thanks !!!

0 commit comments

Comments
 (0)