Recent content by Sleepybear

  1. Sleepybear

    Banned from discord server

    As I don't see major violations, I will unban you, just be sure to read the server rules, and no more pinging staff/random people and don't spam same message around multiple channels.
  2. Sleepybear

    Banned from discord server

    I do see that you were banned "For breaking Server rules". I did not enforce that ban so I am not sure what you did that went against the rules, but I do see a lot of Tags of staff members, which is not allowed, and then also spamming of same message when looking at post history. Often times...
  3. Sleepybear

    Holograms

    Are you getting any errors in the server log? Might want to check client log files if you have access to them.
  4. Sleepybear

    The workflow for implementing resource_packs and behavior_packs

    Nukkit does not support behavior packs. You would need to make a plugin to implement the behavior you want.
  5. Sleepybear

    Missing furnace and campfire

    Do you have any plugin installed? Base Nukkit should support Furnace and Campfires.
  6. Sleepybear

    Help

    This means you have something running on the same port. More than likely you accidentally ran the server twice.
  7. Sleepybear

    Windows compile script for cloudburst server.

    It should be pointed out that this compiles Cloudburst Server, not NukkitX. You should really be using the bleeding branch of Server at the moment, and even then, it shouldn't be used in a production environment. Update the git address to be https://github.com/CloudburstMC/Nukkit.git
  8. Sleepybear

    nukkit be version

    Nukkit does not support beta versions.
  9. Sleepybear

    what happened

    Check your processes, the server seems to be already running.
  10. Sleepybear

    Giving Permissions

    Assuming your are using Rasbian or other flavor of unix on the Pi, you would need to change the folder permissions to allow the user the Nukkit Java process is running under to have read/write on the folder. There are many different ways to do this, but if you are running under your own user...
  11. Sleepybear

    Nukkit for MCBE 1.17.30

    As of Build #899 on Jenkins, NukkitX supports MCBE 1.17.30 with Protocol version 465. As a reminder, NukkitX updates only include protocol updates to allow new clients to connect, no new blocks or features are supported. Should you find any bugs not related to unimplemented content, please...
  12. Sleepybear

    ItemsID

    Since this is a plugin for Nukkit and not PocketMine, you'll want to change the .phar to read .jar
  13. Sleepybear

    Nukkit (and Cloudburst) for Bedrock 1.17.1x

    We missed a few announcements, but NukkitX has been updated to support 1.17 (Build#870) and 1.17.10 (Build#874), which should also support 1.17.11 since there is no protocol update. As a reminder, NukkitX updates only include protocol updates to allow new clients to connect, no new blocks or...
  14. Sleepybear

    I can't connect to my server through a different WIFI than the one my machine is on.

    Make sure you leave the IP as 0.0.0.0, and also forward the port on the router for the network the server is on. You will need to forward the UDP port you bind to, 19132 by default
  15. Sleepybear

    Nukkit-Engineer

    Looking at your source code, this plugin will not do as you describe. It is going to provide experience any time ANY item is clicked in slot 2 in any inventory, not when a furnace item is picked up.
Top