RedStone Client is a Packet Analysis Tool for Minecraft: Bedrock Edition.
- 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
# 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 ../
# 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.
- Configuration File
- Supported Server Software
- PMMP
- Nukkit
- Vanilla
- World restore from FullChunkDataPacket
- Plugin
- Events
- RakNet Packet Send/Receive
- MCBE Packet Send/Receive
and more...
Please report bugs to issues or twitter
See the LICENSE file for licensing information. MIT LICENSE will be applied to this software.