a mostly working minecraft bedrock tool for downloading server worlds, skins and others
Go to file
2022-08-25 17:56:03 +02:00
.git-crypt Add 1 git-crypt collaborator 2022-08-12 19:12:44 +02:00
.github remove old releases in latest 2022-08-23 22:59:50 +02:00
.gitattributes add to gitattributes 2022-08-12 19:14:07 +02:00
.gitignore add goreleaser 2022-08-21 18:28:39 +02:00
auth.go use gophertunnel realms support 2022-08-23 21:06:08 +02:00
capture.go support users having multiple realms 2022-08-15 02:29:01 +02:00
chunk_render.go make void black, add preloading resource packs 2022-08-15 23:36:06 +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 replace cli interface, add dns and /setname command 2022-08-14 22:55:52 +02:00
go.mod update dragonfly, add filenamify 2022-08-25 17:56:03 +02:00
go.sum update dragonfly, add filenamify 2022-08-25 17:56:03 +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 add a way to authenticate without doing anything 2022-08-23 22:56:52 +02:00
Makefile nvm goreleaser sucks 2022-08-21 19:31:16 +02:00
map_item.go fix for non unique resource pack names 2022-08-20 14:13:56 +02:00
merge.go clean code 2022-08-17 20:04:13 +02:00
nop.notgo fix build without keys 2022-08-23 22:49:10 +02:00
overlay.json secrets 2022-08-12 19:55:51 +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
resourcepack-ace.go update dragonfly, add filenamify 2022-08-25 17:56:03 +02:00
skins-proxy.go clean code 2022-08-17 20:04:13 +02:00
skins.go update dragonfly, add filenamify 2022-08-25 17:56:03 +02:00
utils.go fix for hive, save world seed, allow non void generator 2022-08-25 16:12:41 +02:00
world.go fix for hive, save world seed, allow non void generator 2022-08-25 16:12:41 +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)