Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcpi-revival/raket
A Minecraft Pi and Minecraft PE 0.6.1 server.
https://github.com/mcpi-revival/raket
mcpe mcpi minecraft-pe minecraft-pi minecraft-server raknet
Last synced: about 1 month ago
JSON representation
A Minecraft Pi and Minecraft PE 0.6.1 server.
- Host: GitHub
- URL: https://github.com/mcpi-revival/raket
- Owner: MCPI-Revival
- License: apache-2.0
- Created: 2020-08-17T17:03:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T14:45:16.000Z (over 3 years ago)
- Last Synced: 2024-10-29T11:12:39.198Z (about 2 months ago)
- Topics: mcpe, mcpi, minecraft-pe, minecraft-pi, minecraft-server, raknet
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 20
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```shell
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
```shell
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](https://github.com/MCPI-Devs/raker/blob/master/LICENSE) (Apache-2.0).```license
Copyright 2020 Alvarito050506Licensed 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 athttp://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](https://creativecommons.org/licenses/by-sa/4.0/) (CC BY-SA 4.0) license.
[![CC BY-SA 4.0](https://i.creativecommons.org/l/by-sa/4.0/88x31.png)](https://creativecommons.org/licenses/by-sa/4.0/)