Skip to content

MCPI-Revival/raket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raket

A simple and low-level Minecraft Pi server.

Warning: This is a Work In Progress, it is not guaranteed to work.

Getting started

Prerequisites

To use Raket you need to have Python >= 3.7.x pre-installed.

Installation

To install the server, download or clone the repository:

git clone https://github.com/MCPI-Devs/raket.git

There are no aditional requirements.

Usage

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.

Features

  • RakNet server (handshake, log-in, etc.).
  • WIP: Basic MCPI server.
  • WIP: Configuration file.
  • TODO: Plug-in system.

Licensing

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.

CC BY-SA 4.0