LeinneSW / PureEntities

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

How can I compile this plugin? #13

Closed DarkWav closed 8 years ago

DarkWav commented 8 years ago

if I try to compile it with devtools 1.10 , it doesn´t works and even devtools-api200 can´t do it, i have no idea how to load the source with Devtools-api200 or compile it.

DarkWav commented 8 years ago

I get this crash:

[15:16:15] system> Enabling DevTools vbleeding-x [15:16:15] system> 소스형 플러그인을 불러옵니다 EntityManager v3.0 Beta

Warning: Couldn't load source plugin EntityManager: main class not found in phar://C:/PocketMine/ImagicalMine-IC/plugins/DevTools-API200.phar/src/FolderPluginLoader/FolderPluginLoader.php on line 72 [15:16:15] critical> Could not load plugin 'EntityManager' [15:16:15] system> [DevTools] 소스형 플러그인 로더가 등록되었습니

DarkWav commented 8 years ago

found how to load it:

you must change in plugin.yml:

main: milk.entitymanager.EntityManager

to

main: milk/entitymanager/EntityManager