https://github.com/brokiem/bedrockreplay
A Minecraft: Bedrock Edition proxy replay system
https://github.com/brokiem/bedrockreplay
bedrock java minecraft replaymod
Last synced: 2 months ago
JSON representation
A Minecraft: Bedrock Edition proxy replay system
- Host: GitHub
- URL: https://github.com/brokiem/bedrockreplay
- Owner: brokiem
- License: mit
- Created: 2023-04-15T06:23:01.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-12T13:54:22.000Z (almost 2 years ago)
- Last Synced: 2025-02-28T10:36:32.931Z (3 months ago)
- Topics: bedrock, java, minecraft, replaymod
- Language: Java
- Homepage:
- Size: 57.6 KB
- Stars: 20
- Watchers: 3
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BedrockReplay
A Minecraft: Bedrock Edition proxy replay system that allows players to record and replay their gameplay.
However, the project is still in development. If you find any bugs, please report them [here](https://github.com/brokiem/BedrockReplay/issues)## Features
- Record and replay gameplay on Minecraft: Bedrock Edition
- Customizable replay settings, including playback speed and camera mode
- Share replays with friends and the Minecraft community## Installation
1. Download Azul Zulu OpenJDK 17 for your operating system from [here](https://www.azul.com/downloads/zulu-community/?version=java-17-lts&package=jdk)
2. Download the artifact from the [actions page](https://github.com/brokiem/BedrockReplay/actions)
3. Extract the artifact to a directory
4. Double-click the BedrockReplay-SNAPSHOT.jar file to start the server## Usage
1. Set the `address` and `port` in the `config.json` file located in the BedrockReplay directory
2. Start BedrockReplay server by double-clicking the BedrockReplay-SNAPSHOT.jar
3. Join the proxy using Minecraft: Bedrock Edition
4. Type `!replay record ` in the chat to start recording
5. Type `!replay stop` in the chat to stop recording
6. Join the BedrockReplay viewer server using Minecraft: Bedrock Edition
7. Type `!replay play ` in the chat to start playing the replay
8. Check the available commands by typing `!` in the chat## FAQ
**Q: Can I use BedrockReplay on Minecraft: Java Edition?**
A: No, BedrockReplay is designed specifically for Minecraft: Bedrock Edition.**Q: How do I customize the replay settings?**
A: Coming soon**Q: How do I record my singleplayer world?**
A: You can use Bedrock Dedicated Server to record your singleplayer world. Just set the `address` and `port` in the `config.json` file located in the BedrockReplay directory to the address and port of your Bedrock Dedicated Server.**Q: Can I share my replays with friends and the Minecraft community?**
A: Yes, you can share your replay files with others. Just paste the replay file in the `replays` directory located in the BedrockReplay directory.## License
BedrockReplay is released under the [MIT License](https://opensource.org/licenses/MIT).