Adding .mcpack Resources and Behaviours to the server

TangyTugboat912

New Member
So I wanted to add some mods and addons on my server but I can't.
I've tried renaming the (texturepack).mcpack to .zip and Upload it to the texture packs folder but It didn't got installed in the server. I did the same for the Behaviour Packs and I got the same issue. Can someone help me?
 

Sleepybear

Moderator
Staff member
Behavior packs are not supported, as behaviors should be modified using plugins.

Resource packs are supported, and properly formatted packs can be placed in the resource_packs folder with .zip or .mcpack.
 

N1klasse

Member
Hi,
you have to put your ressource pack with a .zip file into /opt/nukkit/ressource_packs/

But you need this manifest.json

{
"header": {
"name":"#Name of the ressource pack#",
"description":"#description#",
"uuid":"00000000-0000-0000-0000-000000000000",
"version":[1,0,0]
},
"format_version":1,
"modules":[]
}


You can download it here:
 

Attachments

Last edited:

zzz1999

Member
i made a plugin , which create behavior_pack folder and you can put behavior pack file into this. but i have not release it.
 
Top