a mostly working minecraft bedrock tool for downloading server worlds, skins and others
Go to file
2022-09-04 13:21:18 +02:00
.git-crypt Add 1 git-crypt collaborator 2022-08-12 19:12:44 +02:00
.github better release action 2022-09-04 13:21:18 +02:00
.gitattributes make go build work 2022-09-01 22:55:25 +02:00
.gitignore switch to proper logger 2022-09-04 02:24:58 +02:00
auth.go switch to proper logger 2022-09-04 02:24:58 +02:00
capture.go switch to proper logger 2022-09-04 02:24:58 +02:00
chunk_render.go move proxy code into one file 2022-09-03 19:32:30 +02:00
chunk_test.go fix token bugs 2022-08-16 04:40:08 +02:00
chunk.bin replace cli interface, add dns and /setname command 2022-08-14 22:55:52 +02:00
dns.go switch to proper logger 2022-09-04 02:24:58 +02:00
go.mod add replay proxy 2022-09-04 00:56:40 +02:00
go.sum fix small render bug 2022-09-02 18:20:06 +02:00
LICENSE dont generate chunks in saved worlds, update deps 2022-08-14 02:01:25 +02:00
magic.go Add 'magic.go' 2022-03-03 21:08:32 +00:00
main.go switch to proper logger 2022-09-04 02:24:58 +02:00
Makefile make go build work 2022-09-01 22:55:25 +02:00
map_item.go add multiple zoom levels 2022-09-04 13:13:45 +02:00
merge.go switch to proper logger 2022-09-04 02:24:58 +02:00
overlay.json make go build work 2022-09-01 22:55:25 +02:00
proxy.go switch to proper logger 2022-09-04 02:24:58 +02:00
Readme.md update readme 2022-08-16 19:40:07 +02:00
realms.go use gophertunnel realms support 2022-08-23 21:06:08 +02:00
replay.go add multiple zoom levels 2022-09-04 13:13:45 +02:00
resourcepack-ace.go.ignore add multiple zoom levels 2022-09-04 13:13:45 +02:00
rp.go move proxy code into one file 2022-09-03 19:32:30 +02:00
skins-proxy.go switch to proper logger 2022-09-04 02:24:58 +02:00
skins.go switch to proper logger 2022-09-04 02:24:58 +02:00
utils.go switch to proper logger 2022-09-04 02:24:58 +02:00
world.go add multiple zoom levels 2022-09-04 13:13:45 +02:00

bedrocktool

a minecraft bedrock proxy that can among other things save worlds from servers


downloads:

here


issues:

if you find an issue or a crash, please report it by opening a github issue with a screenshot of the crash or issue, thanks


Usage: bedrocktool <flags> <subcommand> <subcommand args>

Subcommands:
        capture          capture packets in a pcap file
        help             describe subcommands and their syntax
        list-realms      prints all realms you have access to
        merge            merge 2 or more worlds
        packs            download resource packs from a server
        realms-token     print xbl3.0 token for realms api
        skins            download all skins from players on a server
        skins-proxy      download skins from players on a server with proxy
        worlds           download a world from a server


Top-level flags (use "bedrocktool flags" for a full list):
  -debug=false: debug mode (enables extra logging useful for finding bugs)
  -dns=false: enable dns server for consoles (use this if you need to connect on a console)
  -preload=false: preload resourcepacks for proxy (use this if you need server resourcepacks while using the proxy)