Closed MadooxMc closed 3 years ago
He's right Change gamerule to false doenst fix anything
Mind sending errors
PocketMine-MP Crash Dump Wed Aug 11 18:53:28 CEST 2021
Error: Argument 1 passed to czechpmdevs\multiworld\level\gamerules\GameRules::czechpmdevs\multiworld\level\gamerules{closure}() must be an instance of pocketmine\nbt\tag\StringTag, instance of pocketmine\nbt\tag\ByteTag given File: plugins/520_pe_multiworld.phar/src/czechpmdevs/multiworld/level/gamerules/GameRules Line: 193 Type: TypeError
THIS CRASH WAS CAUSED BY A PLUGIN BAD PLUGIN: MultiWorld v1.6.0-beta2
Code: [184] } [185] [186] return GameRules::unserializeGameRules($nbt); [187] } [188] [189] /* [190] Unserializes GameRules from World Provider [191] */ [192] public static function unserializeGameRules(CompoundTag $nbt): GameRules { [193] return new GameRules(array_map(function (StringTag $stringTag) { [194] if ($stringTag->getValue() == "true") { [195] return true; [196] } [197] if ($stringTag->getValue() == "false") { [198] return false; [199] } [200] [201] return (int)$stringTag->getValue(); [202] }, $nbt->getValue())); [203] }
Send me ur Config
mobs: true
#
#
#
#
features:
weather: false
gamerule: false
gamerule-remove-cache: true ...
I would try with gamerule remove cache on false ?
keep gamerule: false
And gamerule-remove-cache: true
Did you restart your server?
Okkay , it’s like my config, yes i have restart my server …
I’ll check onto it more when I can
Ok thank you very mutch for all your answer
Keepinventory stay on to :/
I’ll check gamerule issues soon
cant seem to reproduce it, try using the latest multi world plugin and latest vanillax
Ok thank you i will try that now i have download VanillaX i will download latest multiword, and i ll keep you informed !
I have try in first keep inventory, i have crash when i’m dead 😂 but i dont have removed vanillaX on plugin_data folder, it comes from there?
What error?
Is spider kill me (just for information)
Error: Incorrect type of element at "10": Argument 1 passed to pocketmine\event\entity\EntityDeathEvent::pocketmine\event\entity{closure}() must be an instance of pocketmine\item\Item, array given, called in phar:///home/gameserver/servers/serveur7/minecraftbedrock/PocketMine-MP.phar/src/pocketmine/utils/Utils.php on line 711 File: pmsrc/src/pocketmine/utils/Utils Line: 713 Type: TypeError
A PLUGIN WAS INVOLVED IN THIS CRASH BAD PLUGIN: VanillaX v2.1.0
Code: [704] @phpstan-template TMemberType [705] @phpstan-param array<mixed, TMemberType> $array [706] @phpstan-param \Closure(TMemberType) : void $validator [707] / [708] public static function validateArrayValueType(array $array, \Closure $validator) : void{ [709] foreach($array as $k => $v){ [710] try{ [711] $validator($v); [712] }catch(\TypeError $e){ [713] throw new \TypeError("Incorrect type of element at \"$k\": " . $e->getMessage(), 0, $e); [714] } [715] } [716] } [717] [718] public static function recursiveUnlink(string $dir) : void{ [719] if(is_dir($dir)){ [720] $objects = scandir($dir, SCANDIR_SORT_NONE); [721] if($objects === false) throw new AssumptionFailedError("scandir() shouldn't return false when is_dir() returns true"); [722] foreach($objects as $object){ [723] if($object !== "." and $object !==
With the latest plugin multiworld i have found in recent build of poggit, i have same error , server crash 😢 and when i have join server my stuff is here, keep inventory on :’(
Gamerule false don’t fix multiworld crash and keepinventory is on in my server but i have set false … how to fix all that? Dont close my issue please!!! The bug is not fix !