How to Install Addons to Your Minecraft: Bedrock Edition Server
This article will guide you through the process of adding addons to your Minecraft: Bedrock Edition server.
What are Addons?
Addons for Minecraft: Bedrock edition go by a few different names, formats, and what they can accomplish for your server. They are often referred as Mods, Behavior Packs, Texture Packs and Resource Packs. When they're a Mod or Behavior Pack, they modify the rules or mechanics of the game. As a Texture Pack or Resource Pack, they change the appearance of various things in your game. Some authors of Behavior Packs also include files for new textures as well, causing you to have both in the pack.
These can also come in formats of .mcpack
, .mcaddon
, or .mcworld
. The .mcworld
formatted addons come with a premade world included with "mods". It's a system that is very broad, so thankfully the Minecraft Help Center has an FAQ if you have any questions at all that aren't touched upon in this article. That can be found here: https://help.minecraft.net/hc/en-us/articles/4409140076813-Minecraft-Add-Ons-for-Bedrock-Versions-FAQ
How to Install Addons to Your Server
In this guide, we will be using an addon that has both behavior and resource files included from CurseForge.
For more addons from CurseForge: Minecraft Bedrock Mods - CurseForge
Download the Addon File to Your PC
There are a few various sites you can go to download addons. They should be in .mcpack
, .mcaddon
, or .mcworld
format, but some authors will provide the files in Zip or WinRar format which can work just as well.
Create a Minecraft Bedrock World
You would need to create a Minecraft Bedrock World in single-player first and activate the Addons you have installed via the client.
You can check the Resource Packs and the Behavior Packs tabs to see what packs you have downloaded.
Locate the Behavior Packs tab, then select the Available tab to see which packs you have available. Select the Behavior Pack you wish to activate. For this guide we're selecting Poggy's Better on Bedrock.
Locate the Minecraft Worlds Folder
You can locate the Minecraft Bedrock world you just created by following this directory: C:\Users\<user>\AppData\Local\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang
The easiest way to achieve this would be to copy the directory into /run
function. Select your Win key, input /run
and press Enter.
Then you would copy and paste this directory into open bar. You would need to make sure that you rename the <users>
in the directory to main your PC name before selecting OK.
In the com.mojang
folder, select the minecraftWorlds
folder. You would then select the following files to create in a .zip file to upload to your server. These files are: behavior_packs
, resource_packs
folders along with the world_behavior_packs.json
, world_behavior_pack_history.json
, world_resource_pack_history.json
, and world_resource_packs.json
files.
Create a .zip
to Upload to Your Server
Once you have selected those files right click to create a .zip
to upload to your server.
You will be uploading these files to /worlds/<your world name>
folder. For this guide, we're using the default which is /worlds/Bedrock level
. Make sure that you do start your server once to create the /worlds/Bedrock level
folder.
If you have trouble with uploading your .zip
file to the server please check out our guide on FTP (File Transfer Protocol). FTP is another method of accessing and uploading files to your server. This method helps with preventing file corruption and failing uploads.
Unzip the File to Your Server
Once the file is uploaded to the server you would need to extract the file. Unzip the .zip into the respective World folder. For this guide our World is Bedrock level and select Extract.
Start your server
Now you can Start your server up and it will have the extra content included on your server!