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 year ago
JSON representation
A packet analysis tool for Minecraft: Bedrock Edition written in PHP.
- Host: GitHub
- URL: https://github.com/towa0131/redstone-client
- Owner: towa0131
- License: mit
- Created: 2017-10-08T09:08:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T17:44:56.000Z (over 6 years ago)
- Last Synced: 2023-03-05T12:43:42.555Z (about 3 years ago)
- Topics: mcbe, mcbe-server
- Language: PHP
- Homepage:
- Size: 20.2 MB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.