Skip to content

KuiToi/KuiToi-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KuiToi-Server

About

[Status: Beta]
BeamingDrive Multiplayer (BeamMP) server compatible with BeamMP clients.

Why did I decide to write my own kernel from scratch?
I didn't like writing plugins in Lua after using Python; it was very inconvenient, there were always some nuances, which ultimately led me to create KuiToi!

Our site: kuitoi.su (WIP)
Our forum: forum.kuitoi.su (WIP)
Our discord: KuiToi

TODOs

TODO.md

Installation

  1. Install Python 3.12+
  2. Clone the repository in a location of your choice with: git clone -b Stable https://github.com/kuitoi/kuitoi-Server.git.
  3. Change directory into the KuiToi-Server: cd KuiToi-Server.
  4. Install requirements: pip install -r requirements.txt.
  5. Change directory into sources: cd src.
  6. Run KuiToi-Server: python3 main.py.

Feedback

If you have any questions, or you want to help the author in any way, you can write to him in
Telegram: @SantaSpeen
Discord: SantaSpeen


Licence

Copyright (c) 2023 SantaSpeen (Maxim Khomutov)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without limitation in the rights to use, copy, modify, merge, publish, and/ or distribute copies of the Software in an educational or personal context, subject to the following conditions:
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
Permission is granted to sell and/ or distribute copies of the Software in a commercial context, subject to the following conditions:
- Substantial changes: adding, removing, or modifying large parts, shall be developed in the Software. Reorganizing logic in the software does not warrant a substantial change and received permission from the owner.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.