inxomnyaa / gameapi

API for easily creating PocketMine games
https://poggit.pmmp.io/ci/thebigsmileXD/gameapi/~
GNU General Public License v3.0
25 stars 7 forks source link

Virion does not load #8

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hello! SO, recently I started using the GAMEAPI. I installed xBedWars (by you) to look at some source code and learn new things. I tried to load it but got the error to use this plugin. I am running PocketMine - MP 3.9.5, PHP 7.2 Windows, and Windows 7. I installed this but it would not load. Please fix this. The version I am uing:

llakas

inxomnyaa commented 4 years ago

I cannot fully see the error. Can you please send the console output/log?

Have you installed the apibossbar virion also? It is a dependency of gameapi, i cannot see it in your virion folder

ghost commented 4 years ago

It has no error.. It just does not load. And, yeah, I have the latest version from apibossbar from poggit. I'm using 3.9.7 and php 7.2 obviously. P.S. Sorry for the late reply, I get tons of emails so I was just scrolling down and saw the GH notification. Thanks!

inxomnyaa commented 4 years ago

Maybe the xbedwars release uses older versions to run, not sure though.

Do you have DEVirion installed? Do other virions load? Does not look like it from the screenshot.

There is also a little issue on API 3.9 due to plugin load order - you might need to add softdepend: DEVirion into plugin.yml to fix the load order causing crashes, blame dktapps

ghost commented 4 years ago

Yeah, I'll try that. I don't have DEVirion installed, never felt the need to have it somehow. I'll install it, add the dependency to the code, and test it again. I'll also try my best to fix stuff myself, but will inform you just in case you think I broke anything myself XD. GN/GM!

inxomnyaa commented 4 years ago

Closing as DEVirion is necessary to load virions when running from source