Add Behavior and Resource Packs ​
Prerequisites ​
- Access to the server folder (either via an SFTP connection or direct access to the server files)
- You can find the SFTP access data in the overview of your game server.
- A behavior pack in the format .mcpack or .mcaddon
- Text editor (such as Notepad, Notepad++, Windows Editor or Visual Studio Code)
To add a Behavior Pack and Resource Packs, follow these steps: ​
Download and unzip Behavior Pack
- Download a Behavior Pack of your choice and unzip the files with a suitable program (like WinRAR or 7-Zip)
upload behavior and resource packs to the server
- Connect to your server via the FTP tool. Upload the Behavior Pack folder to /behavior_packs and the Resource Pack folder (if available) to /resources_packs.
Restart server
Create new JSON files
- Create two new files with the names "
world_resource_packs.json
" and "world_behavior_packs.json
".
- Create two new files with the names "
Copy resource pack information
- Open the file "manifest.json" in the Resource Pack folder. Copy the UUID and version number and paste them into the "world_resource_packs.json" file. Pay attention to the correct formatting.
copy Behavior Pack information
- Repeat the same process for the "
world_behavior_packs.json
" file and the corresponding Behavior Pack folder.
- Repeat the same process for the "
upload JSON files to the server
- Upload both
.json
files to the World subfolder on your server.
- Upload both
Restart the server and check the changes
- Restart your server and make sure that the packs are installed correctly.