Installing Minecraft Bedrock Behavior Packs on Imperium Hosting
Customizing your Minecraft Bedrock server with Behavior Packs unlocks exciting new features like unique mobs, custom game modes, and more. At Imperium Hosting, we’ve made it possible to install and manage these packs easily using our TCAdmin V2 control panel. This guide will walk you through the full process of uploading, configuring, and activating Behavior Packs on your server.
What Are Behavior Packs?
Behavior Packs modify gameplay elements in Bedrock Edition and function similarly to mods or plugins. They are typically bundled as .mcpack or .mcaddon files and often come with a corresponding resource pack.
Step-by-Step Instructions
Step 1: Preparation
-
Download a Behavior Pack
Use trusted sources like CurseForge to download a.mcpackor.mcaddon. -
Convert to ZIP
-
Right-click the file and rename the extension to
.zip. -
Extract the contents using 7-Zip or WinRAR.
-
-
Extract Needed Folders
-
Locate and extract both the
behaviorandresourcefolders from the ZIP file. -
Open
manifest.jsoninside the behavior folder. Copy thepack_id(UUID) andversionvalues and save them somewhere (you’ll need these later).
-
Step 2: Upload Files via TCAdmin
-
Stop Your Server
Log in to the Imperium Hosting control panel and stop your Bedrock server. -
Access File Manager (FTP)
-
Click on
File Managerin TCAdmin or useFTP File Access. -
Navigate to
/behavior_packs/and upload your extracted behavior folder. -
Do the same in
/resource_packs/for your resource folder.
-
Step 3: Activate Packs
-
Navigate to Your World Folder
Inside/worlds/yourworldname/, create two files:-
world_behavior_packs.json -
world_resource_packs.json
-
-
Paste This Into Each File:
[ { "pack_id": "your-copied-uuid", "version": [1, 0, 0] } ]Replace
pack_idandversionwith values from yourmanifest.json. -
For Multiple Packs:
Add additional blocks inside the same JSON array:[ { "pack_id": "uuid1", "version": [1, 0, 0] }, { "pack_id": "uuid2", "version": [2, 1, 3] } ]
Step 4: Restart Your Server
Return to your TCAdmin control panel and click Start. Your server will now load the behavior packs along with any linked resource packs.
Additional Tips
-
Want to Use a Singleplayer World?
-
Activate your packs in singleplayer.
-
Export the world as
.mcworld, rename to.zip, and upload via FTP to/worlds/. -
Unzip it and set the new folder name in your control panel's world config.
-
-
Can't Upload via TCAdmin?
Use FileZilla with your FTP credentials provided in the control panel.
Troubleshooting
Behavior Packs Not Loading?
-
Confirm UUID/version in
world_behavior_packs.jsonare correct. -
Make sure the folders were uploaded to the correct directories.
-
Ensure files are unzipped and named properly.
FTP Login Issues?
-
Double-check your credentials.
-
Try resetting the FTP password in TCAdmin.
World Not Found?
-
Verify the folder name matches what you selected in the TCAdmin panel’s world section.
-
Restart your Bedrock client if testing locally.
Still Need Help?
Open a support ticket via your Imperium Hosting client area or reach out through our Discord. Our team is always here to help.