xZeroMCPE / SurvivalGames

A SurvivalGames plugin like no other
57 stars 29 forks source link

tf #75

Closed ChiefArtz closed 8 years ago

ChiefArtz commented 8 years ago

ClearSky Crash Dump Thu Feb 11 03:09:26 MST 2016

Error: syntax error, unexpected 'left' (T_STRING) File: /SurvivalGames.phar/src/Andre/SurvivalGame/Main Line: 183 Type: E_PARSE

THIS CRASH WAS CAUSED BY A PLUGIN

Code: [174] $sender->sendMessage("[{$this->getConfig()->get("prefix")}] $In-Match"); [175] return; [176] } [177] if(isset($this->players[$sender->getName()])) [178] {
[179] unset($this->players[$sender->getName()]); [180] $sender->setLevel($this->signlevel); [181] $sender->teleport($this->signlevel->getSpawnLocation()); [182] $sender->sendMessage("§b- §6Returning to lobby."); [183] $this->getServer()->broadcastMessage(TextFormat::YELLOW."$sender->getName()." left the game."); [184] $this->changeStatusSign(); [185] if($this->gameStatus==1 && count($this->players)<2) [186] { [187] $this->gameStatus=0; [188] $this->lastTime=0; [189] $Arena-Join == $this->getConfig()->get("Arena-Join"); [190] $event->getPlayer()->sendMessage("[{$this->getConfig()->get("prefix")}] $Arena-Join"); [191] /*foreach($this->players as $pl) [192] { [193] $p=$this->getServer()->getPlayer($pl["id"]);

Backtrace:

0 (): pocketmine\Server->crashDump(boolean)

PocketMine-MP version: 1.0dev #0 [Protocol 39; API 1.13.1] Git commit: 0000000000000000000000000000000000000000 uname -a: Linux mc24.vgmc.us 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64 PHP Version: 5.6.2 Zend version: 2.6.0 OS : Linux, linux

Loaded plugins:

EndreEndi commented 8 years ago

you opened server on linux?

ChiefArtz commented 8 years ago

no look the 183 line

xZeroMCPE commented 8 years ago

Fixing it as of now..

xZeroMCPE commented 8 years ago

Fixed, downnload the new release... other issues create a request thanks