Search results

  1. SupremeMortal

    Nukkit for Bedrock Edition 1.4.0

    There isn't a build of Nukkit that supports multiple version of Minecraft. You might be able to find a fork however the reliability would be unknown. I'll try and keep up to date with news on this forum.
  2. SupremeMortal

    Nukkit for Bedrock Edition 1.4.0

    @DobeShadow What version of Nukkit are you looking for?
  3. SupremeMortal

    Nukkit for Bedrock Edition 1.4.0

    Nukkit for Minecraft 1.4.0 can now be found on our Jenkins CI starting from build #165. Edit: 1.4.1 and 1.4.2 are just client fixes! Players will still be able to join. This comes with no support for the new blocks added in Update Aquatic since it will require some major block and chunk...
  4. SupremeMortal

    Differences between Nukkit and NukkitX

    Currently, Nukkit has ceased development in the main repository so we forked it and continued updating and bug fixing for the newer versions so it doesn't die. Most plugins should work with our fork however there are some changes which will break a few that use internal functions.
  5. SupremeMortal

    [HELP]Nukkit 0.15.x or 0.15.4-0.15.10

    If you are talking about pocketmine.net, it hasn't been update since around that version.
  6. SupremeMortal

    [HELP]Nukkit 0.15.x or 0.15.4-0.15.10

    https://github.com/NukkitX/Nukkit/blob/master/src/main/java/cn/nukkit/network/protocol/ProtocolInfo.java Adding more protocol versions won't make it work. There are physical changes to the protocol between versions and since that version is so old, you won't even be able to login.
  7. SupremeMortal

    Disable Movement Check - Disable Movement Check

    Removes the default movement check in Nukkit which causes a lot of false-positives.
  8. SupremeMortal

    Disable Movement Check

    SupremeMortal submitted a new resource: Disable Movement Check - Removes Nukkit's default movement check. Read more about this resource...
  9. SupremeMortal

    Use a world created by the official client on a Nukkit server

    Nukkit's leveldb world format hasn't been updated for over a year so you'll have to find a standalone tool to convert LevelDB worlds to the Anvil format.
  10. SupremeMortal

    use ngrok for nukkit

    Looks like it's only meant for web server and TCP. MCPE is UDP and doesn't look like it's currently supported by ngrok.
  11. SupremeMortal

    Nukkit version for 1.2.8 PE support?

    There is currently no multi-version support in Nukkit so the only possible solution is to update the iPad to the latest version of Minecraft.
  12. SupremeMortal

    Animals

    We've yet to implement them into the core server software because other, more important features still need perfecting or have yet to be added. There are various third party plugins that add this capability. Here is one of them: https://nukkitx.com/resources/mob-plugin.3/
  13. SupremeMortal

    DbLib

    SupremeMortal updated DbLib with a new update entry: DBLib 0.2.4 Read the rest of this update entry...
  14. SupremeMortal

    Working on Cloudburst

    Working on Cloudburst
  15. SupremeMortal

    Multiple Worlds

    So you could have something like this worlds: mainworld: seed: 1209381 generator: DEFAULT secondworld: seed: 233412 generator: NETHER The grass count etc is just settings for flat world generator like superflat presets on Java Edition
  16. SupremeMortal

    Multiple Worlds

    Right at the bottom of the nukkit.yml there is worlds: #These settings will override the generator set in server.properties and allows loading multiple levels #Example: #world: # seed: 404 # generator: FLAT:2;7,59x1,3x3,2;1;decoration(treecount=80 grasscount=45)
  17. SupremeMortal

    Multiple Worlds

    There are options at the bottom of the nukkit.yml
  18. SupremeMortal

    LuckPerms

    Update your Nukkit
  19. PetteriM1

    EssentialsNK - v1.1.0 Fixes

    Fixed #22 Bump API version to 1.0.5
  20. PetteriM1

    EssentialsNK - Works with Nukkitx

    - Version 1.1.0 - API 1.0.5 - Work with last NukkitX - Removed gamerule and fly command
Top