|
| 1 | +--- |
| 2 | +id: minecraft-bedrock-addons |
| 3 | +title: "Minecraft Bedrock: Install Addons" |
| 4 | +description: Information on how to install Addons on your Minecraft Bedrock server from ZAP-Hosting - ZAP-Hosting.com documentation |
| 5 | +sidebar_label: Install Addons |
| 6 | +services: |
| 7 | + - gameserver |
| 8 | +--- |
| 9 | + |
| 10 | +import InlineVoucher from '@site/src/components/InlineVoucher'; |
| 11 | +import Tabs from '@theme/Tabs'; |
| 12 | +import TabItem from '@theme/TabItem'; |
| 13 | + |
| 14 | +## Introduction |
| 15 | +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. |
| 16 | + |
| 17 | +<InlineVoucher /> |
| 18 | + |
| 19 | +## Preparation |
| 20 | + |
| 21 | +To install an addon map to your Minecraft: Bedrock, you need to connect to your server via FTP. If you are not familiar with this, we recommend you take a look at the [FTP access](gameserver-ftpaccess.md) guide. |
| 22 | + |
| 23 | +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. |
| 24 | + |
| 25 | +## Installation |
| 26 | + |
| 27 | +There are two ways to install an addon in Minecraft Bedrock. You can either install the addons into a new world, which makes the process very easy, or you can install them into an existing world, which is more difficult. |
| 28 | + |
| 29 | + |
| 30 | +## Using new World (easy) |
| 31 | + |
| 32 | +To create a new world with addons, you first have to simply open the downloaded `.mcaddon` or `.mcpack` file. |
| 33 | +This will open Minecraft Bedrock and import the addon into the game. |
| 34 | + |
| 35 | +### Create World |
| 36 | + |
| 37 | +To create a world and install the addons to it, click on `Play` and then `Create new world`. |
| 38 | +You can then choose all the regular world settings you would like: |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | +### Install Addons |
| 43 | + |
| 44 | +Before clicking on `Create`, you need to navigate to `Resource packs` or `Behavior packs`. |
| 45 | +There you click on `Activate`, next to the addon name: |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | +Some addons have both a resource pack and a behavior pack, so you have to activate both. If you have activated all the desired addons, you can click `Create`. |
| 50 | + |
| 51 | +To export the world and upload it to your server, you can use the [Import own World](minecraft-bedrock-add-world.md) guide. |
| 52 | + |
| 53 | +## Using existing World (difficult) |
| 54 | + |
| 55 | +Installing the addon into an existing world is more difficult, but has the benefit of being able to play with the addon and keep the progress you have made already. |
| 56 | + |
| 57 | +### Installing 7-zip |
| 58 | + |
| 59 | +To install the addon into an existing Minecraft World, you need to install 7-zip so you can open the addon file. |
| 60 | +The installation process is very easy, you have to visit the [7-zip download page](https://www.7-zip.org/) to get the newest setup version: |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | +Once downloaded, open the file and click **Install**. |
| 65 | + |
| 66 | +### Extracting the Addon |
| 67 | + |
| 68 | +As soon as you have downloaded your desired addon, you can extract it with 7-zip by right-clicking the `.mcaddon` file, hovering over `7-zip` and clicking `Extract to FOLDERNAME`: |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | +If the addon contains both a resource and behavior pack, then you have to do the same for the contents of the folder, as they are `.mcpack` files as well: |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | +The difference between resource packs and behavior packs can be seen in the folder name. Resource Pack Folders have `RP` in their name, behavior packs have `BP`. |
| 77 | + |
| 78 | +<Tabs> |
| 79 | + <TabItem value="resource-pack" label="Resource Pack" default> |
| 80 | + |
| 81 | + |
| 82 | +### Uploading Resource Pack |
| 83 | + |
| 84 | +To upload the resource pack, navigate to this folder on your FTP client: |
| 85 | + |
| 86 | +``` |
| 87 | +/gXXXXXX/minecraft-bedrock/resource_packs |
| 88 | +``` |
| 89 | + |
| 90 | +Then you can drag and drop the RP directory into the FTP client: |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | +:::caution |
| 95 | +Make sure you upload the correct folder that directly contains the resource pack, not only a subfolder. |
| 96 | +The contents of the folder you are uploading should look like that: |
| 97 | + |
| 98 | + |
| 99 | +::: |
| 100 | + |
| 101 | +### Enabling Resource Pack |
| 102 | + |
| 103 | +To enable the resource pack, you have to open the `manifest.json` inside the RP folder. Then you have to navigate to the world folder in your FTP client: |
| 104 | + |
| 105 | +``` |
| 106 | +/gXXXXXX/minecraft-bedrock/worlds/Bedrock level |
| 107 | +``` |
| 108 | + |
| 109 | +Once there, you have to open the `world_resource_packs.json`. |
| 110 | +If you never installed any addons, you have to create this file. Paste the following text into the file: |
| 111 | + |
| 112 | +``` |
| 113 | +[ |
| 114 | + { |
| 115 | + "pack_id" : "UUID HERE", |
| 116 | + "version" : [version, number, here] |
| 117 | + } |
| 118 | +] |
| 119 | +``` |
| 120 | + |
| 121 | +Replace the values of `pack_id` and `version` with the values from the manifest.json you opened earlier: |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | +:::info |
| 126 | +If you want to install more than one pack, you can add multiple values. |
| 127 | +It is important to have a comma `,` separating the values, but you must not set one at the bottom: |
| 128 | + |
| 129 | +``` |
| 130 | +[ |
| 131 | + { |
| 132 | + "pack_id" : "UUID HERE", |
| 133 | + "version" : [version, number, here] |
| 134 | + }, |
| 135 | + { |
| 136 | + "pack_id" : "UUID HERE", |
| 137 | + "version" : [version, number, here] |
| 138 | + }, |
| 139 | + { |
| 140 | + "pack_id" : "UUID HERE", |
| 141 | + "version" : [version, number, here] |
| 142 | + } |
| 143 | +] |
| 144 | +``` |
| 145 | +::: |
| 146 | + |
| 147 | +</TabItem> |
| 148 | +<TabItem value="behavior-pack" label="Behavior Pack"> |
| 149 | + |
| 150 | +### Uploading Behavior Pack |
| 151 | + |
| 152 | +To upload the behavior pack, navigate to this folder on your FTP client: |
| 153 | + |
| 154 | +``` |
| 155 | +/gXXXXXX/minecraft-bedrock/behavior_packs |
| 156 | +``` |
| 157 | + |
| 158 | +Then you can drag and drop the BP directory into the FTP client: |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | +:::caution |
| 163 | +Make sure you upload the correct folder that directly contains the behavior pack, not only a subfolder. |
| 164 | +The contents of the folder you are uploading should look like that: |
| 165 | + |
| 166 | + |
| 167 | +::: |
| 168 | + |
| 169 | +### Enabling Behavior Pack |
| 170 | + |
| 171 | +To enable the resource pack, you have to open the `manifest.json` inside the BP folder. Then you have to navigate to the world folder in your FTP client: |
| 172 | + |
| 173 | +``` |
| 174 | +/gXXXXXX/minecraft-bedrock/worlds/Bedrock level |
| 175 | +``` |
| 176 | + |
| 177 | +Once there, you have to open the `world_behavior_packs.json`. |
| 178 | +If you never installed any addons, you have to create this file. Paste the following text into the file: |
| 179 | + |
| 180 | +``` |
| 181 | +[ |
| 182 | + { |
| 183 | + "pack_id" : "UUID HERE", |
| 184 | + "version" : [version, number, here] |
| 185 | + } |
| 186 | +] |
| 187 | +``` |
| 188 | + |
| 189 | +Replace the values of `pack_id` and `version` with the values from the manifest.json you opened earlier: |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | +:::info |
| 194 | +If you want to install more than one pack, you can add multiple values. |
| 195 | +It is important to have the comma `,` separating the values, but you must not set one at the bottom: |
| 196 | + |
| 197 | +``` |
| 198 | +[ |
| 199 | + { |
| 200 | + "pack_id" : "UUID HERE", |
| 201 | + "version" : [version, number, here] |
| 202 | + }, |
| 203 | + { |
| 204 | + "pack_id" : "UUID HERE", |
| 205 | + "version" : [version, number, here] |
| 206 | + }, |
| 207 | + { |
| 208 | + "pack_id" : "UUID HERE", |
| 209 | + "version" : [version, number, here] |
| 210 | + } |
| 211 | +] |
| 212 | +``` |
| 213 | +::: |
| 214 | +</TabItem> |
| 215 | +</Tabs> |
| 216 | + |
| 217 | +### Verify the changes |
| 218 | + |
| 219 | +Start your server, connect to it, 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 search for any errors in the server console. |
| 220 | + |
| 221 | +## Conclusion |
| 222 | + |
| 223 | +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. For further questions or assistance, please don't hesitate to contact our support team, which is available daily to assist you! 🙂 |
0 commit comments