A simple and low-level Minecraft Pi server.
Warning: This is a Work In Progress, it is not guaranteed to work.
To use Raket you need to have Python >= 3.7.x
pre-installed.
To install the server, download or clone the repository:
git clone https://github.com/MCPI-Devs/raket.git
There are no aditional requirements.
Run the raket.py
(not rak.py
) file in the root of the repo as
python3 raket.py
That command should start a server in localhost:19134
.
- RakNet server (handshake, log-in, etc.).
- WIP: Basic MCPI server.
- WIP: Configuration file.
- TODO: Plug-in system.
All the code of this project is licensed under the Apache License version 2.0 (Apache-2.0).
Copyright 2020 Alvarito050506 <donfrutosgomez@gmail.com>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
All the documentation of this project is licensed under the Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.