How to add a behavior pack on a Minecraft Bedrock server


Summary 
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 packs is a straightforward process that will be covered step-by-step in this guide.

Requirement
The behaviour pack version must match the server version. Learn how to update the server version here.

Note Manually adding packs to a server-generated world will not work on uploaded single-player worlds.


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 to .zip then extract the file.


2. Right-click the manifest.json file within the behavior pack folder and choose Open with > Notepad. Some behavior packs may be split into B (Behavior) and R (Resource) folders.


3. Minimize the folder to use later in the tutorial.

4. Log in to the BisectHosting Games panel.

5. Stop the server.


6. Log in to the Minecraft Bedrock server using an SFTP client. Learn how to here.


7. Open the behavior_packs folder. 


8. Drag and drop the extracted behavior pack folder from step 3.


9. Go to the Files tab.


10. Find the following directory: /home/container/worlds/[World Name] .

Note The world name will depend on the current save.


11. Select Create and choose Create File.


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


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



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



15. Select Create File on the lower right.


16. Name the file world_behavior_packs.json and click Create File.


17. Start the server.


How to Add a Behavior Pack on a Minecraft Bedrock Server (Uploaded)
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. Go to Resource Packs and toggle Shared Resource Packs.

Note Some behavior packs come with associated resource packs; check both menus and activate them accordingly.


7. In Behavior Packs, activate the imported addon.


8. Check which packs are activated from the Active tab.


9. Once finished activating, Create the world.


10. Return to the Main Menu.

11. Hit Play.
https://www.bisecthosting.com/images/kb/Bedrock/BH_Images_Play.webp

12. Select the pencil icon beside the created world.


13. On the Game tab, scroll to the bottom and click Export World.


14. Export the world to a folder.


15. Minimize the folder to use later in the tutorial.

16. Log in to the BisectHosting Games panel.

17. Stop the server.


18. Log in to the Minecraft Bedrock server using an SFTP clientLearn how to here.


19. Open the worlds folder.


20. Right-click and choose New Directory (or folder).
https://www.bisecthosting.com/images/kb/7D2D/BH_Images_Directory.webp

21. Input the world name and hit OK.


22. Drag and drop the .MCWORLD file from step 7 into the new folder.


23. Return to the BisectHosting Games panel.

24. Go to the Files tab.


25. Find the following directory: /home/container/worlds/[World Name] .


26. Right-click the [World Name].mcworld file from Step 22 and select Rename.


27. Rename the file to a [World Name].zip file.


28. Right-click the .zip file and select Unarchive.


29. Go back to the Files tab.


30. Open server.properties for editing.


31. On the level-name= line, change the value to the world name.


32. Press the Save Content button.


33. Start the server.


Was this answer helpful?

19
« Back