https://github.com/akmalfairuz/bedrockpack
A Minecraft Bedrock tool for decrypting, encrypting, and stealing resource packs
https://github.com/akmalfairuz/bedrockpack
Last synced: 2 months ago
JSON representation
A Minecraft Bedrock tool for decrypting, encrypting, and stealing resource packs
- Host: GitHub
- URL: https://github.com/akmalfairuz/bedrockpack
- Owner: AkmalFairuz
- License: apache-2.0
- Created: 2024-02-25T03:01:01.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-02T09:56:36.000Z (3 months ago)
- Last Synced: 2025-03-11T01:49:38.331Z (2 months ago)
- Language: Go
- Homepage:
- Size: 57.6 KB
- Stars: 19
- Watchers: 1
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bedrockpack
A Minecraft Bedrock tool for decrypting, encrypting, managing, and stealing resource packs!## Download
https://github.com/AkmalFairuz/bedrockpack/releases/## Usage
#### Decrypt the resource pack using the given key
```
bedrockpack decrypt
```#### Encrypt the resource pack using either the given key or a generated key
- Automatically minify all the JSON files
- Automatically regenerate the UUID of the resource pack in manifest.json
- Automatically compress .png files with the best compression level.
```
bedrockpack encrypt
```#### Steal the resource pack from a server and decrypt it automatically
- Xbox authentication is required.
```
bedrockpack steal
```## On The Fly Resource Pack
This feature allows servers to use resource packs from a GitHub repository. The server will monitor the repository for changes and automatically update the resource pack on the server. This is useful for servers that want to use a custom resource pack without having to manually upload it to the server and restarting the server.
See [example/otf.go](example/otf.go)
### Features
- UUID are automatically generated based on the pack content
- Automatically encrypt the pack and the encryption key are generated based on the pack content
- Automatically minify all the JSON files
- Automatically compress .png files with the best compression level.