Issues - PetteriM1/NukkitPetteriM1Edition GitHub Wiki

How to report a bug

Please report issues to me directly via Discord. (@petterim1)

Note that many things are just unimplemented features, not bugs. If you need full vanilla experience, use the official server software.

Common issues

Can't connect a localhost server

  1. Open PowerShell as administrator and run CheckNetIsolation LoopbackExempt -a -n="Microsoft.MinecraftUWP_8wekyb3d8bbwe" or for Minecraft Preview CheckNetIsolation LoopbackExempt -a -n="Microsoft.MinecraftWindowsBeta_8wekyb3d8bbwe"
  2. Restart Minecraft and join with 127.0.0.1 as the address

Can't connect your server from another network? Make sure you port forwarded its UDP port, the port isn't blocked by firewall and that you use its public IP to connect.

Default X.xxx() used by a plugin. This can cause instability with the multiversion.

A plugin you are trying to use is not compatible with Nukkit PM1E's multiversion. You can see if wiki has a modified version available or set multiversion-min-protocol=-1 in server.properties to disable multiversion if you don't need it.

Console spamming server status

Your console application does not support window title. Disable it by setting ansi-title=off in server.properties.