bedrocktool/Readme.md

36 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2022-08-11 21:25:32 +00:00
# bedrocktool
2022-08-16 17:40:07 +00:00
a minecraft bedrock proxy that can among other things save worlds from servers
2022-02-27 21:57:09 +00:00
2022-08-16 17:40:07 +00:00
<br/>
## downloads:
### [here](https://github.com/bedrock-tool/bedrocktool/releases)
<br/>
## 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
<br/>
2022-03-02 13:15:37 +00:00
```
Usage: bedrocktool <flags> <subcommand> <subcommand args>
2022-08-11 21:25:32 +00:00
Subcommands:
capture capture packets in a pcap file
help describe subcommands and their syntax
2022-08-16 17:40:07 +00:00
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
2022-08-11 21:25:32 +00:00
Top-level flags (use "bedrocktool flags" for a full list):
2022-08-16 17:40:07 +00:00
-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)
```