I save a players skin data in a config. But there is a problem. PHP: //Config is $conf$conf->set("data", $player->getSkinData());$conf->save();/*But it puts something in front of the real data. This: !!binary |- and some spacesDoes someone know why this happens? If I remove it manually the SkinData works. If you need more information please ask me*/
That's YAML's line break format, it isn't a PHP code being saved to config https://stackoverflow.com/questions/3790454/in-yaml-how-do-i-break-a-string-over-multiple-lines