You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 24, 2018. It is now read-only.
ClearSky version: 1.1 #Cake Edition [Protocol 42; API 1.13.1]
uname -a: Linux localhost 3.4.67 #1 SMP PREEMPT Wed Mar 25 17:14:13 CST 2015 armv7l
PHP Version: 5.6.2
Zend version: 2.6.0
OS : Linux, android
Loaded plugins:
PocketMoney 4.0.1 by MinecrafterJPN, MinecrafterJPN for API(s) 1.10.0
PocketDockConsole 0.0.14 by humerusj for API(s) 1.0.0
ChestShop 2.0.1 by MinecrafterJPN, MinecrafterJPN for API(s) 1.10.0
RealTime 2.1.1 by Guillaume351 for API(s) 1.0.0
SignStatus 3.0.0 by xpyctum for API(s) 1.0.0
AdvertisingKick 1.0.0 by for API(s) 1.0.0
KitPro 4.1 by for API(s) 1.10.0
MSpawns 1.5 by EvolSoft for API(s) 1.11.0
ArmorSpawn 3.0b by LDX for API(s) 1.0.0, 2.0.0
iProtector 3.1b by LDX for API(s) 1.9.0, 2.0.0
PocketGuard 2.1.1 by MinecrafterJPN for API(s) 1.10.0
AdminJoin 1.3.1 by ZacHack for API(s) 1.12.0
BanItem 2.2 by LDX for API(s) 1.0.0, 2.0.0
TimerBan 2.1 by onebone for API(s) 1.2.0, 1.2.1
NightPVP 2.0.1 by Falk for API(s) 1.0.0
iFriend 1.0.4 by LilCrispy2o9/Angelo Vidrio for API(s) 1.11.0
TouchHome 2 by LDX for API(s) 1.1.0
NoDropsBlock 1.7.0 by Array for API(s) 1.6.0
IPLogger 1.3 by PEMapModder for API(s) 1.0.0
AfkKick 1.1 by XxDXM_hippiexX for API(s) 1.11.0, 1.13.0
iManager 1.1.0 by Gamecrafter for API(s) 1.10.0
SignShop 2.0.0build3 by xionbig, xionbig for API(s) 1.12.0
MassiveEconomy 1.0 R3 by EvolSoft for API(s) 1.9.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
EconomyAuction 2.0.2 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
EconomyCasino 2.0.2 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
EconomyJob 2.0.4 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
EconomyLand 2.0.9 by onebone for API(s) 1.12.0
EconomyProperty 2.0.6 by onebone for API(s) 1.12.0
EconomyPShop 2.0.2 by onebone for API(s) 1.12.0
EconomySell 2.0.7 by onebone for API(s) 1.12.0
EconomyShop 2.0.7 by onebone for API(s) 1.12.0
EconomyTax 2.0.3 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
EconomyUsury 1.0.1 by onebone for API(s) 1.12.0
SimpleAuth 1.7.1 by PocketMine Team, shoghicp for API(s) 1.12.0
MassiveEconomyExample 1 by EvolSoft for API(s) 1.4.0
EconomyPotionDispenser 0.0.2 by Khinenw for API(s) 1.12.0
EconomyAirport 2.0.4 by onebone for API(s) 1.12.0
HealthBar 1.0.0 by LegendOfMCPE for API(s) 1.0.0
The text was updated successfully, but these errors were encountered:
ClearSky Crash Dump Sun Mar 20 09:09:35 UTC 2016
Error: mkdir(): File exists
File: /plugin-621.phar/src/LDX/TouchHome/Main
Line: 147
Type: E_WARNING
THIS CRASH WAS CAUSED BY A PLUGIN
BAD PLUGIN: TouchHome v2
Code:
[138] unset($this->home[$p]);
[139] }
[140] }
[141] }
[142] public function saveHome($n) {
[143] $p = strtolower($n);
[144] $x = $this->home[$p]->getX();
[145] $y = $this->home[$p]->getY();
[146] $z = $this->home[$p]->getZ();
[147] @mkdir($this->getDataFolder() . "homes/");
[148] file_put_contents($this->getDataFolder() . "homes/$p.yml",yaml_emit(array("V" => 1.0,"X" => $x,"Y" => $y,"Z" => $z)));
[149] }
[150] public function homeExists($n) {
[151] $p = strtolower($n);
[152] $this->checkHome($p);
[153] if(isset($this->home[$p])) {
[154] return true;
[155] } else {
[156] return false;
[157] }
Backtrace:
#0 (): pocketmine\Server->crashDump(boolean)
ClearSky version: 1.1 #Cake Edition [Protocol 42; API 1.13.1]
uname -a: Linux localhost 3.4.67 #1 SMP PREEMPT Wed Mar 25 17:14:13 CST 2015 armv7l
PHP Version: 5.6.2
Zend version: 2.6.0
OS : Linux, android
Loaded plugins:
PocketMoney 4.0.1 by MinecrafterJPN, MinecrafterJPN for API(s) 1.10.0
PocketDockConsole 0.0.14 by humerusj for API(s) 1.0.0
ChestShop 2.0.1 by MinecrafterJPN, MinecrafterJPN for API(s) 1.10.0
RealTime 2.1.1 by Guillaume351 for API(s) 1.0.0
SignStatus 3.0.0 by xpyctum for API(s) 1.0.0
AdvertisingKick 1.0.0 by for API(s) 1.0.0
KitPro 4.1 by for API(s) 1.10.0
MSpawns 1.5 by EvolSoft for API(s) 1.11.0
ArmorSpawn 3.0b by LDX for API(s) 1.0.0, 2.0.0
iProtector 3.1b by LDX for API(s) 1.9.0, 2.0.0
PocketGuard 2.1.1 by MinecrafterJPN for API(s) 1.10.0
AdminJoin 1.3.1 by ZacHack for API(s) 1.12.0
BanItem 2.2 by LDX for API(s) 1.0.0, 2.0.0
TimerBan 2.1 by onebone for API(s) 1.2.0, 1.2.1
NightPVP 2.0.1 by Falk for API(s) 1.0.0
iFriend 1.0.4 by LilCrispy2o9/Angelo Vidrio for API(s) 1.11.0
TouchHome 2 by LDX for API(s) 1.1.0
NoDropsBlock 1.7.0 by Array for API(s) 1.6.0
IPLogger 1.3 by PEMapModder for API(s) 1.0.0
AfkKick 1.1 by XxDXM_hippiexX for API(s) 1.11.0, 1.13.0
iManager 1.1.0 by Gamecrafter for API(s) 1.10.0
SignShop 2.0.0build3 by xionbig, xionbig for API(s) 1.12.0
MassiveEconomy 1.0 R3 by EvolSoft for API(s) 1.9.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
EconomyAuction 2.0.2 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
EconomyCasino 2.0.2 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
EconomyJob 2.0.4 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
EconomyLand 2.0.9 by onebone for API(s) 1.12.0
EconomyProperty 2.0.6 by onebone for API(s) 1.12.0
EconomyPShop 2.0.2 by onebone for API(s) 1.12.0
EconomySell 2.0.7 by onebone for API(s) 1.12.0
EconomyShop 2.0.7 by onebone for API(s) 1.12.0
EconomyTax 2.0.3 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
EconomyUsury 1.0.1 by onebone for API(s) 1.12.0
SimpleAuth 1.7.1 by PocketMine Team, shoghicp for API(s) 1.12.0
MassiveEconomyExample 1 by EvolSoft for API(s) 1.4.0
EconomyPotionDispenser 0.0.2 by Khinenw for API(s) 1.12.0
EconomyAirport 2.0.4 by onebone for API(s) 1.12.0
HealthBar 1.0.0 by LegendOfMCPE for API(s) 1.0.0
The text was updated successfully, but these errors were encountered: