Packets + NMS tutorials

Discussion in 'Plugin Development' started by RandomPanda30, Apr 12, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    RandomPanda30

    So after spending almost 2 years of constantly dodging packets and NMS in Spigot/Bukkit, I've finally decided to man up and start seeing how I can use these cool features in some code.

    However, looking on the internet, there are completely no tutorials at all that explain in depth about how to use packets or NMS etc... If anyone could throw any links to any good tutorials or any bits of source code that I could look at and actually learn from, that'll be great!

    ~ Panda
     
  2. Offline

    sgavster

    I'd love to know the same thing.. Lol.
     
  3. Offline

    Zombie_Striker

  4. Offline

    RawCode

    1) You spent two years WRONG, custom build server with debugging hooks on socket level and you have full picture of game protocol and networking.

    2) If there is no tutorials - perform original research.

    3) There is no tutorial possible about how to invoke methods or about how to write java.
     
  5. Offline

    mine-care

    @RawCode i dont really think you should be that strict, i think it scares people off and stops them from asking, but that is just me.

    So now about packets, they are simple as heck once you understand them,
    @Zombie_Striker provided tutorials that will help you on that :- )
     
  6. Offline

    RandomPanda30

    But but I had to learn Java in them 2 years as well ;-; And then Bukkit just turned out to be something I could practice my new found Java skills on

    Thank you very much ;3 I'll look into these links now. Hopefully I can understand them as easily as other people do
     
  7. Offline

    mine-care

Thread Status:
Not open for further replies.

Share This Page