Nukkit icon indicating copy to clipboard operation
Nukkit copied to clipboard

Error while joining

Open BlockCraftMCPE opened this issue 7 years ago • 5 comments

Whenever a player tries to join,in the Console appears "Blocked Player {IPv6?} for 300 Seconds.Then the connection to the player stops and the player sees a screen with "Couldnt find world"

BlockCraftMCPE avatar Nov 26 '17 08:11 BlockCraftMCPE

I don't think Nukkit supports IPv6 connections

SupremeMortal avatar Nov 26 '17 11:11 SupremeMortal

I think there stands an IPv6.But i dont wanna talk about IP Types,i cant join my server caused by this error Blocked Player BLOCKSTORM_(..) for 300 seconds

BlockCraftMCPE avatar Nov 26 '17 11:11 BlockCraftMCPE

Can anyone of the Nukkit Devs be so helpful and say me how to fix this issue

BlockCraftMCPE avatar Nov 27 '17 12:11 BlockCraftMCPE

If you tried to connect with same computer as computer on you host try this:

I cannot connect to servers hosted on the same computer with Windows 10 Edition Beta. How can I fix this?

This is due to certain network security restrictions which are in place on Windows apps. To fix this, do one of the following: 
Method 1: PowerShell (credits to @robske110)

Open Windows PowerShell and run the following command: 

`CheckNetIsolation LoopbackExempt -a -n="Microsoft.MinecraftUWP_8wekyb3d8bbwe"` 

When you next open the game, you should be able to connect to your local server. If not, try the second method. 
Method 2: Modify your options.txt (credits to @timm1292)

1. Navigate to `%localappdata%\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang\minecraftpe`. 
2. Open the `options.txt` in a text editor and find the option `dev_uselocalserver`. Set it to 1 and save the file. 
3. Restart your game and attempt to connect to your server.

PetteriM1 avatar Nov 27 '17 14:11 PetteriM1

I tried both of these and nothing works. I used to be able to join, but now I cant

CannedMan100000 avatar Feb 09 '20 05:02 CannedMan100000