Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/towa0131/redstone-client

A packet analysis tool for Minecraft: Bedrock Edition written in PHP.
https://github.com/towa0131/redstone-client

mcbe mcbe-server

Last synced: about 1 month ago
JSON representation

A packet analysis tool for Minecraft: Bedrock Edition written in PHP.

Awesome Lists containing this project

README

        

## What is RedStone Client?
**RedStone Client** is a Packet Analysis Tool for Minecraft: Bedrock Edition.

## How to use?
- Download from github to local.
```
$ git clone https://github.com/towa0131/RedStone-Client.git
```
- Type the following command from the command line:

`cd RedStone-Client`

### Compiling PHP
```
# Download scripts from repository
$ git clone https://github.com/pmmp/php-build-scripts.git
$ cd php-build-scripts

# Compile
$ ./compile.sh

# Wait a few minutes ...
# After compilation, move binary files to the pmmp directory
$ mv bin ../
```

### Install composer
```
# Download composer from homepage
$ curl -sS https://getcomposer.org/installer | php

# Install
$ bin/php7/bin/php composer.phar install
```
- Run a bash script
`./start.sh`

- Input your name and server address like:
```
Name : Steve
Server IP : sg.lbsg.net
Server Port : 19132
```
- ~~You can join the server!~~

**THIS TOOL IS UNDER DEVELOPMENT. THEREFORE, YOU CANNOT JOIN ANY SERVER.
PACKETS SENDING/RECEIVING ONLY.**

## Finished & Plan
- [ ] Configuration File
- [ ] Supported Server Software
- [ ] PMMP
- [ ] Nukkit
- [ ] Vanilla
- [ ] World restore from FullChunkDataPacket
- [ ] Plugin
- [ ] Events
- [x] RakNet Packet Send/Receive
- [x] MCBE Packet Send/Receive

**and more...**

## Reporting bugs
Please report bugs to [issues](https://github.com/towa0131/RedStone-Client/issues/new) or [twitter](https://twitter.com/usaminium)

## License
See the LICENSE file for licensing information. [MIT LICENSE](https://opensource.org/licenses/MIT) will be applied to this software.