diff --git a/docs/bedrock.md b/docs/bedrock.md new file mode 100644 index 0000000..455c386 --- /dev/null +++ b/docs/bedrock.md @@ -0,0 +1,41 @@ +--- + +icon: material/tablet-cellphone + +--- + +# Bedrock + +## Platforms + +!!! warning "Platform support" + Unfortunately, not all Bedrock platforms allow crossplay. However, I am working on a hack that will allow you to play. + +| Platofrm | Supported | Hack available | +|-------------|-----------|-------------------------------| +| IOS | 🟢 Yes | Not needed | +| Android | 🟢 Yes | Not needed | +| Windows | 🟢 Yes | Not needed | +| Switch | 🟡 No | Yes see [DNS Hack](#dns-hack) | +| Xbox | 🟡 No | Yes see [DNS Hack](#dns-hack) | +| Playstation | 🟡 No | Yes see [DNS Hack](#dns-hack) | + +## Getting Started + +### You own Java and Bedrock + +Awesome, your accounts can be linked so that your progress will be synced between the two and you will appear as your Java account on the server! Simply click [here](https://link.geysermc.org/method/online) to link your accounts together and wait about 10 minutes before trying to join. + +### You only own Bedrock + +No problem, you can play too! Simply attempt to join the server once to initialize your account, then a **mod** or **admin** will whitelist you. When you join the server, your username on the server will begin with a period. (".SubnetMasked") + +!!! warning "If you buy Java after" + If you buy Java edition, be warned that your accounts will remain separate. If you would like to link them, you will lose your progress on the server. Let an **admin** know and we can try and help you out! + +## DNS Hack + +I am working on setting up my own version of this, however for now [here is a tutorial](https://www.bisecthosting.com/clients/index.php?rp=/knowledgebase/208/How-to-connect-to-a-Minecraft-Bedrock-server-from-consoles.html) from a reputable MC hosting website. + +!!! warning "DNS is not encrypted" + Keep in mind that if you use this service, all of your DNS queries will go through the server listed in the tutorial. What this means for you is that if you go to "https://www.youtube.com/watch?v=dQw4w9WgXcQ" the owner of the service will see that you visited "www.youtube.com" but not the rest of the URL. \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index fb9dca5..19a9aba 100644 --- a/docs/index.md +++ b/docs/index.md @@ -11,10 +11,7 @@ description: PlaceholderMC - An invite-only minecraft server for friends and fri -Subnet !!! tip "We support bedrock!" - Bedrock is now supported via the [Geyser](https://geysermc.org/) plugin! If you have a Java account but want to play Bedrock, now you can! Support for Bedrock-only players coming soon! - - When logging in, you will be asked to sign in with your **Microsoft** account to authenticate using your Java username. If you do this, your items, exp, etc will be the same as if you are playing on Java edition! Legacy Mojang accounts are **NOT** supported. Click [here](https://link.geysermc.org/method/online) to link your accounts and get playing! (Linking may take up to 10 minutes). - + Bedrock is now supported via the [Geyser](https://geysermc.org/) plugin! More information can be found on the [Bedrock Page](bedrock.md) !!! Info "We need a name!" We need a name for the server! As you can see it is currently called "PlaceholderMC". please submit name ideas on `#the-name` on the [Discord](https://discord.gg/RWNQxAWad2)! diff --git a/mkdocs.yml b/mkdocs.yml index a2ba19f..429a6e1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -58,6 +58,7 @@ nav: - 'status.md' - 'more.md' - 'calendar.md' + - 'bedrock.md' - 'maintenance.md' - Administration: - 'administration/index.md'