Ep23. Understanding NMS (Full Guide) - Minecraft Plugin Development

Поделиться
HTML-код
  • Опубликовано: 31 янв 2025

Комментарии • 22

  • @zyxkon8235
    @zyxkon8235 4 месяца назад +8

    15:55 Importing NMS

  • @YuZe152
    @YuZe152 Год назад +2

    bro, i love you thats what i need the new 1.17.+ nms i just know the old but now finally i can work with the new one too

  • @dyzelinas7780
    @dyzelinas7780 2 дня назад

    Hello! I have a question, how did you manage to decompile .jar file in a way, so that you can see all of the vanilla packages in it (net.minecraft and so on)? I've tried to decompile 1.21.4 version .jar, but all it gave me was encrypted classes. Thanks.

  • @jonda_mc
    @jonda_mc Год назад +1

    Yes, THX finaly tutoriál for custom mob with spigot mapping

    • @kangarko
      @kangarko  Год назад +1

      Happy it helped :) What do you want to learn next time?

    • @jonda_mc
      @jonda_mc Год назад +1

      @@kangarko, how can i clear the pathfinder goals?

    • @jonda_mc
      @jonda_mc Год назад +1

      ​@@kangarko , or how can i make mob that will just standing on place and look at player, with no collisions.

    • @kangarko
      @kangarko  Год назад

      @@jonda_mc You can use bukkit for that nowadays. Call entity.setAI(false) and entity.setCollidable(false) or collision, one of that.

    • @jonda_mc
      @jonda_mc Год назад

      @@kangarko I tried this but then the mob stopped moving completely so it wasn't looking at the player

  • @nermanx
    @nermanx Год назад +1

    Your videos are helpful, thank you!

  • @Koobbiii
    @Koobbiii 3 месяца назад +3

    Nice video, but why are you programming in light mode? Your background is blinding me and hurting my eyes. Next time, please make it darker.

  • @orangeinfotainment620
    @orangeinfotainment620 Год назад +1

    Thank you !

  • @ilectus
    @ilectus Год назад

    hello, i'm looking to work with nms to create something for my server. enabling hitting entities/players outside the world border. would this be possible using nms?

    • @kangarko
      @kangarko  Год назад +1

      Yes, but I don't see a point why you would want to hit entities outside the world border

    • @scattermc
      @scattermc Год назад

      more details please, also what makes you think you need NMS for this just curious?
      And like @kangarko said, why do you want to hit entities outside of the world border?

    • @ilectus
      @ilectus Год назад

      @@scattermc Well it's for a server I'm working on, and It's because another person who did it did not want to share the knowledge with me, but just told me I needed nms.

    • @scattermc
      @scattermc Год назад

      @@ilectus You dont need NMS to do anything. You can do many things without NMS. Avoid it at all costs

    • @ilectus
      @ilectus Год назад

      @@scattermc How do you recommend I do what I'm seeking to do without NMS?

  • @xypheli
    @xypheli 5 месяцев назад

    15:58

  • @hytalePvP
    @hytalePvP Год назад +1

    16:01