GenisysProPlugins / PluginRequests

Request Plugins To Be Modified To Work With GenisysPro Here
0 stars 0 forks source link

MyPlot Plugin #12

Closed xXRyzen closed 7 years ago

xXRyzen commented 7 years ago

Works with PMMP: Yes

Issue: [Server thread/CRITICAL]: ClassNotFoundException: "Class spoondetector\SpoonDetector not found" (EXCEPTION) in "/src/spl/BaseClassLoader" at line 144

Link to Git Repo: https://github.com/jasonwynn10/MyPlot

andris155 commented 7 years ago

Use poggit build: https://poggit.pmmp.io/ci/jasonwynn10/MyPlot/MyPlot

MasterOfTheRealm commented 7 years ago

Sorry guys away on vacation. i'll get everything done when i get back.

xXRyzen commented 7 years ago

@andris155 Crashes server with following error:

Error: Declaration of MyPlot\MyPlotGenerator::generateChunk(int $chunkX, int $chunkZ) must be compatible with pocketmine\level\generator\Generator::generateChunk($chunkX, $chunkZ) File: /MyPlot.phar/src/MyPlot/MyPlotGenerator Line: 0 Type: E_COMPILE_ERROR

THIS CRASH WAS CAUSED BY A PLUGIN BAD PLUGIN : MyPlot v1.1.6

Code: [1] <?php [2] namespace MyPlot; [3] [4] use pocketmine\block\Block; [5] use pocketmine\level\generator\Generator; [6] use pocketmine\level\ChunkManager; [7] use pocketmine\math\Vector3; [8] use pocketmine\utils\Random; [9] use pocketmine\level\Level; [10]