488 private links
Convert, Edit and Prune Minecraft Worlds
From the creator of the first ever world converter and multi-platform NBT editor, the Pryze Software
suite of tools has been the go-to choice for millions of Minecrafters for over a decade.
You may need to occasionally sign out and sign back into Minecraft to reset your connection to Marketplace, downloadable content, or other game services.
- Sign Out Using the Launcher
- Start the Minecraft Launcher.
- Click the dropdown menu in the top left corner with your Gamertag.
- Select Log out.
- Click Microsoft Login and sign back in.
- Select Sign in with a different account if you need to switch accounts, or press Lets Go to continue.
Alternatively, you can also check and try the below and see how it goes.
- Open the MC launcher
- Settings > Profile > Sign out of your Microsoft account or this will bring up the Xbox app/Xbox console companion app and try to sign out from there
here are the steps you'll need to take to log out of Xbox Live in Minecraft for Windows 10. It involves modifying an options text file:
- Press Windows Key+R to open the Run dialog, then copy and paste the below address and press Enter:
%localappdata%\packages\microsoft.minecraftuwp_8WEKYB3D8BBWE\localstate\games\com.mojang\minecraftpe
- Open the options.txt file and change these two variables to the below values:
game_haseverloggedintoxbl: 0
game_haschosennottosignintoxbl: 1
Save the file, then try running Minecraft again. You should be logged out now.
Minecraft: Bedrock Edition Creator Documentation
Learn how to mod Minecraft with Add-Ons. Create skins, design unique experiences, discover the latest features, and develop your skills as a Minecraft creator.
You only require the following items to create a texture or resource pack add-on for the Bedrock edition:
- Minecraft Bedrock (Xbox Gamepass edition also counts)
- Zip file extractor like Windows Explorer
- Basic image editor like MS Paint (use GiMP, Paint 3D or Photoshop if you want to add transparency)
- Text editor like Notepad
- Vanilla resource pack
Unlike the Java edition, you can’t extract the texture files from within the game. So, you have to separately download the vanilla resource pack using this link.
create & edit
The following sample files provide the latest resource and behavior examples for creating Add-Ons for Minecraft: Bedrock Edition. The source of these files is available at https://github.com/mojang/bedrock-samples. For more information on how to create Add-Ons for Minecraft, please visit https://minecraft.net/creator and https://learn.microsoft.com/minecraft/creator.
If you want to run a multiplayer server for Minecraft, start by downloading the Bedrock Dedicated Server for either Windows or Ubuntu (Linux).
If you are interested in modding Bedrock Server, you can find protocol documentation https://github.com/Mojang/bedrock-protocol-docs