From e5dd63579bfc28cbfa383b44f0430e030120886d Mon Sep 17 00:00:00 2001 From: SantaSpeen Date: Mon, 31 Jul 2023 21:38:36 +0300 Subject: [PATCH] RCON (WIP) --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5138f69..e28722d 100644 --- a/README.md +++ b/README.md @@ -75,14 +75,15 @@ I didn't like writing plugins in Lua after using Python; it was very inconvenien - [ ] Sync with event system - [ ] Add methods... - [ ] RCON System: - - [ ] Serving - - [ ] Client + - [x] Serving + - [ ] Handle commands + - [x] Client - [x] AES encryption - [ ] KuiToi System - [ ] Servers counter - [ ] Players counter - [ ] Etc. -- [ ] [Documentation](./docs/) +- [ ] [Documentation](./docs) ## Installation