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
-
Download and extract a resource pack. If the resource pack is a
.mcpack
file, rename the file extension to.zip
and extract the file. -
Right-click the
manifest.json
file within the resource pack folder and choose Open with> Notepad. -
Minimize the file to use later in the tutorial.
-
Log in to the VolticHost game panel.
-
Stop the server.
-
Log in to the Minecraft Bedrock server using an FTP client.
-
Open the resource_packs folder.
-
Drag and drop the extracted resource pack folder from step 3 into resource_packs.
-
Return to the VolticHost Game Panel.
-
Under server controls click File Manager.
-
Find the following directory:
/home/container/worlds/[World Name]
. The world name will depend on your save. -
Select new file on the top right.
-
Paste the following:
[
{
"pack_id" : "Paste uuid from manifest.json here"
"version" : [ 0, 0, 0 ]
}
]
-
Replace the
pack_id
values with the uuid from themanifest.json
file in step 2. -
Replace the
version
values with the version numbers from themanifest.json
file in step 2. -
Select Create File on the top right, name the file
world_resource_packs.json
and click Create File. -
Start the server.