We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffcdfc6 commit 3b8e2c7Copy full SHA for 3b8e2c7
1 file changed
README.md
@@ -1,2 +1,16 @@
1
# Vk-Rcon-Bot
2
A simple Rcon Bot for VK
3
+
4
+## Used libraries:
5
+- [vk-java-sdk](https://github.com/VKCOM/vk-java-sdk)
6
+- [snakeyaml](https://github.com/snakeyaml/snakeyaml)
7
+- [minecraft-rcon-client](https://github.com/t9t/minecraft-rcon-client)
8
9
10
+## Build JAR file
11
+- git clone https://github.com/MEFRREEX/Vk-Rcon-Bot.git
12
+- cd Vk-Rcon-Bot
13
+- mvn clean package
14
15
+## Run
16
+java -jar vkbot-1.0.jar
0 commit comments