Update TODOs

This commit is contained in:
Maxim Khomutov 2023-07-20 06:47:26 +03:00
parent dbe8b14d7f
commit 2ace3fcd17

View File

@ -7,7 +7,7 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients.
## TODOs ## TODOs
- [x] Server core - [x] Server core
- [x] BeamMP System - [x] BeamMP System:
- [x] Private access (Without key, Direct connect) - [x] Private access (Without key, Direct connect)
- [x] Public access (With key, listing in Launcher) - [x] Public access (With key, listing in Launcher)
- [X] Player authentication - [X] Player authentication
@ -52,11 +52,16 @@ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients.
- [x] Async support - [x] Async support
- [ ] Add all events - [ ] Add all events
- [x] Plugins support - [x] Plugins support
- [ ] KuiToi class - [ ] Python part:
- [ ] Client (Player) class - [x] Load Python plugins
- [x] Load Python plugins - [x] Async support
- [x] Async support - [ ] KuiToi class
- [ ] Load Lua plugins (Original BeamMP compatibility) - [ ] Client (Player) class
- [ ] Lua part: (Original BeamMP compatibility)
- [x] Load Lua plugins
- [ ] MP Class
- [ ] Util class
- [ ] FS class
- [x] MultiLanguage (i18n support) - [x] MultiLanguage (i18n support)
- [ ] Core - [ ] Core
- [x] Console - [x] Console