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

Class VanillaBlocks not found #4

Closed
SandStorm-dev opened this issue May 14, 2020 · 5 comments
Closed

Class VanillaBlocks not found #4

SandStorm-dev opened this issue May 14, 2020 · 5 comments
Labels
invalid This doesn't seem right

Comments

@SandStorm-dev
Copy link

2020-05-14 [20:42:13] [Server thread/CRITICAL]: Error: "Class 'pocketmine\block\VanillaBlocks' not found" (EXCEPTION) in "plugins/DimensionPortals-master/src/muqsit/dimensionportals/exoblock/ExoBlockFactory" at line 28
2020-05-14 [20:42:13] [Server thread/DEBUG]: #0 plugins/DimensionPortals-master/src/muqsit/dimensionportals/exoblock/ExoBlockFactory(23): muqsit\dimensionportals\exoblock\ExoBlockFactory::initNether(object pocketmine\utils\Config)
2020-05-14 [20:42:13] [Server thread/DEBUG]: #1 plugins/DimensionPortals-master/src/muqsit/dimensionportals/Loader(15): muqsit\dimensionportals\exoblock\ExoBlockFactory::init(object muqsit\dimensionportals\Loader)
2020-05-14 [20:42:13] [Server thread/DEBUG]: #2 src/pocketmine/plugin/PluginBase(115): muqsit\dimensionportals\Loader->onEnable()
2020-05-14 [20:42:13] [Server thread/DEBUG]: #3 src/pocketmine/plugin/PluginManager(541): pocketmine\plugin\PluginBase->setEnabled(boolean 1)
2020-05-14 [20:42:13] [Server thread/DEBUG]: #4 src/pocketmine/Server(1783): pocketmine\plugin\PluginManager->enablePlugin(object muqsit\dimensionportals\Loader)
2020-05-14 [20:42:13] [Server thread/DEBUG]: #5 src/pocketmine/Server(1769): pocketmine\Server->enablePlugin(object muqsit\dimensionportals\Loader)
2020-05-14 [20:42:13] [Server thread/DEBUG]: #6 src/pocketmine/Server(1582): pocketmine\Server->enablePlugins(integer 1)
2020-05-14 [20:42:13] [Server thread/DEBUG]: #7 src/pocketmine/PocketMine(272): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[14] /root/zeldris/, string[22] /root/zeldris/plugins/)
2020-05-14 [20:42:13] [Server thread/DEBUG]: #8 src/pocketmine/PocketMine(295): pocketmine\server()
2020-05-14 [20:42:13] [Server thread/DEBUG]: #9 (11): require(string[69] phar:///root/server/PocketMine-MP.phar/src/pocketmine/PocketMine.php)

@Muqsit
Copy link
Owner

Muqsit commented May 14, 2020

This is why you shouldn't bump the API version and assume plugins will automatically start working, or use an AllAPILoader.

@Muqsit Muqsit closed this as completed May 14, 2020
@Muqsit Muqsit added the invalid This doesn't seem right label May 14, 2020
@SandStorm-dev
Copy link
Author

Can you give me the AllApiLoader download link?

@Muqsit
Copy link
Owner

Muqsit commented May 14, 2020

No. I mean do not use an AllAPILoader, nor bump the plugin api version. Both of them aren't going to solve your issue and are instead going to cause you more bugs.

@SandStorm-dev
Copy link
Author

How i can fix

@SandStorm-dev
Copy link
Author

Muqsit how i can fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants