We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2021-07-13 [19:03:23] [Server thread/CRITICAL]: InvalidStateException: "Tried to schedule task to disabled scheduler" (EXCEPTION) in "pmsrc/src/pocketmine/scheduler/TaskScheduler" at line 128 2021-07-13 [19:03:23] [Server thread/CRITICAL]: #0 pmsrc/src/pocketmine/scheduler/TaskScheduler(80): pocketmine\scheduler\TaskScheduler->addTask(object pocketmine\scheduler\ClosureTask, integer -1, integer 100) 2021-07-13 [19:03:23] [Server thread/CRITICAL]: #1 plugins/Vnish/src/superbobby/VanishV2/libs/muqsit/invmenu/InvMenuEventHandler(61): pocketmine\scheduler\TaskScheduler->scheduleRepeatingTask(object pocketmine\scheduler\ClosureTask, integer 100) 2021-07-13 [19:03:23] [Server thread/CRITICAL]: #2 plugins/Vnish/src/superbobby/VanishV2/libs/muqsit/invmenu/InvMenuHandler(55): superbobby\VanishV2\libs\muqsit\invmenu\InvMenuEventHandler->__construct(object superbobby\VanishV2\VanishV2) 2021-07-13 [19:03:23] [Server thread/CRITICAL]: #3 plugins/Vnish/src/superbobby/VanishV2/VanishV2(52): superbobby\VanishV2\libs\muqsit\invmenu\InvMenuHandler::register(object superbobby\VanishV2\VanishV2) 2021-07-13 [19:03:23] [Server thread/CRITICAL]: #4 pmsrc/src/pocketmine/plugin/PluginBase(116): superbobby\VanishV2\VanishV2->onEnable() 2021-07-13 [19:03:23] [Server thread/CRITICAL]: #5 pmsrc/src/pocketmine/plugin/PluginManager(552): pocketmine\plugin\PluginBase->setEnabled(boolean 1) 2021-07-13 [19:03:23] [Server thread/CRITICAL]: #6 pmsrc/src/pocketmine/Server(1785): pocketmine\plugin\PluginManager->enablePlugin(object superbobby\VanishV2\VanishV2) 2021-07-13 [19:03:23] [Server thread/CRITICAL]: #7 pmsrc/src/pocketmine/Server(1771): pocketmine\Server->enablePlugin(object superbobby\VanishV2\VanishV2) 2021-07-13 [19:03:23] [Server thread/CRITICAL]: #8 pmsrc/src/pocketmine/Server(1584): pocketmine\Server->enablePlugins(integer 1) 2021-07-13 [19:03:23] [Server thread/CRITICAL]: #9 pmsrc/src/pocketmine/PocketMine(291): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[16] /home/container/, string[24] /home/container/plugins/) 2021-07-13 [19:03:23] [Server thread/CRITICAL]: #10 pmsrc/src/pocketmine/PocketMine(321): pocketmine\server() 2021-07-13 [19:03:23] [Server thread/CRITICAL]: #11 pmsrc(11): require(string[71] phar:///home/container/PocketMine-MP.phar/src/pocketmine/PocketMine.php)
The text was updated successfully, but these errors were encountered:
don't run the plugin from source... use the phar instead https://poggit.pmmp.io/r/131819/VanishV2_dev-87.phar
Sorry, something went wrong.
No branches or pull requests
2021-07-13 [19:03:23] [Server thread/CRITICAL]: InvalidStateException: "Tried to schedule task to disabled scheduler" (EXCEPTION) in "pmsrc/src/pocketmine/scheduler/TaskScheduler" at line 128
2021-07-13 [19:03:23] [Server thread/CRITICAL]: #0 pmsrc/src/pocketmine/scheduler/TaskScheduler(80): pocketmine\scheduler\TaskScheduler->addTask(object pocketmine\scheduler\ClosureTask, integer -1, integer 100)
2021-07-13 [19:03:23] [Server thread/CRITICAL]: #1 plugins/Vnish/src/superbobby/VanishV2/libs/muqsit/invmenu/InvMenuEventHandler(61): pocketmine\scheduler\TaskScheduler->scheduleRepeatingTask(object pocketmine\scheduler\ClosureTask, integer 100)
2021-07-13 [19:03:23] [Server thread/CRITICAL]: #2 plugins/Vnish/src/superbobby/VanishV2/libs/muqsit/invmenu/InvMenuHandler(55): superbobby\VanishV2\libs\muqsit\invmenu\InvMenuEventHandler->__construct(object superbobby\VanishV2\VanishV2)
2021-07-13 [19:03:23] [Server thread/CRITICAL]: #3 plugins/Vnish/src/superbobby/VanishV2/VanishV2(52): superbobby\VanishV2\libs\muqsit\invmenu\InvMenuHandler::register(object superbobby\VanishV2\VanishV2)
2021-07-13 [19:03:23] [Server thread/CRITICAL]: #4 pmsrc/src/pocketmine/plugin/PluginBase(116): superbobby\VanishV2\VanishV2->onEnable()
2021-07-13 [19:03:23] [Server thread/CRITICAL]: #5 pmsrc/src/pocketmine/plugin/PluginManager(552): pocketmine\plugin\PluginBase->setEnabled(boolean 1)
2021-07-13 [19:03:23] [Server thread/CRITICAL]: #6 pmsrc/src/pocketmine/Server(1785): pocketmine\plugin\PluginManager->enablePlugin(object superbobby\VanishV2\VanishV2)
2021-07-13 [19:03:23] [Server thread/CRITICAL]: #7 pmsrc/src/pocketmine/Server(1771): pocketmine\Server->enablePlugin(object superbobby\VanishV2\VanishV2)
2021-07-13 [19:03:23] [Server thread/CRITICAL]: #8 pmsrc/src/pocketmine/Server(1584): pocketmine\Server->enablePlugins(integer 1)
2021-07-13 [19:03:23] [Server thread/CRITICAL]: #9 pmsrc/src/pocketmine/PocketMine(291): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[16] /home/container/, string[24] /home/container/plugins/)
2021-07-13 [19:03:23] [Server thread/CRITICAL]: #10 pmsrc/src/pocketmine/PocketMine(321): pocketmine\server()
2021-07-13 [19:03:23] [Server thread/CRITICAL]: #11 pmsrc(11): require(string[71] phar:///home/container/PocketMine-MP.phar/src/pocketmine/PocketMine.php)
The text was updated successfully, but these errors were encountered: