Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when loading the plugin #105

Closed
xKurt opened this issue Jun 20, 2021 · 2 comments
Closed

Crash when loading the plugin #105

xKurt opened this issue Jun 20, 2021 · 2 comments

Comments

@xKurt
Copy link

xKurt commented Jun 20, 2021

[08:50:40] [Server thread/INFO]: Enabling BurgerSpawners v0.1.5
[08:50:40] [Server thread/CRITICAL]: Error: "Class 'JackMD\UpdateNotifier\UpdateNotifier' not found" (EXCEPTION) in "plugins/BurgerSpawners-master/src/Heisenburger69/BurgerSpawners/Main" at line 66
[08:50:40] [Server thread/CRITICAL]: #0 pmsrc/src/pocketmine/plugin/PluginBase(116): Heisenburger69\BurgerSpawners\Main->onEnable()
[08:50:40] [Server thread/CRITICAL]: #1 pmsrc/src/pocketmine/plugin/PluginManager(552): pocketmine\plugin\PluginBase->setEnabled(boolean 1)
[08:50:40] [Server thread/CRITICAL]: #2 pmsrc/src/pocketmine/Server(1785): pocketmine\plugin\PluginManager->enablePlugin(object Heisenburger69\BurgerSpawners\Main)
[08:50:40] [Server thread/CRITICAL]: #3 pmsrc/src/pocketmine/Server(1771): pocketmine\Server->enablePlugin(object Heisenburger69\BurgerSpawners\Main)
[08:50:40] [Server thread/CRITICAL]: #4 pmsrc/src/pocketmine/Server(1584): pocketmine\Server->enablePlugins(integer 1)
[08:50:40] [Server thread/CRITICAL]: #5 pmsrc/src/pocketmine/PocketMine(291): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[16] /home/container/, string[24] /home/container/plugins/)
[08:50:40] [Server thread/CRITICAL]: #6 pmsrc/src/pocketmine/PocketMine(321): pocketmine\server()
[08:50:40] [Server thread/CRITICAL]: #7 pmsrc(11): require(string[71] phar:///home/container/PocketMine-MP.phar/src/pocketmine/PocketMine.php)
[08:50:40] [Server thread/INFO]: Disabling BurgerSpawners v0.1.5

@xKurt
Copy link
Author

xKurt commented Jun 20, 2021

Using the latest version here on github:

already installed the virion here
It does work tbh ingame, but it doesn't stack the spawner and the mobs (already set to true in config) but it does spawn the mobs
one shot 1 kill doesnt work too

@varunbln
Copy link
Owner

You need to use the .phar provided on poggit. Dependency injections are handled by poggit, hence the missing UpdateNotifier class

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants