ElementZero icon indicating copy to clipboard operation
ElementZero copied to clipboard

How do i install Addons properly?

Open IshKaigen opened this issue 5 years ago • 3 comments

Im trying to install Addons by placing the Behavior and Resource packs inside their respective folders but the Server doesn't implement them. valid_known_packs.json does list both the Resource and Behavior packs but are nowhere to be found when i start the server up. Am i doing something wrong here?

IshKaigen avatar May 26 '20 23:05 IshKaigen

@IshKaigen Addons have to be installed onto the world before they will be used on the server.

SacriGrape avatar May 26 '20 23:05 SacriGrape

Im trying to install Addons by placing the Behavior and Resource packs inside their respective folders but the Server doesn't implement them. valid_known_packs.json does list both the Resource and Behavior packs but are nowhere to be found when i start the server up. Am i doing something wrong here?

you need to make sure you have experimental bool set to true in custom.yaml. Then run the server after making your changes, turn it off, then go back into custom.yaml and youll notice that you have more bools beneath the experimental string. In that section of custom.yaml, set "force experimental gameplay" to true ( and education feature if needed). Your world file needs to have the addon applied previously since you need the "world_resource_pack_history.json", "world_resource_packs.json", "world_behavior_pack_history.json", and "world_behavior_packs.json" (assuming the addon needs both a behavior and resource).

ambiennt avatar May 27 '20 03:05 ambiennt

Please may you comment the contents of both manifest.json files

Talark-Systems avatar May 27 '20 08:05 Talark-Systems