- Download the behavior pack you'd like to use - it should be a file with a
.mcpack
or.mcaddon
extension. - Once you have downloaded the pack extract it using a tool such as 7zip or WinRar.
- Inside the extracted file there will be a <pack_name>_b and
<pack_name>_r
folder. Using an FTP client such as FileZilla upload the<pack_name>_b
folder to\behavior_packs
in your server, and upload<pack_name>_r
to\resources_packs
in your server. - Restart your server once this step is completed.
- Create two new files called
world_resource_packs.json
andworld_behavior_packs.json
- Navigate to the
<pack_name>_r
folder, and edit themanifest.json
file. - Open the
world_resource_packs.json
file as well and copy the UUID and Version number from themanifest.json
file over to theworld_resource_packs.json
file. It's important that formatting is done exactly as shown below. - Repeat this process for the
world_behavior_packs.json
file using the manifest file found in<pack_name>_b
folder. - Upload both created json files to your servers world directory, they will be in the same location as your level.dat file.
- Restart your server and your pack should be installed and ready to go!
- 16 Users Found This Useful