Ep59. The NMS Trick For Multi-Version Is Insane - Minecraft Plugin Development

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ต.ค. 2024
  • In this video we will make a “module” which is a library allowing us to only import NMS for one Minecraft version such as 1.19, 1.16.5, .1.8.8 or any other and develop larger scale NMS-based projects that would not be possible all within one plugin due to classpath conflicts.
    In this video, we'll cover:
    Making a separate module/library - Creating a library for a specific NMS version that we connect back to your main plugin(s).
    Custom enchants (see previous video for the beginning) - Implementing enchantments for Minecraft 1.8.8, 1.16-1.19 in our modules.
    == COURSES ==
    NMS Advanced (mentioned in this video): mineacademy.or...
    == RESOURCES ==
    See full post: mineacademy.or...
    #coding #code #tutorial #money #developer #java #minecraft #minecraftplugin #bukkit #spigot #spigotmc #paper #paperspigot #programming

ความคิดเห็น • 9

  • @Poreyy
    @Poreyy 6 หลายเดือนก่อน

    Just discovered your channel, and I gotta say it's the best! Keep up the great work 👍👍❤

  • @francescodecaro1876
    @francescodecaro1876 5 หลายเดือนก่อน

    Amazing video, thanks to share your tricks! I can see all the passion you have 😁

  • @peninja_
    @peninja_ 6 หลายเดือนก่อน

    Make a video of how to make a minecraft server host with a website so you can make like a store for ur minecraft server for people to buy ranks, I need help

  • @Hamza-dev.
    @Hamza-dev. 6 หลายเดือนก่อน +2

    Minestom series when

  • @norius_tv
    @norius_tv 6 หลายเดือนก่อน

    Can you please make a video about how to add a second line below the players nametag or how to create multiple lines?

    • @kangarko
      @kangarko  6 หลายเดือนก่อน

      Try using scoreboard teams prefix/suffix. I have not dealt with multilines before unfortunately

    • @norius_tv
      @norius_tv 6 หลายเดือนก่อน

      @@kangarko Yea, but with teams you just can modify the players nametag. I tried scoreboard with belowPlayerName objective but I could'nt figure out how to set a custom score with text to every player. Maybe you can achieve this with packets? Would be nice if you have a good approach for this :)

    • @Prphc
      @Prphc 6 วันที่ผ่านมา

      ​@@norius_tv There best way to achieve that, you have to create armor stand or text display entity, and make the entity ride on the player.

  • @brihtec
    @brihtec 6 หลายเดือนก่อน +1

    I am first again!!