From 1b6186f6345f398be8fd555f06fc5e8458ab2a57 Mon Sep 17 00:00:00 2001 From: SantaSpeen Date: Mon, 3 Jul 2023 03:24:51 +0300 Subject: [PATCH] Add TODOs --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index ebeb246..578e022 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,19 @@ **_[In deep developing...]_** \ BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients. +## TODOs + +- [ ] Server core + - [ ] Authorization + - [ ] Connect to world + - [ ] Upload mods + - [ ] Events + - [ ] Plugins support +- [ ] Console: + - [x] ~~Tabulation~~ + - [ ] Normal text scroll +- [x] ~~MultiLanguage~~ + ## Installation 1. Clone the repository in a location of your choice with: `git clone -b Stable --recurse-submodules https://github.com/kuitoi/kuitoi-Server.git`.