Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.15.x Support #54

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open

0.15.x Support #54

wants to merge 21 commits into from

Conversation

va2ron1
Copy link

@va2ron1 va2ron1 commented Jul 13, 2016

No description provided.

@SalmonDE
Copy link

Well, it's awesome but it's only compatible with Genisys and not PocketMine
and this plugin is for PocketMine

@va2ron1
Copy link
Author

va2ron1 commented Jul 15, 2016

I've been testing this on PocketMine too and also works. If something wrong post it so I can fix it.

@SalmonDE
Copy link

SalmonDE commented Jul 15, 2016

There is no addInterface function in the Server.php file of PocketMine.
Perhaps it was there but the newest code doesn't have it

@SalmonDE
Copy link

image

@bahnfrei
Copy link

Tried to get this plugin to work with latest pocketmine version, but without success. Do you have any hints?

[12:45:29] [Server thread/INFO]: Loading pocketmine.yml...
[12:45:29] [Server thread/INFO]: Loading server properties...
[12:45:29] [Server thread/INFO]: Selected English (eng) as the base language
[12:45:29] [Server thread/INFO]: Starting Minecraft: PE server version v0.15.0.0 alpha
[12:45:30] [Server thread/INFO]: Opening server on 0.0.0.0:19132
[12:45:30] [Server thread/INFO]: This server is running PocketMine-MP version 1.6dev "[REDACTED]" (API 2.0.0)
[12:45:30] [Server thread/INFO]: PocketMine-MP is distributed under the LGPL License
[12:45:33] [Server thread/INFO]: Loading recipes...
[12:45:35] [Server thread/ERROR]: Could not load plugin 'BigBrother': Incompatible API version
[12:45:36] [Server thread/INFO]: Preparing level "world"
[12:45:41] [Server thread/INFO]: Starting GS4 status listener
[12:45:41] [Server thread/INFO]: Setting query port to 19132
[12:45:41] [Server thread/INFO]: Query running on 0.0.0.0:19132
[12:45:41] [Server thread/INFO]: Default game type: Survival Mode

@SalmonDE
Copy link

SalmonDE commented Jul 15, 2016

@bahnfrei update API version in the plugin.yml file

@bahnfrei
Copy link

Thanks for your fast reply. It's loading know, but i run into the same issue as @salmonger:

[13:30:52] [Server thread/INFO]: Loading pocketmine.yml...
[13:30:52] [Server thread/INFO]: Loading server properties...
[13:30:52] [Server thread/INFO]: Selected English (eng) as the base language
[13:30:52] [Server thread/INFO]: Starting Minecraft: PE server version v0.15.0.0 alpha
[13:30:52] [Server thread/INFO]: Opening server on 0.0.0.0:19132
[13:30:53] [Server thread/INFO]: This server is running PocketMine-MP version 1.6dev "[REDACTED]" (API 2.0.0)
[13:30:53] [Server thread/INFO]: PocketMine-MP is distributed under the LGPL License
[13:30:55] [Server thread/INFO]: Loading recipes...
[13:30:58] [Server thread/INFO]: Loading BigBrother v1.5.0-beta
[13:30:59] [Server thread/INFO]: Enabling BigBrother v1.5.0-beta
[13:30:59] [Server thread/INFO]: [BigBrother] Server is being started in the background
[13:31:00] [Server thread/INFO]: Preparing level "world"
[13:31:00] [Asynchronous Worker #2 thread/INFO]: [BigBrother] Generating keypair
[13:31:05] [Server thread/INFO]: Starting GS4 status listener
[13:31:05] [Server thread/INFO]: Setting query port to 19132
[13:31:05] [Server thread/INFO]: Query running on 0.0.0.0:19132
[13:31:05] [Server thread/INFO]: Default game type: Survival Mode
[13:31:05] [Server thread/INFO]: Done (14.249s)! For help, type "help" or "?"
[13:31:05] [Server thread/INFO]: [BigBrother] Starting Minecraft: PC server on *:25565 version 1.8
[13:31:07] [Server thread/CRITICAL]: Error: "Call to undefined method pocketmine\Server::addInterface()" (EXCEPTION) in "/BigBrother-b1b1c048bd5428405ee0c442321a25a5fccb1b5d_fMIaIyV84LIn5tM.phar/src/shoghicp/BigBrother/BigBrother" at line 119
[13:31:07] [Server thread/EMERGENCY]: An unrecoverable error has occurred and the server has crashed. Creating a crash dump
[13:31:07] [Server thread/EMERGENCY]: Please upload the "/home/osmc/projects/pocketmine/CrashDump_Fri_Jul_15-13.31.07-CEST_2016.log" file to the Crash Archive and submit the link to the Bug Reporting page. Give as much info as you can.
[13:31:07] [Server thread/INFO]: Disabling BigBrother v1.5.0-beta
[13:31:07] [Server thread/CRITICAL]: Error: "Call to undefined method pocketmine\Server::removeInterface()" (EXCEPTION) in "/BigBrother-b1b1c048bd5428405ee0c442321a25a5fccb1b5d_fMIaIyV84LIn5tM.phar/src/shoghicp/BigBrother/BigBrother" at line 143
[13:31:08] [Server thread/INFO]: Unloading level "world"
Killed

@SalmonDE
Copy link

@va2ron1 Looks like it's confirmed that this pr doesn't make it work for PocketMine

@ghost
Copy link

ghost commented Jul 15, 2016

Doeant work,crahses genisys latest,after player move
Crashdump;
Genisys Crash Dump Fri Jul 15 01:55:52 CST 2016

Error: Call to a member function getUniqueId() on null
File: /phar_BigBrother-master_ka7N14BoFXRbqEy.phar/src/shoghicp/BigBrother/network/translation/TranslatorProtocol
Line: 532
Type: notice

THIS CRASH WAS CAUSED BY A PLUGIN
BAD PLUGIN : BigBrother v1.5.0-beta

Code:
[523] return $packets;
[524] }
[525]
[526] case Info::ADD_PLAYER_PACKET:
[527] $packets = [];
[528] $packetplayer = $player->getServer()->getPlayerExact($packet->username);
[529] $pk = new PlayerListPacket();
[530] $pk->actionID = PlayerListPacket::TYPE_ADD;
[531] $pk->players[] = [
[532] $packetplayer->getUniqueId()->toBinary(),
[533] $packetplayer->getName(),
[534] [],
[535] $packetplayer->getGamemode(),
[536] 0,
[537] false,
[538] ];
[539]
[540] $packets[] = $pk;
[541] $pk = new SpawnPlayerPacket();
[542] $pk->eid = $packet->eid;

Backtrace:
#0 /src/pocketmine/Player(1166): shoghicp\BigBrother\network\ProtocolInterface->putPacket(shoghicp\BigBrother\DesktopPlayer DesktopPlayer(112), pocketmine\network\protocol\AddPlayerPacket object, boolean , boolean )
#1 /Slapper_v1.2.9.7.phar/src/slapper/entities/SlapperHuman(36): pocketmine\Player->dataPacket(pocketmine\network\protocol\AddPlayerPacket object)
#2 /src/pocketmine/entity/Entity(1624): slapper\entities\SlapperHuman->spawnTo(shoghicp\BigBrother\DesktopPlayer DesktopPlayer(112))
#3 /src/pocketmine/level/format/generic/BaseFullChunk(149): pocketmine\entity\Entity->spawnToAll(boolean)
#4 /src/pocketmine/level/Level(2795): pocketmine\level\format\generic\BaseFullChunk->initChunk(boolean)
#5 /src/pocketmine/level/Level(2349): pocketmine\level\Level->loadChunk(integer 6, integer 7, boolean 1)
#6 /src/pocketmine/level/Level(3068): pocketmine\level\Level->getChunk(integer 6, integer 7, boolean 1)
#7 /phar_BigBrother-master_ka7N14BoFXRbqEy.phar/src/shoghicp/BigBrother/DesktopPlayer(141): pocketmine\level\Level->populateChunk(integer 6, integer 7)
#8 /src/pocketmine/Player(2042): shoghicp\BigBrother\DesktopPlayer->sendNextChunk(boolean)
#9 /src/pocketmine/Server(2990): pocketmine\Player->checkNetwork(boolean)
#10 /src/pocketmine/Server(2681): pocketmine\Server->tick(boolean)
#11 /src/pocketmine/Server(2559): pocketmine\Server->tickProcessor(boolean)
#12 /src/pocketmine/Server(2124): pocketmine\Server->start(boolean)
#13 /src/pocketmine/PocketMine(467): pocketmine\Server->__construct(pocketmine\CompatibleClassLoader object, pocketmine\utils\MainLogger object, string phar:///storage/emulated/0/PocketMine/PocketMine-MP.phar/, string /storage/emulated/0/PocketMine/, string /storage/emulated/0/PocketMine/plugins/, string unknown)
#14 (1): require_once(string phar:///storage/emulated/0/PocketMine/PocketMine-MP.phar/src/pocketmine/PocketMine.php)

Genisys version: 1.2dev #635 [Protocol 81; API 2.0.0]
uname -a: Linux localhost 3.10.0-3095464 #2 SMP PREEMPT Sat Oct 25 17:37:07 KST 2014 armv7l
PHP version: 7.0.3
Zend version: 3.0.0
OS : Linux, android

Server uptime: 38 minutes 17 seconds
Number of loaded worlds: 16
Players online: 1/150

Loaded plugins:
AntiSpam 1.3 by xBeastMode for API(s) 2.0.0
ChatCensor 1.4 by EvolSoft for API(s) 1.9.0
CTF_DODO 1.1.0 by KaitoDoDo for API(s) 1.0.0, 1.1.0, 2.0.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
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
EconomySell 2.0.7 by onebone for API(s) 1.12.0
EconomyShop 2.0.7 by onebone for API(s) 1.12.0
EntityManager 2.7 by milk0417 for API(s) 2.0.0, 1.14.0
fireworks 1 by frago for API(s) 1.12.0
Fly 0.0.1 by Jack Noordhuis for API(s) 1.13.0
HungerGamesDoDo 3.0.0 by KaitoDoDo for API(s) 1.0.0, 1.1.0, 2.0.0
Informacion 1.0.0 by noob for API(s) 1.4.0
ItemCMD 1 by TonyDroidd for API(s) 1.12.0
itemID_DoDo 1.1.0 by KaitoDoDo for API(s) 1.0.0, 1.1.0, 2.0.0
KillMoney 1.8 by KillMoney for API(s) 1.8.0
Kits 0.1 by RedstoneAlmeida for API(s) 1.13.0, 1.13.1, 2.0.0
LobbySpawnDoDo 1.0.0 by KaitoDoDo for API(s) 1.0.0, 2.0.0
ManyWorlds 2.0.3 by aliuly for API(s) 2.0.0
MysU&GlxPet 1.0.4 by Adam1609&Justin //soul1st is support code not author for API(s) 2.0.0
NewYear 1 by frago for API(s) 1.12.0
PARTICLE 1 by particle for API(s) 1.12.0
Pets 1.0.4 by Adam1609&Justin //soul1st is support code not author for API(s) 2.0.0
DisableHunger 1.0.0 by SalmonDE for API(s) 2.0.0
SignPortal 1.1.2 by 99leonchang for API(s) 1.3.1
TimeCommander 2.1 by LDX for API(s) 1.0.0, 2.0.0
MSpawns 1.5 by EvolSoft for API(s) 1.11.0
iProtector 3.1b by LDX for API(s) 1.9.0, 2.0.0
PurePerms 1.3.7 by 64FF00 & ProjectInfinity for API(s) 1.13.0, 2.0.0
EasyMessages 1.2.0 by Gamecrafter for API(s) 1.12.0
1vs1 0.0.5 by for API(s) 1.0.0, 1.1.0
PmChair 1.2 by maru for API(s) 1.12.0, 1.13.0, 2.0.0
PureEntities 1.0 by milk0417 for API(s) 2.0.0, 1.14.0
SkyWarsDoDo 1.5.0 Reloaded_ENGLISH by KaitoDoDo for API(s) 1.0.0, 1.1.0, 2.0.0
Slapper 1.2.9.7 by jojoe77777 for API(s) 2.0.0
SmashDoDo 2.0.0 ENG by KaitoDoDo for API(s) 1.0.0, 2.0.0
SpawnWithItems 2.1 by LDX for API(s) 1.1.0, 2.0.0
TapToDo 2.2.1 by Falk for API(s) 1.0.0
TransformMob 0.1 by syuto, syuto for API(s) 1.11.0
WorldGM 9 by Exxarion for API(s) 1.12.0, 1.13.0
xRulesx 1.0.0 by xFlare for API(s) 1.8.0
MyPlot 1 by Wies and Exxarion for API(s) 1.0.0
SimpleWarp 2.1.0 by Falkirks for API(s) 1.12.0
PureChat 1.3.3 by 64FF00 for API(s) 1.11.0
WalkingParticles 2.2.4 by hoyinm14mc for API(s) 1.13.0, 1.13.1, 1.14.0
BigBrother 1.5.0-beta by shoghicp for API(s) 1.10.0

@ghost
Copy link

ghost commented Jul 15, 2016

Im using latest version

@ghost
Copy link

ghost commented Jul 15, 2016

Of that big brother plugun

@va2ron1
Copy link
Author

va2ron1 commented Jul 15, 2016

Check Now!

@ghost
Copy link

ghost commented Jul 15, 2016

Thx

@ghost
Copy link

ghost commented Jul 15, 2016

Ill test it tomrow bc ,i gtg ,parents put limits on my pc and etc,but thx,and if it doesnt work ,idk why ill be here to put it ,thx 4 helpinh

@MrDoni98
Copy link

Error: Call to a member function getUniqueId() on null
File: /BigBrother-master/src/shoghicp/BigBrother/network/translation/TranslatorProtocol

@va2ron1
Copy link
Author

va2ron1 commented Jul 16, 2016

@MrDoni98 What version of PocketMine are you using?

@ghost
Copy link

ghost commented Jul 16, 2016

[22:57:22] [Server thread/INFO]: 

       PocketMine-iTX Genisys is a fork of PocketMine-MP, made by iTX Technologies LLC.
       Version: 1.2dev-635
       Target client Version: v0.15.0 alpha
       Latest source code is available at https://github.com/iTXTech/Genisys
       Donate link: http://pl.zxda.net/plugins/203.html

[22:57:22] [Server thread/INFO]: Loading pocketmine.yml...
[22:57:22] [Server thread/INFO]: Loading genisys.yml...
[22:57:23] [Server thread/INFO]: Loading server properties...
[22:57:23] [Server thread/INFO]: Selected English (eng) as the base language
[22:57:23] [Server thread/INFO]: Starting Minecraft: PE server version v0.15.0 alpha
[22:57:23] [Server thread/INFO]: Opening server on 0.0.0.0:19132
[22:57:23] [Server thread/INFO]: This server is running Genisys version 1.2dev-635 "Kyrios" (API 2.0.0)
[22:57:23] [Server thread/INFO]: Genisys is distributed under the GPL License version 3 and later
[22:57:26] [Server thread/ERROR]: Could not load '/storage/emulated/0/PocketMine/plugins/phar_CosmeticMenu-master_unRyfOarERG9W_R.phar' in folder '/storage/emulated/0/PocketMine/plugins/': phar "/storage/emulated/0/PocketMine/plugins/phar_CosmeticMenu-master_unRyfOarERG9W_R.phar" SHA1 signature could not be verified: broken signature
[22:57:26] [Server thread/CRITICAL]: UnexpectedValueException: "phar "/storage/emulated/0/PocketMine/plugins/phar_CosmeticMenu-master_unRyfOarERG9W_R.phar" SHA1 signature could not be verified: broken signature" (EXCEPTION) in "/src/pocketmine/plugin/PharPluginLoader" at line 85

Warning: yaml_parse(): end of stream reached without finding document 0 in phar:///storage/emulated/0/PocketMine/PocketMine-MP.phar/src/pocketmine/plugin/PluginDescription.php on line 53
[22:57:26] [Server thread/ERROR]: Could not load '/storage/emulated/0/PocketMine/plugins/phar_BugEater-master_8NxNWqHbcrrZ88y.phar' in folder '/storage/emulated/0/PocketMine/plugins/': Argument 1 passed to pocketmine\plugin\PluginDescription::loadMap() must be of the type array, boolean given, called in phar:///storage/emulated/0/PocketMine/PocketMine-MP.phar/src/pocketmine/plugin/PluginDescription.php on line 53
[22:57:26] [Server thread/CRITICAL]: TypeError: "Argument 1 passed to pocketmine\plugin\PluginDescription::loadMap() must be of the type array, boolean given, called in phar:///storage/emulated/0/PocketMine/PocketMine-MP.phar/src/pocketmine/plugin/PluginDescription.php on line 53" (EXCEPTION) in "/src/pocketmine/plugin/PluginDescription" at line 61
[22:57:26] [Server thread/INFO]: Loading AntiSpam v1.3
[22:57:26] [Server thread/INFO]: Loading ChatCensor v1.4
[22:57:26] [Server thread/INFO]: Loading CTF_DODO v1.1.0
[22:57:26] [Server thread/INFO]: Loading EconomyAPI v2.0.9
[22:57:26] [Server thread/INFO]: Loading EconomyAuction v2.0.2
[22:57:26] [Server thread/INFO]: Loading EconomyJob v2.0.4
[22:57:26] [Server thread/INFO]: Loading EconomySell v2.0.7
[22:57:26] [Server thread/INFO]: Loading EconomyShop v2.0.7
[22:57:26] [Server thread/INFO]: Loading EntityManager v2.7
[22:57:26] [Server thread/INFO]: Loading fireworks v1
[22:57:26] [Server thread/INFO]: Loading Fly v0.0.1
[22:57:26] [Server thread/INFO]: Loading HungerGamesDoDo v3.0.0
[22:57:26] [Server thread/INFO]: Loading Informacion v1.0.0
[22:57:26] [Server thread/INFO]: Loading ItemCMD v1
[22:57:26] [Server thread/INFO]: Loading itemID_DoDo v1.1.0
[22:57:27] [Server thread/INFO]: Loading KillMoney v1.8
[22:57:27] [Server thread/INFO]: [KillMoney] KillMoney activado
[22:57:27] [Server thread/INFO]: Loading Kits v0.1
[22:57:27] [Server thread/INFO]: Loading LobbySpawnDoDo v1.0.0
[22:57:27] [Server thread/INFO]: Loading ManyWorlds v2.0.3
[22:57:27] [Server thread/INFO]: Loading MysU&GlxPet v1.0.4
[22:57:27] [Server thread/INFO]: Loading NewYear v1
[22:57:27] [Server thread/INFO]: Loading PARTICLE v1
[22:57:27] [Server thread/INFO]: Loading Pets v1.0.4
[22:57:27] [Server thread/INFO]: Loading DisableHunger v1.0.0
[22:57:27] [Server thread/INFO]: Loading SignPortal v1.1.2
[22:57:27] [Server thread/INFO]: Loading TimeCommander v2.1
[22:57:27] [Server thread/INFO]: Loading MSpawns v1.5
[22:57:27] [Server thread/INFO]: Loading iProtector v3.1b
[22:57:27] [Server thread/INFO]: Loading PurePerms v1.3.7
[22:57:27] [Server thread/NOTICE]: PurePerms by 64FF00 & ProjectInfinity! #LEET.CC

  888  888    .d8888b.      d8888  8888888888 8888888888 .d8888b.   .d8888b. 
  888  888   d88P  Y88b    d8P888  888        888       d88P  Y88b d88P  Y88b
888888888888 888          d8P 888  888        888       888    888 888    888
  888  888   888d888b.   d8P  888  8888888    8888888   888    888 888    888
  888  888   888P "Y88b d88   888  888        888       888    888 888    888
888888888888 888    888 8888888888 888        888       888    888 888    888
  888  888   Y88b  d88P       888  888        888       Y88b  d88P Y88b  d88P
  888  888    "Y8888P"        888  888        888        "Y8888P"   "Y8888P" 

[22:57:27] [Server thread/INFO]: [PurePerms] Setting default language to 'en'
[22:57:27] [Server thread/NOTICE]: [PurePerms] Multiworld support is currently disabled.
[22:57:27] [Server thread/NOTICE]: [PurePerms] Don't forget to set enable-multiworld-perms option in config.yml to true if you want to use per-world permissions!
[22:57:27] [Server thread/INFO]: Loading EasyMessages v1.2.0
[22:57:27] [Server thread/INFO]: Loading 1vs1 v0.0.5
[22:57:27] [Server thread/INFO]: Loading PmChair v1.2
[22:57:27] [Server thread/INFO]: Loading PureEntities v1.0

Warning: Declaration of milk\pureentities\entity\BaseEntity::entityBaseTick($tickDiff = 1) should be compatible with pocketmine\entity\Living::entityBaseTick($tickDiff = 1, $EnchantL = 0) in phar:///storage/emulated/0/PocketMine/plugins/PureEntities.phar/src/milk/pureentities/entity/BaseEntity.php on line 225
[22:57:27] [Server thread/INFO]: [PureEntities]All entities were registered
[22:57:27] [Server thread/INFO]: Loading SkyWarsDoDo v1.5.0 Reloaded_ENGLISH
[22:57:27] [Server thread/INFO]: Loading Slapper v1.2.9.7
[22:57:27] [Server thread/INFO]: Loading SmashDoDo v2.0.0 ENG
[22:57:27] [Server thread/INFO]: Loading SpawnWithItems v2.1
[22:57:27] [Server thread/INFO]: [SpawnWithItems] Loading SpawnWithItems v2.0 by LDX...
[22:57:27] [Server thread/INFO]: Loading TapToDo v2.2.1
[22:57:27] [Server thread/INFO]: Loading TransformMob v0.1
[22:57:27] [Server thread/INFO]: Loading WorldGM v9
[22:57:27] [Server thread/INFO]: Loading xRulesx v1.0.0
[22:57:27] [Server thread/INFO]: Loading BigBrother v1.15.0 beta
[22:57:27] [Server thread/INFO]: Loading MyPlot v1
[22:57:27] [Server thread/INFO]: Loading SimpleWarp v2.1.0
[22:57:27] [Server thread/INFO]: Loading PureChat v1.3.3
[22:57:27] [Server thread/INFO]: Loading WalkingParticles v2.2.4
[22:57:27] [Server thread/INFO]: Enabling AntiSpam v1.3
[22:57:28] [Server thread/INFO]: Enabling ChatCensor v1.4
[22:57:28] [Server thread/INFO]: Enabling EntityManager v2.7
[22:57:28] [Server thread/INFO]: [EntityManager]Plugin has been enabled
[22:57:28] [Server thread/INFO]: Enabling PARTICLE v1
[22:57:28] [Server thread/INFO]: [PARTICLE] Bienvenidos
[22:57:28] [Server thread/INFO]: Enabling MSpawns v1.5
[22:57:28] [Server thread/INFO]: Enabling PureEntities v1.0
[22:57:28] [Server thread/INFO]: [PureEntities]Plugin has been enabled
[22:57:28] [Server thread/INFO]: Enabling BigBrother v1.15.0 beta
[22:57:28] [Server thread/INFO]: [BigBrother] Starting Minecraft: PC server on *:25565 version 1.8
[22:57:29] [Server thread/INFO]: Enabling MyPlot v1
[22:57:29] [Server thread/INFO]: [MyPlot] Loading MyPlot
[22:57:29] [Server thread/INFO]: Enabling PureChat v1.3.3
[22:57:29] [Server thread/INFO]: Preparing level "world"
[22:57:29] [Server thread/INFO]: Preparing level "nether"
[22:57:30] [Server thread/INFO]: Enabling CTF_DODO v1.1.0
[22:57:30] [Server thread/INFO]: [CTF_DODO] CTF by KaitoDoDo
[22:57:30] [Server thread/INFO]: Preparing level "world"
[22:57:30] [Server thread/INFO]: Enabling EconomyAPI v2.0.9

Warning: include(phar:///storage/emulated/0/PocketMine/PocketMine-MP.phar/src/pocketmine/block/Torch.php): failed to open stream: phar error: Cannot open phar archive "/storage/emulated/0/PocketMine/PocketMine-MP.phar" for reading in phar:///storage/emulated/0/PocketMine/PocketMine-MP.phar/src/spl/BaseClassLoader.php on line 128

Warning: include(): Failed opening 'phar:///storage/emulated/0/PocketMine/PocketMine-MP.phar/src/pocketmine/block/Torch.php' for inclusion (include_path='.:') in phar:///storage/emulated/0/PocketMine/PocketMine-MP.phar/src/spl/BaseClassLoader.php on line 128
[22:57:30] [Asynchronous Worker #2 thread/CRITICAL]: ClassNotFoundException: "Class pocketmine\block\Torch not found" (EXCEPTION) in "/src/spl/BaseClassLoader" at line 131
[22:57:30] [Server thread/NOTICE]: [EconomyAPI] Auto save has been set to interval : 10 min(s)
[22:57:30] [Server thread/INFO]: [EconomyAPI] Checking for updates... It may be take some while.
[22:57:30] [Server thread/NOTICE]: [EconomyAPI] Globally 6000 servers use EconomyS.
[22:57:30] [Server thread/INFO]: Enabling EconomyAuction v2.0.2
[22:57:31] [Server thread/INFO]: Enabling EconomyJob v2.0.4
[22:57:31] [Server thread/INFO]: Enabling EconomySell v2.0.7
[22:57:31] [Server thread/INFO]: Enabling EconomyShop v2.0.7
[22:57:31] [Server thread/INFO]: Enabling fireworks v1
[22:57:31] [Server thread/INFO]: Enabling Fly v0.0.1
[22:57:31] [Server thread/INFO]: [Fly] Fly v1.0 by Jack Noordhuis, Loaded successfully!
[22:57:31] [Server thread/INFO]: Enabling HungerGamesDoDo v3.0.0
[22:57:31] [Server thread/INFO]: [HungerGamesDoDo] HungerGames by KaitoDoDo
[22:57:31] [Server thread/INFO]: Preparing level "Zone85"
[22:57:31] [Server thread/INFO]: Preparing level "mcg76_blockhunt_home"
[22:57:31] [Server thread/INFO]: Enabling Informacion v1.0.0
[22:57:31] [Server thread/INFO]: [Informacion] [Informacion Enabled!
[22:57:31] [Server thread/INFO]: Enabling ItemCMD v1
[22:57:31] [Server thread/INFO]: [ItemCMD] ItemCMD -> Enabled
[22:57:31] [Server thread/INFO]: Enabling itemID_DoDo v1.1.0
[22:57:31] [Server thread/INFO]: [itemID_DoDo] ItemsID by KaitoDoDo
[22:57:31] [Server thread/INFO]: Enabling KillMoney v1.8
[22:57:31] [Server thread/INFO]: [KillMoney] KillMoney
[22:57:31] [Server thread/INFO]: Enabling Kits v0.1
[22:57:31] [Server thread/INFO]: Enabling LobbySpawnDoDo v1.0.0
[22:57:31] [Server thread/INFO]: [LobbySpawnDoDo] LobbySpawn by KaitoDoDo
[22:57:31] [Server thread/INFO]: Enabling ManyWorlds v2.0.3
[22:57:31] [Server thread/INFO]: Enabling MysU&GlxPet v1.0.4
[22:57:31] [Server thread/INFO]: Enabling NewYear v1
[22:57:31] [Server thread/INFO]: Enabling Pets v1.0.4
[22:57:31] [Server thread/INFO]: Enabling DisableHunger v1.0.0
[22:57:31] [Server thread/INFO]: [DisableHunger] Enabled!
[22:57:31] [Server thread/INFO]: [DisableHunger] Disabled Hunger in: world
[22:57:31] [Server thread/INFO]: Enabling SignPortal v1.1.2
[22:57:31] [Server thread/INFO]: Enabling TimeCommander v2.1
[22:57:31] [Server thread/INFO]: Enabling iProtector v3.1b
[22:57:31] [Server thread/INFO]: Enabling PurePerms v1.3.7
[22:57:31] [Server thread/NOTICE]: [PurePerms] Set data provider to YAMLv1.
[22:57:31] [Server thread/INFO]: Enabling EasyMessages v1.2.0
[22:57:31] [Server thread/INFO]: Enabling 1vs1 v0.0.5
[22:57:31] [Server thread/INFO]: [1vs1] Init 1vs1 plugin
[22:57:31] [Server thread/INFO]: [1vs1] Init ArenaManager
[22:57:31] [Server thread/INFO]: [1vs1] Load signs... 0 signs
[22:57:31] [Server thread/INFO]: Enabling PmChair v1.2
[22:57:31] [Server thread/INFO]: Enabling SkyWarsDoDo v1.5.0 Reloaded_ENGLISH
[22:57:31] [Server thread/INFO]: [SkyWarsDoDo] SkyWars by KaitoDoDo
[22:57:31] [Server thread/INFO]: Preparing level "Arcoiris"
[22:57:31] [Server thread/INFO]: Preparing level "The End Map - Sky Wars"
[22:57:31] [Server thread/NOTICE]: Level "teweran" not found
[22:57:31] [Server thread/NOTICE]: Level "teweran" not found
[22:57:31] [Server thread/INFO]: Enabling Slapper v1.2.9.7
[22:57:31] [Server thread/INFO]: Enabling SmashDoDo v2.0.0 ENG
[22:57:31] [Server thread/INFO]: [SmashDoDo] SmashDoDo by KaitoDoDo
[22:57:31] [Server thread/INFO]: Preparing level "world"
[22:57:31] [Server thread/INFO]: Enabling SpawnWithItems v2.1
[22:57:31] [Server thread/INFO]: [SpawnWithItems] Enabling SpawnWithItems...
[22:57:31] [Server thread/INFO]: Enabling TapToDo v2.2.1
[22:57:31] [Server thread/WARNING]: [TapToDo] Could not load block in level Plots because that level is not loaded.
[22:57:31] [Server thread/WARNING]: [TapToDo] Could not load block in level Plots because that level is not loaded.
[22:57:31] [Server thread/WARNING]: [TapToDo] Could not load block in level Plots because that level is not loaded.
[22:57:31] [Server thread/WARNING]: [TapToDo] Could not load block in level Plots because that level is not loaded.
[22:57:31] [Server thread/WARNING]: [TapToDo] Could not load block in level Plots because that level is not loaded.
[22:57:31] [Server thread/INFO]: Enabling TransformMob v0.1
[22:57:31] [Server thread/INFO]: Enabling WorldGM v9
[22:57:31] [Server thread/INFO]: [WorldGM] Loaded and enabled successfully
[22:57:31] [Server thread/INFO]: Enabling xRulesx v1.0.0
[22:57:31] [Server thread/INFO]: [xRulesx] [xFlare] >> Done! xRulesx is running on Version 1.0.0!
[22:57:31] [Server thread/INFO]: Enabling SimpleWarp v2.1.0
[22:57:32] [Server thread/INFO]: Enabling WalkingParticles v2.2.4
[22:57:32] [Server thread/INFO]: [WalkingParticles] Loading resources..
[22:57:32] [Server thread/INFO]: [WalkingParticles] Checking config file..
[22:57:32] [Server thread/INFO]: [WalkingParticles] Loading economy plugins..
[22:57:32] [Server thread/INFO]: [WalkingParticles] Loaded with EconomyAPI!
[22:57:32] [Server thread/INFO]: [WalkingParticles] Loading plugin..
[22:57:32] [Server thread/INFO]: [WalkingParticles] Loaded Successfully!
[22:57:36] [Server thread/INFO]: Starting GS4 status listener
[22:57:36] [Server thread/INFO]: Setting query port to 19132
[22:57:36] [Server thread/INFO]: Query running on 0.0.0.0:19132
[22:57:36] [Server thread/INFO]: Default game type: Survival Mode
[22:57:36] [Server thread/INFO]: Done (13.659s)! For help, type "help" or "?"
[22:57:36] [Server thread/INFO]: Get your Plot Free
[22:57:36] [Server thread/CRITICAL]: Could not execute asynchronous task GeneratorRegisterTask: Task crashed
[22:58:36] [Server thread/INFO]: Wrong parameters.
[22:58:36] [Server thread/INFO]: [MW] Loading ALL 8 levels
[22:58:36] [Server thread/INFO]: Preparing level "h003"
[22:58:36] [Server thread/INFO]: [TapToDo] Reloading blocks due to level h003 loaded...
[22:58:36] [Server thread/WARNING]: [TapToDo] Could not load block in level Plots because that level is not loaded.
[22:58:36] [Server thread/WARNING]: [TapToDo] Could not load block in level Plots because that level is not loaded.
[22:58:36] [Server thread/WARNING]: [TapToDo] Could not load block in level Plots because that level is not loaded.
[22:58:36] [Server thread/WARNING]: [TapToDo] Could not load block in level Plots because that level is not loaded.
[22:58:36] [Server thread/WARNING]: [TapToDo] Could not load block in level Plots because that level is not loaded.
[22:58:36] [Server thread/INFO]: Preparing level "Arcoiris"
[22:58:36] [Server thread/INFO]: [TapToDo] Reloading blocks due to level Arcoiris loaded...
[22:58:36] [Server thread/WARNING]: [TapToDo] Could not load block in level Plots because that level is not loaded.
[22:58:36] [Server thread/WARNING]: [TapToDo] Could not load block in level Plots because that level is not loaded.
[22:58:36] [Server thread/WARNING]: [TapToDo] Could not load block in level Plots because that level is not loaded.
[22:58:36] [Server thread/WARNING]: [TapToDo] Could not load block in level Plots because that level is not loaded.
[22:58:36] [Server thread/WARNING]: [TapToDo] Could not load block in level Plots because that level is not loaded.
[22:58:36] [Server thread/INFO]: Preparing level "Plots"
[22:58:36] [Server thread/INFO]: [TapToDo] Reloading blocks due to level Plots loaded...
[22:58:36] [Server thread/INFO]: Preparing level "Bikini Bottom"
[22:58:36] [Server thread/INFO]: [TapToDo] Reloading blocks due to level Bikini Bottom loaded...
[22:58:36] [Server thread/INFO]: Preparing level "Zone85"
[22:58:36] [Server thread/INFO]: [TapToDo] Reloading blocks due to level Zone85 loaded...
[22:58:36] [Server thread/INFO]: Preparing level "world"
[22:58:36] [Server thread/INFO]: [TapToDo] Reloading blocks due to level world loaded...
[22:58:36] [Server thread/INFO]: Preparing level "Conquistadors"
[22:58:36] [Server thread/INFO]: [TapToDo] Reloading blocks due to level Conquistadors loaded...
[22:58:36] [Server thread/INFO]: Preparing level "Tutorial World 3 Xbox Edition"
[22:58:36] [Server thread/INFO]: [TapToDo] Reloading blocks due to level Tutorial World 3 Xbox Edition loaded...
[22:58:36] [Server thread/INFO]: Vip and Vip+ price ranges + Buy it with Paypal
[22:59:36] [Server thread/INFO]: Vip and Vip+ price ranges + Buy it with Paypal
[22:59:36] [Server thread/INFO]: Wrong parameters.
[22:59:36] [Server thread/INFO]: [MW] No levels to load
[23:00:36] [Server thread/INFO]: Get your Plot Free
[23:00:36] [Server thread/INFO]: [MW] No levels to load
[23:00:36] [Server thread/INFO]: Wrong parameters.
[23:01:36] [Server thread/INFO]: [MW] No levels to load
[23:01:36] [Server thread/INFO]: Welcome To GiannaCraft!
[23:01:36] [Server thread/INFO]: Wrong parameters.
[23:02:36] [Server thread/INFO]: Wrong parameters.
[23:02:36] [Server thread/INFO]: [MW] No levels to load
[23:02:36] [Server thread/INFO]: [CONSOLE: Saving...]
[23:02:36] [Server thread/INFO]: [CONSOLE: Saved the world]
[23:02:36] [Server thread/INFO]: [CONSOLE: Set the time to 0]
[23:02:36] [Server thread/INFO]: Welcome To GiannaCraft!
[23:03:36] [Server thread/INFO]: [MW] No levels to load
[23:03:36] [Server thread/INFO]: Wrong parameters.
[23:03:36] [Server thread/INFO]: Welcome To GiannaCraft!
[23:04:36] [Server thread/INFO]: [MW] No levels to load
[23:04:36] [Server thread/INFO]: Vip and Vip+ price ranges + Buy it with Paypal
[23:04:36] [Server thread/INFO]: Wrong parameters.
[23:05:36] [Server thread/INFO]: [MW] No levels to load
[23:05:36] [Server thread/INFO]: Welcome To GiannaCraft!
[23:05:36] [Server thread/INFO]: Wrong parameters.
[23:06:36] [Server thread/INFO]: Wrong parameters.
[23:06:36] [Server thread/INFO]: [MW] No levels to load
[23:06:36] [Server thread/INFO]: Welcome To GiannaCraft!
[23:07:36] [Server thread/INFO]: Wrong parameters.
[23:07:36] [Server thread/INFO]: [CONSOLE: Saving...]
[23:07:36] [Server thread/INFO]: [CONSOLE: Saved the world]
[23:07:36] [Server thread/INFO]: [CONSOLE: Set the time to 0]
[23:07:36] [Server thread/INFO]: [MW] No levels to load
[23:07:36] [Server thread/INFO]: Get your Plot Free
[23:08:36] [Server thread/INFO]: Get your Plot Free
[23:08:36] [Server thread/INFO]: Wrong parameters.
[23:08:36] [Server thread/INFO]: [MW] No levels to load
[23:09:36] [Server thread/INFO]: [MW] No levels to load
[23:09:36] [Server thread/INFO]: Vip and Vip+ price ranges + Buy it with Paypal
[23:09:36] [Server thread/INFO]: Wrong parameters.
[23:10:36] [Server thread/INFO]: [MW] No levels to load
[23:10:36] [Server thread/INFO]: Vip and Vip+ price ranges + Buy it with Paypal
[23:10:36] [Server thread/INFO]: Wrong parameters.
[23:11:36] [Server thread/INFO]: Wrong parameters.
[23:11:36] [Server thread/INFO]: [MW] No levels to load
[23:11:36] [Server thread/INFO]: Vip and Vip+ price ranges + Buy it with Paypal
[23:12:36] [Server thread/INFO]: Vip and Vip+ price ranges + Buy it with Paypal
[23:12:36] [Server thread/INFO]: Wrong parameters.
[23:12:36] [Server thread/INFO]: [MW] No levels to load
[23:12:36] [Server thread/INFO]: [CONSOLE: Saving...]
[23:12:36] [Server thread/INFO]: [CONSOLE: Saved the world]
[23:12:36] [Server thread/INFO]: [CONSOLE: Set the time to 0]
[23:13:36] [Server thread/INFO]: Vip and Vip+ price ranges + Buy it with Paypal
[23:13:36] [Server thread/INFO]: Wrong parameters.
[23:13:36] [Server thread/INFO]: [MW] No levels to load
[23:14:36] [Server thread/INFO]: [MW] No levels to load
[23:14:36] [Server thread/INFO]: Vip and Vip+ price ranges + Buy it with Paypal
[23:14:36] [Server thread/INFO]: Wrong parameters.
[23:15:36] [Server thread/INFO]: [MW] No levels to load
[23:15:36] [Server thread/INFO]: Get your Plot Free
[23:15:36] [Server thread/INFO]: Wrong parameters.
[23:16:36] [Server thread/INFO]: Wrong parameters.
[23:16:36] [Server thread/INFO]: [MW] No levels to load
[23:16:36] [Server thread/INFO]: Welcome To GiannaCraft!
[23:17:36] [Server thread/INFO]: Get your Plot Free
[23:17:36] [Server thread/INFO]: [CONSOLE: Set the time to 0]
[23:17:36] [Server thread/INFO]: Wrong parameters.
[23:17:36] [Server thread/INFO]: [MW] No levels to load
[23:17:36] [Server thread/INFO]: [CONSOLE: Saving...]
[23:17:36] [Server thread/INFO]: [CONSOLE: Saved the world]
[23:18:36] [Server thread/INFO]: Vip and Vip+ price ranges + Buy it with Paypal
[23:18:36] [Server thread/INFO]: Wrong parameters.
[23:18:36] [Server thread/INFO]: [MW] No levels to load
[23:19:36] [Server thread/INFO]: [MW] No levels to load
[23:19:36] [Server thread/INFO]: Get your Plot Free
[23:19:36] [Server thread/INFO]: Wrong parameters.
[23:20:36] [Server thread/INFO]: Wrong parameters.
[23:20:36] [Server thread/INFO]: [MW] No levels to load
[23:20:36] [Server thread/INFO]: Vip and Vip+ price ranges + Buy it with Paypal
[23:21:36] [Server thread/INFO]: Vip and Vip+ price ranges + Buy it with Paypal
[23:21:36] [Server thread/INFO]: Wrong parameters.
[23:21:36] [Server thread/INFO]: [MW] No levels to load
[23:22:36] [Server thread/INFO]: [CONSOLE: Saving...]
[23:22:36] [Server thread/INFO]: [CONSOLE: Saved the world]
[23:22:36] [Server thread/INFO]: Get your Plot Free
[23:22:36] [Server thread/INFO]: [CONSOLE: Set the time to 0]
[23:22:36] [Server thread/INFO]: Wrong parameters.
[23:22:36] [Server thread/INFO]: [MW] No levels to load
[23:23:36] [Server thread/INFO]: [MW] No levels to load
[23:23:36] [Server thread/INFO]: Vip and Vip+ price ranges + Buy it with Paypal
[23:23:36] [Server thread/INFO]: Wrong parameters.
[23:24:36] [Server thread/INFO]: Wrong parameters.
[23:24:36] [Server thread/INFO]: [MW] No levels to load
[23:24:36] [Server thread/INFO]: Get your Plot Free
[23:25:36] [Server thread/INFO]: [MW] No levels to load
[23:25:36] [Server thread/INFO]: Welcome To GiannaCraft!
[23:25:36] [Server thread/INFO]: Wrong parameters.
[23:26:36] [Server thread/INFO]: [MW] No levels to load
[23:26:36] [Server thread/INFO]: Get your Plot Free
[23:26:36] [Server thread/INFO]: Wrong parameters.
[23:27:36] [Server thread/INFO]: Vip and Vip+ price ranges + Buy it with Paypal
[23:27:36] [Server thread/INFO]: [MW] No levels to load
[23:27:36] [Server thread/INFO]: [CONSOLE: Saving...]
[23:27:36] [Server thread/INFO]: [CONSOLE: Saved the world]
[23:27:36] [Server thread/INFO]: [CONSOLE: Set the time to 0]
[23:27:36] [Server thread/INFO]: Wrong parameters.
[23:28:36] [Server thread/INFO]: [MW] No levels to load
[23:28:36] [Server thread/INFO]: Get your Plot Free
[23:28:36] [Server thread/INFO]: Wrong parameters.
[23:29:36] [Server thread/INFO]: [MW] No levels to load
[23:29:36] [Server thread/INFO]: Get your Plot Free
[23:29:36] [Server thread/INFO]: Wrong parameters.
[23:30:36] [Server thread/INFO]: [MW] No levels to load
[23:30:36] [Server thread/INFO]: Vip and Vip+ price ranges + Buy it with Paypal
[23:30:36] [Server thread/INFO]: Wrong parameters.
[23:31:36] [Server thread/INFO]: [MW] No levels to load
[23:31:36] [Server thread/INFO]: Wrong parameters.
[23:31:36] [Server thread/INFO]: Vip and Vip+ price ranges + Buy it with Paypal
[23:32:36] [Server thread/INFO]: [MW] No levels to load
[23:32:36] [Server thread/INFO]: Wrong parameters.
[23:32:36] [Server thread/INFO]: Welcome To GiannaCraft!
[23:32:36] [Server thread/INFO]: [CONSOLE: Saving...]
[23:32:36] [Server thread/INFO]: [CONSOLE: Saved the world]
[23:32:36] [Server thread/INFO]: [CONSOLE: Set the time to 0]
[23:33:36] [Server thread/INFO]: [MW] No levels to load
[23:33:36] [Server thread/INFO]: Wrong parameters.
[23:33:36] [Server thread/INFO]: Welcome To GiannaCraft!
[23:34:36] [Server thread/INFO]: [MW] No levels to load
[23:34:36] [Server thread/INFO]: Vip and Vip+ price ranges + Buy it with Paypal
[23:34:36] [Server thread/INFO]: Wrong parameters.
[23:35:36] [Server thread/INFO]: [MW] No levels to load
[23:35:36] [Server thread/INFO]: Wrong parameters.
[23:35:36] [Server thread/INFO]: Welcome To GiannaCraft!
[23:36:36] [Server thread/INFO]: [MW] No levels to load
[23:36:36] [Server thread/INFO]: Wrong parameters.
[23:36:36] [Server thread/INFO]: Get your Plot Free
[23:37:36] [Server thread/INFO]: [MW] No levels to load
[23:37:36] [Server thread/INFO]: [CONSOLE: Set the time to 0]
[23:37:36] [Server thread/INFO]: Vip and Vip+ price ranges + Buy it with Paypal
[23:37:36] [Server thread/INFO]: Wrong parameters.
[23:37:36] [Server thread/INFO]: [CONSOLE: Saving...]
[23:37:36] [Server thread/INFO]: [CONSOLE: Saved the world]
[23:38:36] [Server thread/INFO]: [MW] No levels to load
[23:38:36] [Server thread/INFO]: Wrong parameters.
[23:38:36] [Server thread/INFO]: Vip and Vip+ price ranges + Buy it with Paypal
[23:39:36] [Server thread/INFO]: Get your Plot Free
[23:39:36] [Server thread/INFO]: Wrong parameters.
[23:39:36] [Server thread/INFO]: [MW] No levels to load
[23:40:36] [Server thread/INFO]: Wrong parameters.
[23:40:36] [Server thread/INFO]: Vip and Vip+ price ranges + Buy it with Paypal
[23:40:36] [Server thread/INFO]: [MW] No levels to load
[23:41:36] [Server thread/INFO]: Wrong parameters.
[23:41:36] [Server thread/INFO]: Vip and Vip+ price ranges + Buy it with Paypal
[23:41:36] [Server thread/INFO]: [MW] No levels to load
[23:42:36] [Server thread/INFO]: [MW] No levels to load
[23:42:36] [Server thread/INFO]: [CONSOLE: Set the time to 0]
[23:42:36] [Server thread/INFO]: [CONSOLE: Saving...]
[23:42:36] [Server thread/INFO]: [CONSOLE: Saved the world]
[23:42:36] [Server thread/INFO]: Get your Plot Free
[23:42:36] [Server thread/INFO]: Wrong parameters.
[23:43:36] [Server thread/INFO]: Vip and Vip+ price ranges + Buy it with Paypal
[23:43:36] [Server thread/INFO]: [MW] No levels to load
[23:43:36] [Server thread/INFO]: Wrong parameters.
[23:44:36] [Server thread/INFO]: Vip and Vip+ price ranges + Buy it with Paypal
[23:44:36] [Server thread/INFO]: Wrong parameters.
[23:44:36] [Server thread/INFO]: [MW] No levels to load
[23:45:36] [Server thread/INFO]: Wrong parameters.
[23:45:36] [Server thread/INFO]: Welcome To GiannaCraft!
[23:45:36] [Server thread/INFO]: [MW] No levels to load
[23:46:36] [Server thread/INFO]: Wrong parameters.
[23:46:36] [Server thread/INFO]: Get your Plot Free
[23:46:36] [Server thread/INFO]: [MW] No levels to load
[23:47:36] [Server thread/INFO]: [CONSOLE: Set the time to 0]
[23:47:36] [Server thread/INFO]: Vip and Vip+ price ranges + Buy it with Paypal
[23:47:36] [Server thread/INFO]: Wrong parameters.
[23:47:36] [Server thread/INFO]: [CONSOLE: Saving...]
[23:47:36] [Server thread/INFO]: [CONSOLE: Saved the world]
[23:47:36] [Server thread/INFO]: [MW] No levels to load
[23:48:36] [Server thread/INFO]: [MW] No levels to load
[23:48:36] [Server thread/INFO]: Welcome To GiannaCraft!
[23:48:36] [Server thread/INFO]: Wrong parameters.
[23:49:36] [Server thread/INFO]: [MW] No levels to load
[23:49:36] [Server thread/INFO]: Welcome To GiannaCraft!
[23:49:36] [Server thread/INFO]: Wrong parameters.
[23:50:36] [Server thread/INFO]: Wrong parameters.
[23:50:36] [Server thread/INFO]: [MW] No levels to load
[23:50:36] [Server thread/INFO]: Vip and Vip+ price ranges + Buy it with Paypal
[23:51:36] [Server thread/INFO]: [MW] No levels to load
[23:51:36] [Server thread/INFO]: Get your Plot Free
[23:51:36] [Server thread/INFO]: Wrong parameters.
[23:52:36] [Server thread/INFO]: [CONSOLE: Set the time to 0]
[23:52:36] [Server thread/INFO]: [MW] No levels to load
[23:52:36] [Server thread/INFO]: Get your Plot Free
[23:52:36] [Server thread/INFO]: [CONSOLE: Saving...]
[23:52:36] [Server thread/INFO]: [CONSOLE: Saved the world]
[23:52:36] [Server thread/INFO]: Wrong parameters.
[23:53:36] [Server thread/INFO]: Wrong parameters.
[23:53:36] [Server thread/INFO]: [MW] No levels to load
[23:53:36] [Server thread/INFO]: Get your Plot Free
[23:54:36] [Server thread/INFO]: Wrong parameters.
[23:54:36] [Server thread/INFO]: Vip and Vip+ price ranges + Buy it with Paypal
[23:54:36] [Server thread/INFO]: [MW] No levels to load
[23:55:36] [Server thread/INFO]: Vip and Vip+ price ranges + Buy it with Paypal
[23:55:36] [Server thread/INFO]: Wrong parameters.
[23:55:36] [Server thread/INFO]: [MW] No levels to load
[23:56:36] [Server thread/INFO]: Wrong parameters.
[23:56:36] [Server thread/INFO]: Welcome To GiannaCraft!
[23:56:36] [Server thread/INFO]: [MW] No levels to load
[23:57:36] [Server thread/INFO]: Wrong parameters.
[23:57:36] [Server thread/INFO]: [CONSOLE: Set the time to 0]
[23:57:36] [Server thread/INFO]: Vip and Vip+ price ranges + Buy it with Paypal
[23:57:36] [Server thread/INFO]: [MW] No levels to load
[23:57:36] [Server thread/INFO]: [CONSOLE: Saving...]
[23:57:36] [Server thread/INFO]: [CONSOLE: Saved the world]
[23:58:36] [Server thread/INFO]: Wrong parameters.
[23:58:36] [Server thread/INFO]: Welcome To GiannaCraft!
[23:58:36] [Server thread/INFO]: [MW] No levels to load
[23:59:36] [Server thread/INFO]: [MW] No levels to load
[23:59:36] [Server thread/INFO]: Wrong parameters.
[23:59:36] [Server thread/INFO]: Get your Plot Free
[00:00:36] [Server thread/INFO]: Welcome To GiannaCraft!
[00:00:36] [Server thread/INFO]: [MW] No levels to load
[00:00:36] [Server thread/INFO]: Wrong parameters.
[00:01:36] [Server thread/INFO]: Welcome To GiannaCraft!
[00:01:36] [Server thread/INFO]: [MW] No levels to load
[00:01:36] [Server thread/INFO]: Wrong parameters.
[00:02:36] [Server thread/INFO]: Wrong parameters.
[00:02:36] [Server thread/INFO]: [CONSOLE: Saving...]
[00:02:36] [Server thread/INFO]: [CONSOLE: Saved the world]
[00:02:36] [Server thread/INFO]: [CONSOLE: Set the time to 0]
[00:02:36] [Server thread/INFO]: Vip and Vip+ price ranges + Buy it with Paypal
[00:02:36] [Server thread/INFO]: [MW] No levels to load
[00:03:36] [Server thread/INFO]: Wrong parameters.
[00:03:36] [Server thread/INFO]: [MW] No levels to load
[00:03:36] [Server thread/INFO]: Get your Plot Free
[00:04:36] [Server thread/INFO]: [MW] No levels to load
[00:04:36] [Server thread/INFO]: Wrong parameters.
[00:04:36] [Server thread/INFO]: Welcome To GiannaCraft!

 stop
[00:04:52] [Server thread/INFO]: [CONSOLE: Stopping the server]
[00:04:52] [Server thread/INFO]: Disabling AntiSpam v1.3
[00:04:52] [Server thread/INFO]: Disabling ChatCensor v1.4
[00:04:52] [Server thread/INFO]: Disabling CTF_DODO v1.1.0
[00:04:52] [Server thread/INFO]: Disabling EconomyAPI v2.0.9
[00:04:52] [Server thread/INFO]: Disabling EconomyAuction v2.0.2
[00:04:52] [Server thread/INFO]: Disabling EconomyJob v2.0.4
[00:04:52] [Server thread/INFO]: Disabling EconomySell v2.0.7
[00:04:52] [Server thread/INFO]: Disabling EconomyShop v2.0.7
[00:04:52] [Server thread/INFO]: Disabling EntityManager v2.7
[00:04:52] [Server thread/INFO]: [EntityManager]Plugin has been disable
[00:04:52] [Server thread/INFO]: Disabling fireworks v1
[00:04:52] [Server thread/INFO]: Disabling Fly v0.0.1
[00:04:52] [Server thread/INFO]: Disabling HungerGamesDoDo v3.0.0
[00:04:52] [Server thread/INFO]: Disabling Informacion v1.0.0
[00:04:52] [Server thread/INFO]: [Informacion] [Informacion Disabled
[00:04:52] [Server thread/INFO]: Disabling ItemCMD v1
[00:04:52] [Server thread/INFO]: [ItemCMD] ItemCMD -> Disable
[00:04:52] [Server thread/INFO]: Disabling itemID_DoDo v1.1.0
[00:04:52] [Server thread/INFO]: Disabling KillMoney v1.8
[00:04:52] [Server thread/INFO]: [KillMoney] KillMoney Desactivado
[00:04:52] [Server thread/INFO]: Disabling Kits v0.1
[00:04:52] [Server thread/INFO]: Disabling LobbySpawnDoDo v1.0.0
[00:04:52] [Server thread/INFO]: LobbySpawn Detenido
[00:04:52] [Server thread/INFO]: Disabling ManyWorlds v2.0.3
[00:04:52] [Server thread/INFO]: Disabling MysU&GlxPet v1.0.4
[00:04:52] [Server thread/INFO]: Disabling NewYear v1
[00:04:52] [Server thread/INFO]: Disabling PARTICLE v1
[00:04:52] [Server thread/INFO]: Disabling Pets v1.0.4
[00:04:52] [Server thread/INFO]: Disabling DisableHunger v1.0.0
[00:04:52] [Server thread/INFO]: Disabling SignPortal v1.1.2
[00:04:52] [Server thread/INFO]: Disabling TimeCommander v2.1
[00:04:52] [Server thread/INFO]: Disabling MSpawns v1.5
[00:04:52] [Server thread/INFO]: Disabling iProtector v3.1b
[00:04:52] [Server thread/INFO]: Disabling PurePerms v1.3.7
[00:04:52] [Server thread/INFO]: Disabling EasyMessages v1.2.0
[00:04:52] [Server thread/INFO]: Disabling 1vs1 v0.0.5
[00:04:52] [Server thread/INFO]: Disabling PmChair v1.2
[00:04:52] [Server thread/INFO]: Disabling PureEntities v1.0
[00:04:52] [Server thread/INFO]: [PureEntities]Plugin has been disabled
[00:04:52] [Server thread/INFO]: Disabling SkyWarsDoDo v1.5.0 Reloaded_ENGLISH
[00:04:52] [Server thread/INFO]: Disabling Slapper v1.2.9.7
[00:04:52] [Server thread/INFO]: Disabling SmashDoDo v2.0.0 ENG
[00:04:52] [Server thread/INFO]: Disabling SpawnWithItems v2.1
[00:04:52] [Server thread/INFO]: [SpawnWithItems] Disabling SpawnWithItems...
[00:04:52] [Server thread/INFO]: Disabling TapToDo v2.2.1
[00:04:52] [Server thread/INFO]: [TapToDo] Saving blocks...
[00:04:52] [Server thread/INFO]: Disabling TransformMob v0.1
[00:04:52] [Server thread/INFO]: Disabling WorldGM v9
[00:04:52] [Server thread/INFO]: [WorldGM] Unloaded and disabled successfully
[00:04:52] [Server thread/INFO]: Disabling xRulesx v1.0.0
[00:04:52] [Server thread/INFO]: Disabling BigBrother v1.15.0 beta
[PE Server] Server was stopped.

@ghost
Copy link

ghost commented Jul 16, 2016

Srry wrong text

@ghost
Copy link

ghost commented Jul 16, 2016

Here it is 2016-07-16 [22:28:41] [Server thread/INFO]: Wrong parameters.
2016-07-16 [22:28:41] [Server thread/INFO]: [CONSOLE: Saving...]
2016-07-16 [22:28:41] [Server thread/INFO]: [CONSOLE: Saved the world]
2016-07-16 [22:28:41] [Server thread/INFO]: [MW] No levels to load
2016-07-16 [22:29:41] [Server thread/INFO]: [MW] No levels to load
2016-07-16 [22:29:41] [Server thread/INFO]: Get your Plot Free
2016-07-16 [22:29:41] [Server thread/INFO]: Wrong parameters.
2016-07-16 [22:30:38] [Server thread/INFO]: Steve[/192.168.0.5:49364] [ClientID: -2129427209] logged in with entity id 1 at (world, 130, 10, 130)
2016-07-16 [22:30:42] [Server thread/CRITICAL]: Error: "Call to a member function getUniqueId() on null" (EXCEPTION) in "/phar_BigBrother-master_rj70meFlfviAux6.phar/src/shoghicp/BigBrother/network/translation/TranslatorProtocol" at line 532
2016-07-16 [22:30:42] [Server thread/EMERGENCY]: An unrecoverable error has occurred and the server has crashed. Creating a crash dump
2016-07-16 [22:30:42] [Server thread/EMERGENCY]: Please upload the "/storage/emulated/0/PocketMine/crashdumps/CrashDump_Sat_Jul_16-22.30.42-CST_2016.log" file to the Crash Archive and submit the link to the Bug Reporting page. Give as much info as you can.
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling AntiSpam v1.3
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling ChatCensor v1.4
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling CTF_DODO v1.1.0
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling EconomyAPI v2.0.9
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling EconomyAuction v2.0.2
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling EconomyJob v2.0.4
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling EconomySell v2.0.7
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling EconomyShop v2.0.7
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling EntityManager v2.7
2016-07-16 [22:30:42] [Server thread/INFO]: [EntityManager]Plugin has been disable
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling fireworks v1
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling Fly v0.0.1
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling HungerGamesDoDo v3.0.0
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling Informacion v1.0.0
2016-07-16 [22:30:42] [Server thread/INFO]: [Informacion] [Informacion Disabled
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling ItemCMD v1
2016-07-16 [22:30:42] [Server thread/INFO]: [ItemCMD] ItemCMD -> Disable
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling itemID_DoDo v1.1.0
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling KillMoney v1.8
2016-07-16 [22:30:42] [Server thread/INFO]: [KillMoney] KillMoney Desactivado
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling Kits v0.1
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling LobbySpawnDoDo v1.0.0
2016-07-16 [22:30:42] [Server thread/INFO]: LobbySpawn Detenido
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling ManyWorlds v2.0.3
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling MysU&GlxPet v1.0.4
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling NewYear v1
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling PARTICLE v1
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling Pets v1.0.4
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling DisableHunger v1.0.0
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling SignPortal v1.1.2
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling TimeCommander v2.1
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling MSpawns v1.5
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling iProtector v3.1b
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling PurePerms v1.3.7
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling EasyMessages v1.2.0
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling 1vs1 v0.0.5
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling PmChair v1.2
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling PureEntities v1.0
2016-07-16 [22:30:42] [Server thread/INFO]: [PureEntities]Plugin has been disabled
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling SkyWarsDoDo v1.5.0 Reloaded_ENGLISH
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling Slapper v1.2.9.7
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling SmashDoDo v2.0.0 ENG
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling SpawnWithItems v2.1
2016-07-16 [22:30:42] [Server thread/INFO]: [SpawnWithItems] Disabling SpawnWithItems...
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling TapToDo v2.2.1
2016-07-16 [22:30:42] [Server thread/INFO]: [TapToDo] Saving blocks...
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling TransformMob v0.1
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling WorldGM v9
2016-07-16 [22:30:42] [Server thread/INFO]: [WorldGM] Unloaded and disabled successfully
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling xRulesx v1.0.0
2016-07-16 [22:30:42] [Server thread/INFO]: Disabling BigBrother v1.15.0 beta
2016-07-16 [22:57:22] [Server thread/INFO]:

@ghost
Copy link

ghost commented Jul 16, 2016

And here version
PocketMine-iTX Genisys is a fork of PocketMine-MP, made by iTX Technologies LLC.
Version: 1.2dev-635
Target client Version: v0.15.0 alpha
Latest source code is available at https://github.com/iTXTech/Genisys
Donate link: http://pl.zxda.net/plugins/203.html

@ghost
Copy link

ghost commented Jul 16, 2016

plz fix

@va2ron1
Copy link
Author

va2ron1 commented Jul 16, 2016

I think it's one of your plugins, because I'm running a clean version without any other plugin and It's working fine.

Edit: Clean version of both. (PocketMine-MP and Genisys)

@SalmonDE
Copy link

I also ran a clean version of PocketMine (Newest Code on GitHub). It didn't work BUT Genisys did work for me

@va2ron1
Copy link
Author

va2ron1 commented Jul 16, 2016

@salmonger And you tested the latest version of my plugin?

@SalmonDE
Copy link

Yes. From the fork of your github account.

@va2ron1
Copy link
Author

va2ron1 commented Jul 16, 2016

It's strange, I did the same to see if I was wrong but It's working fine on both.

@va2ron1
Copy link
Author

va2ron1 commented Jul 16, 2016

@salmonger What's showing up on PocketMine?

@SalmonDE
Copy link

I posted a picture of the error on the top of the comments of this pr

@va2ron1
Copy link
Author

va2ron1 commented Jul 16, 2016

@salmonger But I fixed that issue

@SalmonDE
Copy link

Oh sorry, will test it again in a sec. Didn't see the changes.

@SalmonDE
Copy link

SalmonDE commented Jul 16, 2016

I'm not able to test it right now. Will test it tomorrow or on monday.
Looks good but doesn't sleep freeze the whole server?

@bmlui
Copy link

bmlui commented Jul 17, 2016

When I join, the world is very glitchy. I am in the wall. In PE when I spawn I am not in a wall. Also I cannot talk or move. And also it lags the server VERY VERY badly and spams your console with code. Also, the slots are different on pic than PE. Other than that it works.

@SalmonDE
Copy link

SalmonDE commented Jul 17, 2016

@va2ron1 Works fine for me now! 👍 :)
But I can confirm what @biswarm22 says

@SalmonDE
Copy link

I think blocks like 95 crash the mcpc client.
A fresh generated world doesn't crash my client but my normal one does.

@ghost
Copy link

ghost commented Aug 9, 2016

@salmonger @caspervanneck @va2ron1 Work???

@SalmonDE
Copy link

SalmonDE commented Aug 9, 2016

Yes @NycuRO

@ghost
Copy link

ghost commented Aug 10, 2016

@driesboy i know but dont use anvil

@ghost
Copy link

ghost commented Aug 10, 2016

@Driesboy i know!

@Saxavlax001
Copy link

Va2ron,can you update big brother to 0.16 pls?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.