LeinneSW / PureEntities

A plugin to implements entities in pmmp
GNU Lesser General Public License v3.0
87 stars 38 forks source link

Not find the Config #22

Closed Erkam246 closed 8 years ago

Erkam246 commented 8 years ago

Not generate a config file and this error

10.02 17:01:54 [Server] INFO Warning: file_put_contents(/plugins/EntityManager/drops.yml): failed to open stream: No such file or directory in phar:///imagicalmine_php7.phar/src/pocketmine/utils/Config.php on line 213 10.02 17:01:54 [Server] INFO Warning: file_put_contents(/plugins/EntityManager/spawner.yml): failed to open stream: No such file or directory in phar:///imagicalmine_php7.phar/src/pocketmine/utils/Config.php on line 213 10.02 17:01:54 [Server] INFO Warning: file_put_contents(/plugins/EntityManager/config.yml): failed to open stream: No such file or directory in phar:///imagicalmine_php7.phar/src/pocketmine/utils/Config.php on line 213 10.02 17:01:54 [Server] INFO [16:01:54] system> Enabling EntityManager v2.6

DarkWav commented 8 years ago

you must create a folder called "EntityManager in your plugins folder, then the config is being generated.

Should be closed.