-
Notifications
You must be signed in to change notification settings - Fork 85
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
Update MCBE 1.16 #64
Closed
Closed
Update MCBE 1.16 #64
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Don't know if they were intentional typos, but I edited in case.
Fixed some typos?
# Conflicts: # src/shoghicp/BigBrother/DesktopPlayer.php # src/shoghicp/BigBrother/network/Translator.php # src/shoghicp/BigBrother/utils/CapeUtils.php # src/shoghicp/BigBrother/utils/ConvertUtils.php # src/shoghicp/BigBrother/utils/PNGParser.php # src/shoghicp/BigBrother/utils/SkinImage.php
1.14.60 support
(cherry picked from commit b3ec35f)
(cherry picked from commit b3ec35f)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update ‖ 🌈
Change BigBrother/src/shoghicp/BigBrother/BigBrother.php to Protocoll version 407
Error ‖🔥
I don´t know how to fix it....v
Error:
Altay Crash Dump Tue Jun 30 16:51:01 CEST 2020
Error: Undefined property: pocketmine\network\mcpe\protocol\StartGamePacket::$dimension
File: src/pocketmine/network/mcpe/protocol/DataPacket
Line: 195
Type: Error
A PLUGIN WAS INVOLVED IN THIS CRASH
BAD PLUGIN: BigBrother v1.6.0-beta
Code:$this) . "::$ " . $name);
[186] return $data;
[187] }
[188]
[189] /**
[190] * @param string $name
[191] *
[192] * @return mixed
[193] /
[194] public function __get($name){
[195] throw new \Error("Undefined property: " . get_class($this) . "::$" . $name);
[196] }
[197]
[198] /*
[199] * @param string $name
[200] * @param mixed $value
[201] *
[202] * @return void
[203] */
[204] public function __set($name, $value){
[205] throw new \Error("Undefined property: " . get_class(
Backtrace:
#0 plugins/JavaEdition/src/shoghicp/BigBrother/network/Translator(979): pocketmine\network\mcpe\protocol\DataPacket->__get(string[9] dimension)
#1 plugins/JavaEdition/src/shoghicp/BigBrother/network/ProtocolInterface(237): shoghicp\BigBrother\network\Translator->serverToInterface(object shoghicp\BigBrother\DesktopPlayer, object pocketmine\network\mcpe\protocol\StartGamePacket)
#2 src/pocketmine/Player(3531): shoghicp\BigBrother\network\ProtocolInterface->putPacket(object shoghicp\BigBrother\DesktopPlayer, object pocketmine\network\mcpe\protocol\StartGamePacket, boolean , boolean )
#3 src/pocketmine/Player(3548): pocketmine\Player->sendDataPacket(object pocketmine\network\mcpe\protocol\StartGamePacket, boolean , boolean )
#4 src/pocketmine/Player(2354): pocketmine\Player->dataPacket(object pocketmine\network\mcpe\protocol\StartGamePacket)
#5 src/pocketmine/Player(2292): pocketmine\Player->completeLoginSequence()
#6 src/pocketmine/network/mcpe/PlayerNetworkSessionAdapter(137): pocketmine\Player->handleResourcePackClientResponse(object pocketmine\network\mcpe\protocol\ResourcePackClientResponsePacket)
#7 src/pocketmine/network/mcpe/protocol/ResourcePackClientResponsePacket(61): pocketmine\network\mcpe\PlayerNetworkSessionAdapter->handleResourcePackClientResponse(object pocketmine\network\mcpe\protocol\ResourcePackClientResponsePacket)
#8 plugins/JavaEdition/src/shoghicp/BigBrother/DesktopPlayer(810): pocketmine\network\mcpe\protocol\ResourcePackClientResponsePacket->handle(object pocketmine\network\mcpe\PlayerNetworkSessionAdapter)
#9 plugins/JavaEdition/src/shoghicp/BigBrother/DesktopPlayer(438): shoghicp\BigBrother\DesktopPlayer->handleDataPacket(object pocketmine\network\mcpe\protocol\ResourcePackClientResponsePacket)
#10 src/pocketmine/Player(2130): shoghicp\BigBrother\DesktopPlayer->onVerifyCompleted(object pocketmine\network\mcpe\protocol\LoginPacket, NULL , boolean 1)
#11 src/pocketmine/network/mcpe/PlayerNetworkSessionAdapter(129): pocketmine\Player->handleLogin(object pocketmine\network\mcpe\protocol\LoginPacket)
#12 src/pocketmine/network/mcpe/protocol/LoginPacket(145): pocketmine\network\mcpe\PlayerNetworkSessionAdapter->handleLogin(object pocketmine\network\mcpe\protocol\LoginPacket)
#13 plugins/JavaEdition/src/shoghicp/BigBrother/DesktopPlayer(810): pocketmine\network\mcpe\protocol\LoginPacket->handle(object pocketmine\network\mcpe\PlayerNetworkSessionAdapter)
#14 plugins/JavaEdition/src/shoghicp/BigBrother/DesktopPlayer(584): shoghicp\BigBrother\DesktopPlayer->handleDataPacket(object pocketmine\network\mcpe\protocol\LoginPacket)
#15 plugins/JavaEdition/src/shoghicp/BigBrother/DesktopPlayer(673): shoghicp\BigBrother\DesktopPlayer->bigBrother_authenticate(string[32] 0e3749e54bc74c42b02635ee38c900ff, array[1])
#16 src/pocketmine/scheduler/AsyncPool(319): class@anonymous