Home Minecraft Bedrock Servers How to add a behavior pack on a Minecraft Bedrock server

How to add a behavior pack on a Minecraft Bedrock server

Last updated on Jul 28, 2024

Behavior packs on a Minecraft Bedrock server can enhance the gameplay experience by adding new features, modifying existing ones, or changing the behavior of mobs and items. Behavior packs can be found on websites and platforms like the official Minecraft Marketplace, community forums, or third-party modding websites. Installing behavior packs is a straightforward process that will be covered step-by-step in this guide.

Note: An FTP client is required to transfer files onto the Minecraft Bedrock server. Follow this tutorial to learn how to use an FTP client.

Note: The first method listed installs packs onto a singleplayer new world, and uploads them to the server. For existing worlds, the manual method must be used.


How to Add a Behavior Pack on a Minecraft Bedrock Server

  1. Download the desired behavior pack and place it in an empty folder, both .mcpack and .mcaddon files are acceptable.

  2. Launch Minecraft Bedrock and wait for the game to load.

  3. Double-click the pack to import it to the game after loading.

  4. Choose Play, and then Create a New World.

  5. Adjust the world settings as desired.

  6. Click on Resource Packs and toggle shared packs.

  7. In Behavior Packs, activate the imported addon.

  8. You can check which packs are activated from the Active tab.

  9. Once finished activating all the behavior packs, Create the world.

  10. Return to the main menu.

  11. Hit Play.

  12. Select the pencil icon beside the created world.

  13. Under Game Settings, scroll to the bottom and click Export World. Export the world to a folder.

  14. Login to the QuickHost game panel.

  15. Stop the server

  16. Log in to the Minecraft Bedrock server using an FTP client.

  17. Open the words folder

  18. Right-click and choose New Directory (or folder).

  19. Input the world name and hit OK.

  20. Drag and drop the .MCWORLD file from step 13 into the new folder.

  21. Return to the QuickHost game panel.

  22. Under server controls click File Manager.

  23. Go to the following directory: /home/container/worlds/[World Name]

  24. Right-click the .MCWORLD file and select Unarchive.

  25. Go back to File Manager.

  26. Open server.properties for editing.

  27. On the level-name= line, change the value to the name you chose for your world.

  28. Choose the Save Content button on the top right.

  29. Start the server.


How to Add a Behavior Pack on a Minecraft Bedrock Server (Manual)

  1. Download and extract a behavior pack. If the behavior pack is a .mcpack file, rename the file extension  .zip and extract the file.

  2. Right-click the manifest.json file within the behavior pack folder and choose Open with Notepad.

    Note: Some behavior packs may be split into B (Behavior) and R (Resource) folders. See this guide for the resource pack folder.

  3. Login to the QuickHost game panel.

  4. Stop the server.

  5. Log in to the Minecraft Bedrock server using an FTP client.

  6. Open the behavior_packs folder.

  7. Drag and drop the extracted behavior pack folder from step 1 into the behavior_packs folder.

  8. Go back to the QuickHost game panel.

  9. Under server controls click File Manager.

  10. Find the following directory: /home/container/worlds/[World Name]  and click new file.

  11. Paste the following:

    [
        {
            "pack_id" : "Paste uuid from manifest.json here"
            "version" : [ 0, 0, 0 ]
        }
    ]

  12. Replace the pack_id values with the uuid from the manifest.json file in step 2.

  13. Replace the version values with the version numbers from the manifest.json file in step 2.

  14. Click Create File on the top right and name the file world_behavior_packs.json and click Create File.

  15. Start the server.