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

How to add a resource pack on a Minecraft Bedrock server

Last updated on Jul 28, 2024

Adding a resource pack to a Minecraft Bedrock server can significantly enhance the game's visual experience. A resource pack, also known as a texture pack, can replace the default textures and sounds of the game with custom ones, providing a unique look and feel to the game. Resource packs can range from simple tweaks to major overhauls and completely transform the game's appearance.

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.


How to Add a Resource Pack on a Minecraft Bedrock Server

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

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

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

  4. Log in to the QuickHost game panel.

  5. Stop the server.

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

  7. Open the resource_packs folder.

  8. Drag and drop the extracted resource pack folder from step 3 into resource_packs.

  9. Return to the QuickHost Game Panel.

  10. Under server controls click File Manager.

  11. Find the following directory: /home/container/worlds/[World Name] . The world name will depend on your save.

  12. Select new file on the top right.

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

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

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

  16. Select Create File on the top right, name the file world_resource_packs.json and click Create File.

  17. Start the server.