20% OFF Your first order with SAVE20
Background image of the page

Help Article

Video tutorial

How To Install ResourcePacks/Addons on Your Minecraft Bedrock Server?

A step-by-step guide on how to install resourcepacks and behaviorpacks on your Bedrock server.

Last updated on  Feb 25, 2026

In the WiseHosting Game Panel, we have a built-in addon installer that you can use to install addons and resourcepacks to the server. However, it’s important to note that this does not work with all of the addons due to how some addons are compiled.

💡
Addons come in 3 different ways:
.mcaddon - This contains both the resource- and behavior pack files.
.mcpack - This contains the resource-pack OR behavior-pack file, not both.
.zip - This is a compressed folder/file and needs to be extracted manually.
👉
Where can I find Bedrock addons?

You’re able to browse thousands of different Bedrock addons on Curseforge or MCPedl website.

Step 1: Downloading the Addon

  1. Download the addon of your choice. In this guide, I’ll be downloading the Better on Bedrock addon which includes both the resource-pack and behavior-pack.
  2. After downloading the addon, rename the file to .zip instead of whatever it is (it can be .mcaddon or .mcpack).
  1. Now that you’ve converted the file to a .zip, open it and inside you should find either files or additional folders representing whether it’s a behavior-pack or a resource-pack.
  1. Inside them, open the manifest.json files of each one and copy the UUID and version of them. This information will be used later on.

Step 2: Uploading the Addons to the World

  1. Head over to the Game Panel and stop your server.
  2. Navigate to the Files tab and upload your behavior pack or resource pack into its designated folder (e.g., resource pack to resource_packs folder).
  1. Since I’m going to be uploading the Better on Bedrock -addon which includes both, I will be uploading the resource-pack to resource_packs folder and behavior-pack to behavior_packs folder.
  1. After uploading, head over to the main directory (…) and into your worlds folder. If you don’t have files in there called world_behavior_packs.json and world_resource_packs.json, create them by clicking on the New File -button and inserting the following data in them:
[
 {
  "pack_id" : "Insert UUID",
  "version" : [1, 0, 0]
 }
]
  1. Once you have these files in your world folder, go back to the UUID and version you saved previously Step 1.4 and copy-paste the information into the world_behavior_packs.json and world_resource_packs.json files.
  1. Done! Start your server and the addon is installed in your Bedrock world successfully! To add more addons to the list later on, follow these steps and expand the .json files like this:
[
 {
  "pack_id" : "First Addon UUID",
  "version" : [1, 0, 0]
 },
 {
  "pack_id" : "Second Addon UUID",
  "version" : [1, 0, 0]
 }
] 

🧑‍💻
If you still require assistance, please get in touch with our support team by opening a ticket or joining our community Discord server.