Hi, please help, I have a problem with my server no one can't connect to the server I use PocketMine-MP_1.6.2dev-378 I try without plugin and same result log error is 2017-08-10 [13:52:27] [Server thread/CRITICAL]: InvalidArgumentException: "Value 40 exceeds the range!" (EXCEPTION) in "src/pocketmine/entity/Attribute" at line 191 2017-08-10 [13:52:27] [RakLibServer thread/NOTICE]: Blocked 88.232.31.35 for 5 seconds 2017-08-10 [13:52:37] [Server thread/INFO]: Steve[/88.232.31.35:53698] logged out due to timeout an idea ? thanks excuse for my bad english
yes slapper was just installed (last version alpha7) when slapper is disable, same error so not a slapper issue
I think you may spawn a human with invalid skin Try to delete than enitiy in your world (NBTExplorer may help you)
Noone can't connect means that everyone can join just fine LOL In code: PHP: $person = false; //false -> noone$canjoin = true;if ($person !== $canJoin) { // !== -> not echo 'Everyone can join!';}