Search results

  1. Sleepybear

    Error:Unable to bind to [IP address]:25565

    If you are running from the same machine you are trying to join from, you will have to do the loopback exemption: https://nukkitx.com/threads/fix-cannot-connect-to-servers-hosted-on-the-same-computer-with-windows-10-edition.41/ Then use 127.0.0.1 as server IP if same machine. If server is...
  2. Sleepybear

    help!!!!!!!!!!!

    Not on the 2.0 Alpha release, but they should all work on the newest 1.0 build.
  3. Sleepybear

    Error:Unable to bind to [IP address]:25565

    You should be able to use 0.0.0.0 as the IP address in the config. You will want to confirm that nothing else is running on that port (netstat or something similar). What is your hosting environment (hosting on your own network, using hosting service, etc)?
  4. Sleepybear

    help!!!!!!!!!!!

    Download the newest version of Nukkit. There was a protocol change with 1.14.30 that causes this if you are not on a newer nukkit build.
  5. Sleepybear

    Problem with the world

    Nukkit 1.0 runs on Anvil level format, so you would need to convert to a Java 1.12 world using MCTool Chest
  6. Sleepybear

    Unable to join the server using nukkitX #623

    BDS worlds are not supported by nukkit 1.0, and 2.0 would only support worlds up to 1.12.
  7. Sleepybear

    How to install plugins in Bedrock Edition v1.14? I'm Asking!

    What? No... Not even close. You are used to pocketmine which runs on PHP, which is a scripting language. Java is much different. You just need to download the .jar file from NukkiX resources website, put that .JAR file in your Plugins directory and then start your server. Remove all that...
  8. Sleepybear

    How to install plugins in Bedrock Edition v1.14? I'm Asking!

    Remove everything except the MobPlugin.jar Are you sure you downloaded it from the Nukkit website? It shouldn't have come in a .zip file.
  9. Sleepybear

    How to install plugins in Bedrock Edition v1.14? I'm Asking!

    The .phar ones would not work since those are for PocketMine. I'm guessing your other .jar is for Spigot, and thus is not enabled since it uses a different API. You need to use Plugins built for Nukkit.
  10. Sleepybear

    NukkitScoreboard (with Spigot PlaceholderAPI Support)

    You will want to change the Supported API from "LATEST" to 1.0.9, as 2.0 will break pretty much all plugins.
  11. Sleepybear

    ItemJoin 1.4

    Simple plugin that can add a set of items to a player's inventory and optional clear the inventory prior to adding when they join the server. Config file also enables ability to set certain users as bypassing the inventory clear, if it is enabled. Items to give on join are set in the...
  12. Sleepybear

    ItemJoin

    Sleepybear submitted a new resource: ItemJoin - simple plugin to add items on player join, and optionally clear their inventory Read more about this resource...
  13. Sleepybear

    1.13 download

    You will need to download the source from that commit and compile yourself.
  14. Sleepybear

    What kind of IP Player#getAddress returns?

    From what I can tell it is stored in standard IPv4 format of xxx.xxx.xxx.xxx
  15. Sleepybear

    [Fix] Cannot connect to a local server

    Be sure to run the command in a powershell window with admin privileges. It should print out "Ok." after the command runs.
  16. Sleepybear

    "Unable to decode LoginPacker from null"

    this means your server is running the 1.12 version, but client is 1.13. Get the 1.13 nukkit beta from https://ci.nukkitx.com/job/NukkitX/job/Nukkit/job/bedrock-1.13/
Top