RCON (WIP)

This commit is contained in:
Maxim Khomutov 2023-07-31 21:38:36 +03:00
parent ef286b7e03
commit e5dd63579b

View File

@ -75,14 +75,15 @@ I didn't like writing plugins in Lua after using Python; it was very inconvenien
- [ ] Sync with event system - [ ] Sync with event system
- [ ] Add methods... - [ ] Add methods...
- [ ] RCON System: - [ ] RCON System:
- [ ] Serving - [x] Serving
- [ ] Client - [ ] Handle commands
- [x] Client
- [x] AES encryption - [x] AES encryption
- [ ] KuiToi System - [ ] KuiToi System
- [ ] Servers counter - [ ] Servers counter
- [ ] Players counter - [ ] Players counter
- [ ] Etc. - [ ] Etc.
- [ ] [Documentation](./docs/) - [ ] [Documentation](./docs)
## Installation ## Installation