Search results

  1. Redned

    [SOLVED] Send clickable messages

    Clickable text does not exist at all on Bedrock unfortunately, so there isn't any way to do this.
  2. Redned

    NukkitX joins CubeCraft Games

    Congratulations!
  3. Redned

    Command code in separate class

    Create a new class and make it extend PluginCommand. Then, register it using the register method in CommandMap, which can be done with this.getServer().getCommandMap().register(Plugin, Command); in your main class.
  4. Redned

    Other players are not moving, what is going on?

    Just replace your current jar with the latest one from Jenkins: https://ci.nukkitx.com/job/NukkitX/job/Nukkit/job/master/.
  5. Redned

    Other players are not moving, what is going on?

    Are you using the latest version of Nukkit? In Minecraft 1.14.30, player movement was changed, and the latest version of Nukkit should solve this problem.
  6. Redned

    Cannot connect to Nukkit server on iphone mcpe

    This could be due to a variety of things. Make sure you have the right IP and port specified and if you're portforwarding it, make sure you portforward over UDP. If you're using a hosting service, try contacting them.
  7. Redned

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

    You should be able to set it to 0.0.0.0 or leave it empty if memory serves me right.
  8. Redned

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

    Is there any more to this, such as a message saying "Address is already in use: bind"? If it's that specifically, it means that you already have a server or another program running on that port.
  9. Redned

    Cannot connect to Nukkit server on iphone mcpe

    Seems to be bad skin data from what I can see. Perhaps try changing your skin and see if the error persists.
  10. Redned

    Nukkit 2.0 Alpha

    From what I've heard, this will be coming later. For the time being, you can use MobPlugin, which achieves this.
  11. Redned

    Pokkit

    This is largely due to the fact that Pokkit is not "complete" and that not all Bukkit plugins are guaranteed to work with it. It's very much an experimental software and you're lucky if a third of the Bukkit plugins you install work on it. Although in the future, I do intend to work on making it...
  12. Redned

    Developer Problems :(

    Unless you’re going to pay some kind of money to these developers, they’ll likely do these things to you. Most people don’t have the time to work free, so your chances of finding someone reliable to work for free are very slim if even at all.
  13. Redned

    cannot load nukkit repository from remote

    You have the repository right. However, it’s had some downtimes here and there over these past days. For now, just download the Nukkit jar off this website and manually add it to your local maven repository. Take a look at this page for more information on how to do that...
  14. Redned

    Working on a new statistic tracker plugin coming to Nukkit soon! Keep your eyes open :).

    Working on a new statistic tracker plugin coming to Nukkit soon! Keep your eyes open :).
  15. Redned

    How was nukkit made?

    Nukkit started out in 2015 (about 4 years ago), mainly as a port of PocketMine to Java, by MagicDroidX. He maintained it for a year or two before leaving the scene. Shortly afterward, the NukkitX team started maintaining it. There may be a bit more history in between then, but this should answer...
Top