Closed Nerahikada closed 3 years ago
The plugin doesn't work due to API break in PMMP4.
Currently I am using https://github.com/pmmp/PocketMine-MP/commit/b2bab6c2fb87298c3d0aca544500ad63f897e930 . //copy doesn't work. (There are probably other features that are not available too.)
//copy
Console outputs when run //copy:
[03:01:20.965] [AsyncWorker#0 thread/CRITICAL]: Error: "Call to undefined method pocketmine\world\format\Chunk::getX()" (EXCEPTION) in "plugins/MagicWE2_v10.1.1/src/xenialdan/MagicWE2/selection/shape/Shape" at line 43 [03:01:20.969] [AsyncWorker#0 thread/CRITICAL]: #0 plugins/MagicWE2_v10.1.1/src/xenialdan/MagicWE2/task/AsyncCopyTask(69): xenialdan\MagicWE2\selection\shape\Shape::getChunkManager(array[1]) [03:01:20.971] [AsyncWorker#0 thread/CRITICAL]: #1 src/scheduler/AsyncTask(84): xenialdan\MagicWE2\task\AsyncCopyTask->onRun() [03:01:20.973] [AsyncWorker#0 thread/CRITICAL]: #2 (): pocketmine\scheduler\AsyncTask->run() [03:01:20.974] [Server thread/CRITICAL]: Could not execute asynchronous task AsyncCopyTask: Task crashed
The referenced commit seems to have nothing related
https://github.com/pmmp/PocketMine-MP/commit/c808095978d2699f49180230b747dc8167a2f1cf
Fixed, check palette branch
Fixed in https://github.com/thebigsmileXD/MagicWE2/commit/9cf30304a17593a2bc2c4c46f8d0b6e567c56f52
Description
The plugin doesn't work due to API break in PMMP4.
Currently I am using https://github.com/pmmp/PocketMine-MP/commit/b2bab6c2fb87298c3d0aca544500ad63f897e930 .
//copy
doesn't work. (There are probably other features that are not available too.)Console outputs when run
//copy
: