a mostly working minecraft bedrock tool for downloading server worlds, skins and others
Go to file
olebeck c0b14f3dd9 revert to before, because broken palette 2023-07-16 16:41:52 +02:00
.git-crypt Add 1 git-crypt collaborator 2022-08-12 19:12:44 +02:00
.github small cleanup 2023-04-12 14:10:45 +02:00
cmd/bedrocktool display the link number in the ui, add realms to address selection 2023-06-16 20:01:28 +02:00
handlers fix pool being nil before the server connection finishes 2023-06-27 22:07:21 +02:00
locale fix issue with cubecraft 2023-01-29 23:07:42 +01:00
subcommands experimental transfer handler 2023-07-16 16:18:15 +02:00
ui fix build tag 2023-06-24 13:42:08 +02:00
utils experimental transfer handler 2023-07-16 16:18:15 +02:00
.gitattributes fix accidental includes, some settings not showing 2023-03-06 17:55:36 +01:00
.gitignore add flags for inventory and entity 2023-04-04 20:06:05 +02:00
LICENSE dont generate chunks in saved worlds, update deps 2022-08-14 02:01:25 +02:00
Readme.md update readme 2022-08-16 19:40:07 +02:00
build.py fix a revert 2023-03-26 12:45:37 +02:00
go.mod revert to before, because broken palette 2023-07-16 16:41:52 +02:00
go.sum experimental transfer handler 2023-07-16 16:18:15 +02:00
icon.png rescaled icon, fix app exit 2023-03-15 15:01:34 +01:00

Readme.md

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)