LeinneSW / PureEntities

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

config.yml not valid #30

Closed Delimer closed 8 years ago

Delimer commented 8 years ago

I copy EntityManager_V2.6-php5.phar and create folder EntityManager with config.yml, drops.yml, spawner.yml and to config.yml copy example from readme. But plugin dont start. [EntityManager]Your config has been updated. Please check "config.yml" file and restart the server. [12:44:16] [Server thread/WARNING]: RuntimeException: "yaml_parse(): end of stream reached without finding document 0" (E_WARNING) in "/src/pocketmine/utils/Config" at line 143

Delimer commented 8 years ago

I change config.yml to this https://raw.githubusercontent.com/milk0417/EntityManager/master/resource/config.yml

And try restart... [12:48:19] [Server thread/INFO]: Enabling EntityManager v2.6 [12:48:19] [Server thread/WARNING]: RuntimeException: "yaml_parse(): end of stream reached without finding document 0" (E_WARNING) in "/src/pocketmine/utils/Config" at line 143 [12:48:19] [Server thread/INFO]: Disabling EntityManager v2.6 [12:48:19] [Server thread/WARNING]: RuntimeException: "yaml_parse(): end of stream reached without finding document 0" (E_WARNING) in "/src/pocketmine/utils/Config" at line 143

DarkWav commented 8 years ago

explaining how to fix config problems is slowly annoying me... Use this: EntityManager-Compiled

DarkWav commented 8 years ago

This should work with every MCPE php7 server. You want imagicalMine php7 for 0.13.2? Here is a .phar

Delimer commented 8 years ago

Thanks, helped. The new version of plugin only php7?

DarkWav commented 8 years ago

yes

DarkWav commented 8 years ago

here is a windows PHP7-PocketMine launcher:Download here is a linux PHP7-PocketMine launcherDownload here is a phar download for ImagicalMine-PHP7: Download here is a phar download for PocketMine-PHP7: Download

Delimer commented 8 years ago

Thanks for links.