Skip to content

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

License

Notifications You must be signed in to change notification settings

towa0131/redstone-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • RakNet Packet Send/Receive
  • MCBE Packet Send/Receive

and more...

Reporting bugs

Please report bugs to issues or twitter

License

See the LICENSE file for licensing information. MIT LICENSE will be applied to this software.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published