Update TODOs

This commit is contained in:
Maxim Khomutov 2023-07-11 18:32:28 +03:00
parent 90da1d4cea
commit 3701bc441c

View File

@ -26,14 +26,22 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients.
- [ ] Ping - [ ] Ping
- [ ] Player counter - [ ] Player counter
- [x] Additional: - [x] Additional:
- [x] Console:
- [x] Tabulation
- [ ] _(Deferred)_ Static text
- [x] Events System - [x] Events System
- [x] Call events
- [x] Create custom events
- [ ] Return from events
- [x] Plugins support - [x] Plugins support
- [x] MultiLanguage (i18n support) - [x] MultiLanguage (i18n support)
- [ ] HTTP REST API Server - [x] Core
- [ ] Console: - [x] Console
- [x] Tabulation - [x] WebAPI
- [ ] _(Deferred)_ Normal text scroll - [x] HTTP API Server (fastapi)
- [x] MultiLanguage (i18n support) - [x] Stop and Start with core
- [x] Custom logger
- [ ] Sync with event system
- [ ] [Documentation](docs/en/readme.md) - [ ] [Documentation](docs/en/readme.md)
## Installation ## Installation