Nukkit MineCraft Server- Items dont work

DustinTime

New Member
Good Morning. I am still having issues with my Nukkit Minecraft server. Things like shooting arrows don't work , getting into a minecart, trap doors, amongst other items dont work at all. Is there something I am missing? I created this so I can play with my kids and have it forever without paying for a Realm. I am a first time player and am really really getting into it but now find as I get further, new items and resources I come across just don't work. Has anyone else come across this? I have an error attached for the bow and arrow below. I do not see an error in the logs for other items I am struggling with.
 

Attachments

Kazuk

Administrator
Staff member
Could you please let me know exactly which Nukkit build you’re running (run /version) and post the output of /plugins. Nukkit is primarily aimed at non‑vanilla gameplay, while many vanilla features are implemented (and bows should work), some newer blocks or behaviors may not yet be available so if you need a fully vanilla experience (and don’t want to use plugins), you might consider hosting a BDS server which is the same software Realms use.
 

DustinTime

New Member
Hello Kazuk and thank you for your response. I should be running Minecraft Bedrock. I followed a youtube tutorial online How to Set Up a Minecraft Server on Raspberry Pi. I have been playing it for about 1 year and when the client is outdated, I install the latest nukkit.jar file and replace in my folder which as of 2 weeks ago is 1.21.2. I am using a mob plugin and I have a Minecraft texture pack active.
 

Kazuk

Administrator
Staff member
Couple of quick things to confirm before looking into the issue(s):
  1. Get the “latest” Nukkit jar
    The tutorial’s Jenkins link is outdated. Instead grab the current snapshot directly or use our downloads page:
  2. Share your actual Nukkit build
    In-game or in your console, run:
    Code:
    /version
    You should see something like:
    Code:
    This server is running Nukkit git-560964b 「」 implementing API version 1.1.0 for Minecraft: BE v1.21.70 (protocol version 786)
    That tells us exactly which version/commit you’re on.
  3. Share your installed plugins
    In-game or in your console, run:
    Code:
    /plugins
 

DustinTime

New Member
Couple of quick things to confirm before looking into the issue(s):
  1. Get the “latest” Nukkit jar
    The tutorial’s Jenkins link is outdated. Instead grab the current snapshot directly or use our downloads page:
  2. Share your actual Nukkit build
    In-game or in your console, run:
    Code:
    /version
    You should see something like:
    Code:
    This server is running Nukkit git-560964b 「」 implementing API version 1.1.0 for Minecraft: BE v1.21.70 (protocol version 786)
    That tells us exactly which version/commit you’re on.
  3. Share your installed plugins
    In-game or in your console, run:
    Code:
    /plugins
Thank you again Kazuk! You are a hero! As per your instructions I ran the codes in the console and my output is as follows.

Version= This server is running Nukkit git-560964b 「」 implementing API version 1.1.0 for Minecraft: BE v1.21.70 (protocol version 786)
plugins= MobPlugin v1.26.0


(later edit)
I was able to get the trap doors to work but I had to use Oak in order to do so, just like the sign issue people had. The other issues still remain for me.
 
Last edited:

PetteriM1

Moderator
Staff member
Thank you again Kazuk! You are a hero! As per your instructions I ran the codes in the console and my output is as follows.

Version= This server is running Nukkit git-560964b 「」 implementing API version 1.1.0 for Minecraft: BE v1.21.70 (protocol version 786)
plugins= MobPlugin v1.26.0


(later edit)
I was able to get the trap doors to work but I had to use Oak in order to do so, just like the sign issue people had. The other issues still remain for me.
Issue with projectiles was fixed in MobPlugin version 1.27.1. Make sure your world has been converted to be able to use newer blocks.
 

DustinTime

New Member
Issue with projectiles was fixed in MobPlugin version 1.27.1. Make sure your world has been converted to be able to use newer blocks.
Thank you for that reply PerreriM1! I was unaware of the MobPlugin update so I will update that and play around to see if that fixes things. How do I convert my world to be able to use newer blocks? is that plugin or add on?
 

PetteriM1

Moderator
Staff member
Thank you for that reply PerreriM1! I was unaware of the MobPlugin update so I will update that and play around to see if that fixes things. How do I convert my world to be able to use newer blocks? is that plugin or add on?
You can convert worlds by typing "convert" and the world name in console. There will be a message on startup telling you if conversion is needed.
 

DustinTime

New Member
Good Morning Team. Just wanted to update you and say the MobPlugin 1.27.1 fixed the issue with the Bow and Arrow! It now shoots! I still cannot use a Minecart so that is my next effort. I have not checked to see if world conversion was needed so I will do that today.
 
Top