How to add a behavior pack on a Minecraft Bedrock server


Summary 
Adding a Behavior Pack to a Minecraft Bedrock server allows players to customize gameplay by modifying or introducing new game mechanics, items, or behaviors. This feature enables server owners to create unique experiences, such as custom mobs, tools, or game rules, enhancing creativity and engagement. By using behavior packs, servers can stand out, offering tailored content that caters to specific themes or player preferences.

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. From the Config Files tab, choose Server Properties.


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


31. Press the Save Content button.


32. Start the server.


Was this answer helpful?

19
« Back