Skip to content

Added 2 new bedrock guides and changed the sidebar accordingly #1404

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Mar 21, 2025
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 64 additions & 0 deletions docs/minecraft-bedrock-add-world.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
---
id: minecraft-bedrock-add-world
title: "Minecraft Bedrock: Import own World"
description: Information on how to import an own world into your Minecraft Bedrock Server from ZAP-Hosting - ZAP-Hosting.com documentation
sidebar_label: Import own World
services:
- gameserver
---

import InlineVoucher from '@site/src/components/InlineVoucher';

## Introduction
Minecraft: Bedrock Edition allows you to create your own worlds and use them on your server. In this guide, we will show you how to import an own world into your Minecraft: Bedrock Server to share it with your friends.

<InlineVoucher />

## Preparation

To import a world into your Minecraft: Bedrock Server, you need to connect via FTP. If you are not familiar with this, we recommend taking a look at the [FTP access](gameserver-ftpaccess.md) guide.

Make sure you have already saved the world you want to import on your computer. The world should be in a folder with the corresponding files.
If you want to upload a world from Minecraft: Bedrock single-player, you can find it at the following path:
```
C:\Users\%username%\AppData\Local\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang\minecraftWorlds
```

## Installation

### Stop the Server

Before starting the import, you need to stop your Minecraft: Bedrock Server. This ensures that no data is lost and the import runs smoothly.

### Upload the World

Navigate via FTP to the directory where your server's worlds are stored. The path is usually:

```
/gXXXXXX/minecraft-bedrock/worlds
```

Here you will see the folders of all worlds currently stored on your server. Each world has a unique name.

Upload the folder of your world you want to import into the directory. Make sure the folder name is not changed, as Minecraft will not recognize the world otherwise.

Then you need to open the `server.properties` file, which is located in the server's main folder, and change the value of `Bedrock level` in the following setting to the folder name of your world:

```
level-name=Bedrock level
```
:::tip
If you want to use your default world again, you can just change the value back to `Bedrock level` and restart the server!
:::

### Start the Server

After you have successfully uploaded the world, start your server again. The imported world should now load automatically.

### Verify the Changes

Connect to your server and verify that the imported world has been loaded correctly. You should now be able to play in the new world. If something does not work as expected, double-check the steps and ensure that the world folders are named and placed correctly.

## Conclusion

Importing a world into your Minecraft: Bedrock Server is a simple process that allows you to share your own creations with others. For further questions or assistance, please don't hesitate to contact our support team, which is available daily to assist you! 🙂
62 changes: 62 additions & 0 deletions docs/minecraft-bedrock-addons.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
id: minecraft-bedrock-addons
title: "Minecraft Bedrock: Install Addons"
description: Information on how to install Addons on your Minecraft Bedrock server from ZAP-Hosting - ZAP-Hosting.com documentation
sidebar_label: Install Addons
services:
- gameserver
---

import InlineVoucher from '@site/src/components/InlineVoucher';

## Introduction
Minecraft: Bedrock Edition has native modding support and a massive community which allows you to expand and enhance the gameplay with your friends. In this guide, we will cover the process of installing and activating an addon on your Minecraft: Bedrock server.

<InlineVoucher />

## Preperation

To install an addon map to your Minecraft: Bedrock, you need to connect to it via FTP. If you are not familiar with this, we recommend you to have a look at the [FTP access](gameserver-ftpaccess.md) guide.

Before proceeding with installation, you will also have to find addons that you wish to install on your server. We recommend browsing on [CurseForge](https://www.curseforge.com/minecraft-bedrock) as they offer a huge library of addons and resource packs created by the community.

## Installation

### Download the world from the server

The first thing you need to do, is stopping the server to save all current progress. After this, you need to navigate to this location via FTP:

```

```

```
C:\Users\%username%\AppData\Local\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang\minecraftWorlds
```

### Install the Addon into the World
Now open the .mcpack file from your addon. The game should open and automatically import the addon. The world that you downloaded from your server should now be displayed, if you have not downloaded the world simply click on "Create new". Make sure that you have selected everything you want and then go to "Play". Your addons should now be available in the game. If everything works, just close Minecraft.

### Upload the world to the server

Now go back to your FTP Application (i.e Filezilla/WinSCP). Delete the world that you have downloaded before, as we will replace it. After this, upload the folder to your server again. It's important that the name hasn't been changed and is equal. One last step is still to come. In the world folder on your PC you now have the folder "behavior_packs" and / or "resource_packs"


Upload them to their correct folders on the server. These are in the same folder as the "worlds" folder. Then you have to open server.properties and adjust the line from to this:

```
texturepack-required=false
```
```
texturepack-required=true
```

This ensures that players who join your server download the required resources. When that's done, all you have to do is tostart the server, join it and then you should be able to use your addon.

### Verify the changes

Connect to your server and verify that the addons have been installed correctly. Test the new features or resources to ensure everything is working as expected. If something doesn’t go as planned, double-check the steps and make sure the files have been uploaded correctly and the settings in the `server.properties` have been adjusted.

## Conclusion

Installing addons on your Minecraft: Bedrock Server is a great way to expand the gameplay experience and add new content. With this guide, you can easily install addons and customize your server. Have fun exploring the new possibilities!
39 changes: 0 additions & 39 deletions docs/minecraftbedrock-behaviorresourcepacks.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
id: minecraft-bedrock-add-world
title: "Minecraft: Bedrock Welt importieren"
description: Anleitung zum Importieren einer Welt in deinen Minecraft Bedrock Server von ZAP-Hosting - ZAP-Hosting.com Dokumentation
sidebar_label: Welt importieren
services:
- gameserver
---

import InlineVoucher from '@site/src/components/InlineVoucher';

## Einführung
Minecraft: Bedrock Edition ermöglicht es dir, eigene Welten zu erstellen und diese auf deinem Server zu nutzen. In diesemr Anleitung zeigen wir dir, wie du eine eigene Welt in deinen Minecraft: Bedrock Server importierst, um sie mit deinen Freunden zu teilen.

<InlineVoucher />

## Vorbereitung

Um eine Welt in deinen Minecraft: Bedrock Server zu importieren, musst du eine Verbindung über FTP herstellen. Falls du damit nicht vertraut bist, empfehlen wir dir, einen Blick in die Anleitung [FTP-Zugriff](gameserver-ftpaccess.md) zu werfen.

Stelle sicher, dass du die Welt, die du importieren möchtest, bereits auf deinem Computer gespeichert hast. Die Welt sollte als Ordner mit den entsprechenden Dateien vorliegen.
Solltest du eine Welt aus dem Minecraft: Bedrock einzelspieler hochladen wollen, kannst du diese unter folgendem Pfad finden:

```
C:\Users\%username%\AppData\Local\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang\minecraftWorlds
```

## Installation

### Server stoppen

Bevor du mit dem Import beginnst, musst du deinen Minecraft: Bedrock Server stoppen. Dies stellst sicher, dass keine Daten verloren gehen und der Import reibungslos abläuft.

### Welt hochladen

Navigiere über FTP zu dem Verzeichnis, in dem die Welten deines Servers gespeichert sind. Der Pfad lautet normalerweise:

```
/gXXXXXX/minecraft-bedrock/worlds
```

Hier siehst du die Ordner aller Welten, die derzeit auf deinem Server gespeichert sind. Jede Welt hat einen eindeutigen Namen.

Lade den Ordner deiner Welt, die du importieren möchtest, in das Verzeichnis hoch. Achte darauf, dass der Name des Ordners nicht geändert wird, da Minecraft die Welt sonst nicht erkennen kann.

Dann musst du noch die server.properties öffnen, welche im Hauptordner des Servers liegt und den Wert `Bedrock level` in der Folgenden Einstellung zum Ordnernamen deiner Welt ändern:

```
level-name=Bedrock level
```

### Server starten

Nachdem die Welt erfolgreich hochgeladen wurde, starte deinen Server wieder. Die importierte Welt sollte nun automatisch geladen werden.

### Überprüfung

Verbinde dich mit deinem Server und überprüfe, ob die importierte Welt korrekt geladen wurde. Du solltest nun in der neuen Welt spielen können. Falls etwas nicht wie erwartet funktioniert, überprüfe noch einmal die Schritte und stelle sicher, dass die Weltordner korrekt benannt und platziert sind.

## Abschluss

Das Importieren einer Welt in deinen Minecraft: Bedrock Server ist ein einfacher Prozess, der dir ermöglicht, deine eigenen Kreationen mit anderen zu teilen. Für weitere Fragen oder Hilfe zögere bitte nicht, unser Support-Team zu kontaktieren, das dir täglich zur Verfügung steht! 🙂
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
---
id: minecraft-bedrock-addons
title: "Minecraft: Bedrock Addons installieren"
description: Informationen zur Installation von Addons auf deinem Minecraft Bedrock Server von ZAP-Hosting - ZAP-Hosting.com Dokumentation
sidebar_label: Addon Installation
services:
- gameserver
---

import InlineVoucher from '@site/src/components/InlineVoucher';

## Einführung
Minecraft: Bedrock Edition bietet native Modding-Unterstützung und eine große Community, die es dir ermöglicht, das Spielerlebnis mit deinen Freunden zu erweitern und zu verbessern. In dieser Anleitung werden wir den Prozess der Installation und Aktivierung eines Addons auf deinem Minecraft: Bedrock Server behandeln.

<InlineVoucher />

## Vorbereitung

Um ein Addon auf deinem Minecraft: Bedrock Server zu installieren, musst du eine Verbindung über FTP herstellen. Falls du damit nicht vertraut bist, empfehlen wir dir, einen Blick in die Anleitung [Zugriff via FTP](gameserver-ftpaccess.md) zu werfen.

Bevor du mit der Installation fortfährst, musst du auch Addons finden, die du auf deinem Server installieren möchtest. Wir empfehlen, auf [CurseForge](https://www.curseforge.com/minecraft-bedrock) zu suchen, da sie eine große Bibliothek von Addons und Ressourcenpaketen bieten, die von der Community erstellt wurden.

## Installation

### Die Welt vom Server herunterladen

Das erste, was du tun musst, ist, den Server zu stoppen, um den aktuellen Fortschritt zu speichern.

Dann musst du über FTP zu diesem Ort navigieren:

```
C:\Users\%username%\AppData\Local\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang\minecraftWorlds
```

### Das Addon in die Welt installieren
Öffne nun die .mcpack-Datei deines Addons. Das Spiel sollte sich öffnen und das Addon automatisch importieren. Die Welt, die du von deinem Server heruntergeladen hast, sollte nun angezeigt werden. Wenn du die Welt nicht heruntergeladen hast, klicke einfach auf "Neue erstellen". Stelle sicher, dass du alles ausgewählt hast, was du möchtest, und gehe dann auf "Spielen". Deine Addons sollten nun im Spiel verfügbar sein. Wenn alles funktioniert, schließe einfach Minecraft.

### Die Welt auf den Server hochladen

Gehe nun zurück zu deiner FTP-Anwendung (z.B. Filezilla/WinSCP). Lösche die Welt, die du zuvor heruntergeladen hast, da wir sie ersetzen werden. Lade danach den Ordner erneut auf deinen Server hoch. Es ist wichtig, dass der Name nicht geändert wurde und gleich bleibt. Ein letzter Schritt steht noch aus. Im Weltordner auf deinem PC hast du nun den Ordner "behavior_packs" und/oder "resource_packs".

Lade diese in die entsprechenden Ordner auf dem Server hoch. Diese befinden sich im selben Ordner wie der "worlds"-Ordner. Dann musst du die server.properties öffnen und die Zeile von

```
texturepack-required=false
```
zu
```
texturepack-required=true
```
ändern.

Dies stellt sicher, dass Spieler, die deinem Server beitreten, die benötigten Ressourcen herunterladen. Wenn das erledigt ist, musst du nur noch den Server starten, ihm beitreten und dann solltest du in der Lage sein, dein Addon zu verwenden.

### Überprüfung

Verbinde dich mit deinem Server und überprüfe, ob die Addons korrekt installiert wurden. Teste die neuen Funktionen oder Ressourcen, um sicherzustellen, dass alles wie erwartet funktioniert. Falls etwas nicht wie geplant läuft, überprüfe noch einmal die Schritte und stelle sicher, dass die Dateien korrekt hochgeladen und die Einstellungen in der `server.properties` angepasst wurden.

## Fazit

Das Installieren von Addons auf deinem Minecraft: Bedrock Server ist eine großartige Möglichkeit, das Spielerlebnis zu erweitern und neue Inhalte hinzuzufügen. Mit dieser Anleitung kannst du ganz einfach Addons installieren und deinen Server anpassen. Viel Spaß beim Erkunden der neuen Möglichkeiten!
23 changes: 18 additions & 5 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,15 +255,21 @@ const sidebars = {
"minecraft-server-icon",
"minecraft-add-own-world",
"minecraft-worlds",
"minecraft-crossplay",
"minecraftbedrock-behaviorresourcepacks",
"minecraft-rcon",
"minecraft-whitelist",
"minecraft-timings-report",
"minecraft-server-optimize",
"minecraft-faultyworld"
]
},
{
type: "category",
label: "Bedrock",
items: [
"minecraft-bedrock-addons",
"minecraft-bedrock-add-world"
]
},
{
type: "category",
label: "Bungeecord",
Expand Down Expand Up @@ -1281,7 +1287,6 @@ const sidebars = {
"minecraft-server-icon",
"minecraft-add-own-world",
"minecraft-worlds",
"minecraftbedrock-behaviorresourcepacks",
"minecraft-rcon",
"minecraft-whitelist",
"minecraft-timings-report",
Expand All @@ -1291,9 +1296,10 @@ const sidebars = {
},
{
type: "category",
label: "Spigot & Bukkit",
label: "Bedrock",
items: [
"minecraft-pluginuploader"
"minecraft-bedrock-addons",
"minecraft-bedrock-add-world"
]
},
{
Expand All @@ -1309,6 +1315,13 @@ const sidebars = {
items: [
"minecraft-forge-fabric-add-mods-modpacks"
]
},
{
type: "category",
label: "Spigot & Bukkit",
items: [
"minecraft-pluginuploader"
]
}
],
},
Expand Down