Search results

  1. Sleepybear

    How to import/upload world to Bedrock Server?

    Nukkit 1.0 only supports Anvil level format from 1.12 and below
  2. Sleepybear

    Spoof player name?

    Don't use the targets, use the placeholders. In NPC plugin I think it's {player}, or if it's using PlaceholderAPI, it would be %player%
  3. Sleepybear

    Where is the weather and time code

    Check the api of the Level class. I know there is a getTime(), but not sure on the weather commands.
  4. Sleepybear

    Command code in separate class

    Easiest way is to extend PluginCommand and use the onCommand method. Alternatively, you can also use setExecutor to specify a specific class to use.
  5. Sleepybear

    Weird World Spawning (Nukkit 2.0)

    The world spawn is for everyone. Player needs to set their personal spawn using a bed or use /setspawnpoint (I think that's the command) to set the specific player spawn point
  6. Sleepybear

    Weird World Spawning (Nukkit 2.0)

    This is expected behavior. If the player is "new" to the server they will spawn at the world spawn point. Once they have a player spawn point set, they will respawn there.
  7. Sleepybear

    Nukkit Weird Error

    Well that crash is related to the MOTD... seems whatever you set it as caused it to not register the network interface correctly. Did you set it as blank, or have some sort of special characters in it?
  8. Sleepybear

    How to add operator

    Depends on your server setup. If you're using a host there should be a link somewhere to access the console.
  9. Sleepybear

    Need help setting up a NukkitX server? Here is a tutorial video!

    I created a tutorial video on setting up a new NukkitX server. I use Win10, but it will be similar on other platforms. If you want help with a specific OS, please let me know and if there is enough demand I can do another video. Setting up a NukkitX MCPE Server
  10. Sleepybear

    Nukkit Weird Error

    This seems to be a configuration error... Did you make adjustments to your config files?
  11. Sleepybear

    How can I create normal Worlds

    Change your world seed. Sometimes you will need to fly around to find a better spawn, the current generator seems to like to create an ocean at the spawn point. Once you find a spot you like, do /setworldspawn as an op.
  12. Sleepybear

    I want to know plugins that every server should have. And do PocketMine plugins work with Nukkit?

    Take a look at the resources page to see popular plugins. It will depend on what type of server you want to run to decide which plugins to use. PocketMine plugins do not load on Nukkit.
  13. Sleepybear

    Nukkit server on LAN doesn't show as "Friend"

    A Nukkit server can show up on the Friends' tab. I'm pretty sure it is client side bug on the fact it shows up sometimes and not others.
  14. Sleepybear

    How to add operator

    Use the server console and do `op <your player name>` or add your name to the ops.txt in the base directory.
  15. Sleepybear

    Old Bukkit player, some questions about Nukkit

    You do not need custom client, it is a standard bedrock server software. The plugins load server side, but you can also have resource packs on the client. Check the resources page on the website for plugin info. There's a lot of different ones, from changing block behaviors to game mechanics...
  16. Sleepybear

    Nukkit server on LAN doesn't show as "Friend"

    You can turn Xbox-auth to off in the server.properties file
  17. Sleepybear

    Nukkit 2.0 - World Generator Problems (Overworld is missing)

    The void chunks is also a known issue that is being worked on
  18. Sleepybear

    Nukkit 2.0 - World Generator Problems (Overworld is missing)

    Generators are still being worked on. In the meantime, set it to `minecraft:normal`
  19. Sleepybear

    pocketmine BigBrother plugin for nukkit?

    There is a proxy bridge to go from Java->Bedrock, I just forget what it's called
  20. Sleepybear

    Problem with the world

    Correct, but Anvil is used by the Java edition of MineCraft, so most converters will have it as Java 1.12 world format.
Top