Muqsit / DimensionPortals

Adds nether and end portals (without nether and end generator) to PocketMine-MP
https://poggit.pmmp.io/ci/Muqsit/DimensionPortals/NetherPortal
Other
37 stars 6 forks source link

Class VanillaBlocks not found #4

Closed SandStorm-dev closed 4 years ago

SandStorm-dev commented 4 years ago

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 commented 4 years ago

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

SandStorm-dev commented 4 years ago

Can you give me the AllApiLoader download link?

Muqsit commented 4 years ago

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 commented 4 years ago

How i can fix

SandStorm-dev commented 4 years ago

Muqsit how i can fix