xZeroMCPE / SurvivalGames

A SurvivalGames plugin like no other
58 stars 28 forks source link

clearinv, remove it #76

Closed ChiefArtz closed 8 years ago

ChiefArtz commented 8 years ago

ClearSky Crash Dump Thu Feb 11 07:11:47 MST 2016

Error: Call to undefined method Andre\SurvivalGame\Main::ClearInv() File: /SurvivalGame.phar/src/Andre/SurvivalGame/Main Line: 450 Type: E_ERROR

THIS CRASH WAS CAUSED BY A PLUGIN BAD PLUGIN: SurvivalGame v1.0.9

Code: [441] { [442] return isset($this->players[$name]); [443] } [444]
[445] public function PlayerDeath(PlayerDeathEvent $event){ [446] if($this->gameStatus==3 || $this->gameStatus==4) [447] { [448] if(isset($this->players[$event->getEntity()->getName()])) [449] {

[451] unset($this->players[$event->getEntity()->getName()]); [452] if(count($this->players)>1) [453] { [454] $this->sendMessage("§c{$event->getEntity()->getName()} died."); [455] $event->getPlayer()->sendMessage("§bPlayers left: §6".count($this->players)); [456] $event->getPlayer()->sendMessage("§bTime remaining: §6".$this->lastTime." §bseconds."); [457] } [458] $this->changeStatusSign(); [459] } [460]

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: AlwaysSpawn 2.2.2 by Philip Shilling for API(s) 1.12.0 ClearLagg 1.1.0 by LegendOfMCPE for API(s) 1.0.0 ASR 2.0.2 by iJoshuaHD for API(s) 1.12.0 LiveSigns 1.2.1 by aliuly for API(s) 1.12.0 InventoryClear 1.3 by CrazedMiner for API(s) 1.11.0 MSpawns 1.5 by EvolSoft for API(s) 1.11.0 FChestReset 1.0.0(English) by FENGberd for API(s) 1.0.0 Broadcaster 1.16 by EvolSoft for API(s) 1.12.0 PurePerms 1.2.2 by 64FF00 for API(s) 1.12.0 WorldProtect 2.2.0 by aliuly for API(s) 1.10.0, 1.12.0 ManyWorlds 2.0.3 by aliuly for API(s) 1.10.0 EconomyAPI 2.0.9 by onebone for API(s) 1.0.0, 1.1.0, 1.2.0, 1.2.1, 1.3.0, 1.3.1, 1.4.0, 1.4.1 SurvivalGame 1.0.9 by AndreTheGamer for API(s) 1.0.0 TimeCommander 2 by LDX for API(s) 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0 SimpleAuth 1.7.1 by PocketMine Team, shoghicp for API(s) 1.12.0 CustomAlerts 1.6 by EvolSoft for API(s) 1.12.0 iProtector 3.1a by LDX for API(s) 1.9.0 Slapper 1.2.9 by jojoe77777 for API(s) 1.12.0 HealthBar 1.0 by SavionLegendZzz for API(s) 1.0.0 MHelpModifer 2 by MCrafters for API(s) 1.0.0 SimpleAuthHelper 2.0.4 by aliuly for API(s) 1.12.0 PureChat 1.3.3 by 64FF00 for API(s) 1.11.0

xZeroMCPE commented 8 years ago

K, will be removing it. There should be an update today fixing this issue. I"ll let you know through this issue page when the new release is up. :)

xZeroMCPE commented 8 years ago

Just got fixed, download the new release.... Any other bugs please create a new issue.