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 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 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. 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 FTP client.

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 .MCWORLD file and select Unarchive.


27. Go back to the Files tab.


28. Open server.properties for editing.


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


30. Choose the Save Content button on the lower right.


31. 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. 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 FTP client

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.


Was this answer helpful?

15
« Back