[Server thread/CRITICAL]: Could not load resource pack "nethergames.zip": manifest.json is missing required fieldsformat_version, header and modules to manifest.jsonmetadata to manifest.jsonhttps://github.com/pmmp/PocketMine-MP/blob/master/src/resourcepacks/json/Manifest.php
is missing optional metadata
https://github.com/pmmp/PocketMine-MP/blob/70b0d832583c162484458e1ef4dbc70c174ea7b4/src/resourcepacks/ZippedResourcePack.php#L111-L116
Throws misleading error ("missing required fields" at any time)
https://github.com/pmmp/PocketMine-MP/blob/70b0d832583c162484458e1ef4dbc70c174ea7b4/src/resourcepacks/ZippedResourcePack.php#L113
Can not map successfully and throws JsonMapper_Exception if additional fields are provided
Plugins (4): DEVirion v1.2.5-ALPHA13, DevTools v1.15.0+dev, FormImagesFix v0.0.1, xendevtools2 v0.0.0
Is the metadata field an officially accepted thing? There's no spec on this stuff so I'm never sure.
Thanks, I didn't know that documentation existed.
Fixed by 07dc0f2dd56c07b3c52e6bec976e12ad8b071250.