Warning: mkdir(): No such file or directory in myzip:///home/sky/plugins/essentialsoffical.zip#src/EssentialsPE/Loader.php on line 843 Warning: mkdir(): No such file or directory in myzip:///home/sky/plugins/essentialsoffical.zip#src/EssentialsPE/Loader.php on line 846 Warning: file_put_contents(/home/sky/plugins/EssentialsPE/Sessions/a/adisoneking.session): failed to open stream: No such file or directory in phar:///home/sky/PocketMine-MP.phar/src/pocketmine/utils/Config.php on line 208 [09:38:45] [Server thread/NOTICE]: Player data not found for "adisoneking", creating new profile Warning: file_put_contents(/home/sky/plugins/SkyBlock/users/adisoneking.json): failed to open stream: No such file or directory in phar:///home/sky/PocketMine-MP.phar/src/pocketmine/utils/Config.php on line 208 [09:38:45] [Server thread/INFO]: AdisoneKinG[/87.206.52.141:19133] [ClientID: -8996364606815359325] logged in with entity id 1 at (world, 119, 5, 135) Warning: file_put_contents(/home/sky/plugins/SkyBlock/users/adisoneking.json): failed to open stream: No such file or directory in phar:///home/sky/PocketMine-MP.phar/src/pocketmine/utils/Config.php on line 208 Warning: file_put_contents(/home/sky/plugins/PureChat/config.yml): failed to open stream: No such file or directory in phar:///home/sky/PocketMine-MP.phar/src/pocketmine/utils/Config.php on line 208 Warning: mkdir(): Permission denied in phar:///home/sky/PocketMine-MP.phar/src/pocketmine/plugin/PluginBase.php on line 206 Warning: mkdir(): Permission denied in phar:///home/sky/PocketMine-MP.phar/src/pocketmine/plugin/PluginBase.php on line 207 Warning: fopen(/home/sky/plugins/PurePerms/groups.yml): failed to open stream: No such file or directory in phar:///home/sky/PocketMine-MP.phar/src/pocketmine/plugin/PluginBase.php on line 214 Warning: stream_copy_to_stream() expects parameter 2 to be resource, boolean given in phar:///home/sky/PocketMine-MP.phar/src/pocketmine/plugin/PluginBase.php on line 214 Warning: fclose() expects parameter 1 to be resource, boolean given in phar:///home/sky/PocketMine-MP.phar/src/pocketmine/plugin/PluginBase.php on line 215 Warning: file_put_contents(/home/sky/plugins/PurePerms/groups.yml): failed to open stream: No such file or directory in phar:///home/sky/PocketMine-MP.phar/src/pocketmine/utils/Config.php o
Assuming you are using a linux distro to host your server (because why would someone use a /home/ directory on windows?)... the answer is as simple as Code: chmod .
As people have hinted above, it looks like the user under which PocketMine is running does not have the correct permissions for your plugin directory. Use ls -al in your PocketMine directory to view the owner and group for each file and folder, and go from there. Or reinstall everything following @Intyre's official installation instructions.