Update TODOs

This commit is contained in:
Maxim Khomutov 2023-07-07 18:14:56 +03:00
parent 252a5399ab
commit b4c200c31b

View File

@ -7,16 +7,24 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients.
## TODOs ## TODOs
- [ ] Server core - [ ] Server core
- [ ] TCP Server part:
- [x] Handle code
- [x] Understanding beamp header
- [ ] Authorization - [ ] Authorization
- [ ] Connect to world
- [ ] Upload mods - [ ] Upload mods
- [x] Events - [ ] UDP Server part:
- [ ] Connecting to the world
- [ ] Any....
- [x] Additional:
- [x] Events System
- [x] Plugins support - [x] Plugins support
- [x] MultiLanguage (i18n support)
- [ ] Console: - [ ] Console:
- [x] ~~Tabulation~~ - [x] Tabulation
- [ ] Normal text scroll - [ ] _(Deferred)_ Normal text scroll
- [x] ~~MultiLanguage~~ - [ ] Documentation:
- [ ] Documentation... - [x] [Plugins and Events](docs/plugins.md)
## Installation ## Installation
1. Install **Python 3.10** 1. Install **Python 3.10**