Skip to content
PetteriM1 edited this page Jun 12, 2024 · 5 revisions

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. Run this command in PowerShell as administrator: CheckNetIsolation LoopbackExempt -a -n="Microsoft.MinecraftUWP_8wekyb3d8bbwe"
  2. Restart the game and join with IP 127.0.0.1

Can't connect your server from another network? Make sure you port forwarded its UDP port 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 to disable multiversion if you don't need it.